/openbsd/gnu/llvm/llvm/tools/lto/ |
H A D | lto.cpp | 346 void lto_codegen_set_diagnostic_handler(lto_code_gen_t cg, in lto_codegen_set_diagnostic_handler() 424 static void maybeParseOptions(lto_code_gen_t cg) { in maybeParseOptions() 448 bool lto_codegen_optimize(lto_code_gen_t cg) { in lto_codegen_optimize() 492 void lto_codegen_debug_options_array(lto_code_gen_t cg, in lto_codegen_debug_options_array() 504 void lto_codegen_set_should_internalize(lto_code_gen_t cg, in lto_codegen_set_should_internalize() 569 void thinlto_codegen_disable_codegen(thinlto_code_gen_t cg, in thinlto_codegen_disable_codegen() 606 void thinlto_codegen_set_cache_dir(thinlto_code_gen_t cg, in thinlto_codegen_set_cache_dir() 622 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space() 627 thinlto_code_gen_t cg, unsigned MaxSizeBytes) { in thinlto_codegen_set_cache_size_bytes() 632 thinlto_code_gen_t cg, unsigned MaxSizeMegabytes) { in thinlto_codegen_set_cache_size_megabytes() [all …]
|
/openbsd/sys/ufs/ext2fs/ |
H A D | ext2fs_alloc.c | 85 int cg; in ext2fs_alloc() local 139 int cg, error; in ext2fs_inode_alloc() local 193 int cg, maxspace, mincg, avgifree; in ext2fs_dirpref() local 223 int cg, i; in ext2fs_blkpref() local 263 ext2fs_hashalloc(struct inode *ip, int cg, u_int32_t pref, int size, in ext2fs_hashalloc() argument 312 ext2fs_alloccg(struct inode *ip, int cg, u_int32_t bpref, int size) in ext2fs_alloccg() 393 ext2fs_nodealloccg(struct inode *ip, int cg, ufsino_t ipref, int mode) in ext2fs_nodealloccg() 465 int error, cg; in ext2fs_blkfree() local 506 int error, cg; in ext2fs_inode_free() local
|
/openbsd/sys/ufs/ffs/ |
H A D | fs.h | 375 struct cg { struct 377 int32_t cg_magic; /* magic number */ argument 378 int32_t cg_time; /* time last written */ argument 380 int16_t cg_ncyl; /* number of cyl's this cg */ argument 383 struct csum cg_cs; /* cylinder summary information */ argument 384 u_int32_t cg_rotor; /* position of last used block */ argument 385 u_int32_t cg_frotor; /* position of last used frag */ argument 390 u_int32_t cg_iusedoff; /* (u_int8) used inode map */ argument 391 u_int32_t cg_freeoff; /* (u_int8) free block map */ argument 397 u_int32_t cg_initediblk; /* last initialized inode */ argument [all …]
|
H A D | ffs_alloc.c | 105 u_int cg; in ffs_alloc() local 178 u_int cg; in ffs_realloccg() local 363 u_int cg; in ffs_inode_alloc() local 453 u_int cg, prefcg; in ffs_dirpref() local 597 u_int cg, inocg; in ffs1_blkpref() local 698 u_int cg, inocg; in ffs2_blkpref() local 803 ffs_hashalloc(struct inode *ip, u_int cg, daddr_t pref, int size, in ffs_hashalloc() argument 846 ffs_cgread(struct fs *fs, struct inode *ip, u_int cg) in ffs_cgread() 935 ffs_alloccg(struct inode *ip, u_int cg, daddr_t bpref, int size) in ffs_alloccg() 1256 int i, cg, blk, frags, bbase; in ffs_blkfree() local [all …]
|
/openbsd/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 90 int cg; in ffs_alloc() local 146 int cg; in ffs_blkpref_ufs1() local 184 int cg; in ffs_blkpref_ufs2() local 232 ffs_hashalloc(struct inode *ip, int cg, daddr_t pref, int size, in ffs_hashalloc() argument 281 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ffs_alloccg()
|
H A D | mkfs.c | 83 struct cg cg; member
|
/openbsd/sbin/badsect/ |
H A D | badsect.c | 67 struct cg cg; member 143 int cg; in chkuse() local
|
/openbsd/sbin/growfs/ |
H A D | growfs.c | 89 struct cg cg; member 171 u_int cg; in growfs() local 321 initcg(u_int cg, time_t utime, int fso, unsigned int Nflag) in initcg() 624 updjcg(u_int cg, time_t utime, int fsi, int fso, unsigned int Nflag) in updjcg() 848 u_int cg, inc; in updcsloc() local 1616 ginode(ino_t inumber, int fsi, int cg) in ginode() 2056 updrefs(int cg, ino_t in, struct gfs_bpp *bp, int fsi, int fso, unsigned int in updrefs()
|
/openbsd/sbin/dumpfs/ |
H A D | dumpfs.c | 66 struct cg cg; member 165 u_int cg; in dumpfs() local
|
/openbsd/sbin/newfs/ |
H A D | mkfs.c | 116 struct cg cg; member 174 u_int cg; in mkfs() local 622 initcg(u_int cg, time_t utime) in initcg()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | CallGraphSCCPass.h | 93 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC()
|
/openbsd/sbin/fsck_ffs/ |
H A D | utilities.c | 185 cglookup(u_int cg) in cglookup() 445 int j, k, cg; in allocblk() local
|
H A D | pass5.c | 78 struct cg *cg; in pass5() local
|
H A D | setup.c | 90 uint32_t cg, inopb; in setup() local
|
H A D | inode.c | 589 int cg; in allocino() local
|
/openbsd/sbin/fsirand/ |
H A D | fsirand.c | 105 u_int cg; in fsirand() local
|
/openbsd/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | gprof.c | 183 Sym **cg = 0; in main() local
|
H A D | symtab.h | 98 cg; member
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | gprof.c | 190 Sym **cg = 0; local
|
H A D | symtab.h | 98 cg; member
|
/openbsd/sbin/fsck_ext2fs/ |
H A D | setup.c | 69 long cg, asked, i; in setup() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | Cloning.h | 211 : CG(cg), GetAssumptionCache(GetAssumptionCache), PSI(PSI), in CG() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20020406-1.c | 119 DUPFF f, g, cf, cg, h; in main() local
|
/openbsd/games/backgammon/backgammon/ |
H A D | move.c | 48 static int cg[5]; /* candidate finish position */ variable
|
/openbsd/usr.bin/tmux/ |
H A D | colour.c | 61 int qr, qg, qb, cr, cg, cb, d, idx; in colour_find_rgb() local
|