Home
last modified time | relevance | path

Searched defs:cg (Results 1 – 25 of 49) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp346 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()
575 void thinlto_codegen_disable_codegen(thinlto_code_gen_t cg, in thinlto_codegen_disable_codegen()
612 void thinlto_codegen_set_cache_dir(thinlto_code_gen_t cg, in thinlto_codegen_set_cache_dir()
628 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space()
633 thinlto_code_gen_t cg, unsigned MaxSizeBytes) { in thinlto_codegen_set_cache_size_bytes()
638 thinlto_code_gen_t cg, unsigned MaxSizeMegabytes) { in thinlto_codegen_set_cache_size_megabytes()
[all …]
/netbsd/sys/ufs/ext2fs/
H A Dext2fs_alloc.c120 int cg; in ext2fs_alloc() local
175 int cg; in ext2fs_valloc() local
210 int cg, maxspace, mincg, avgifree; in ext2fs_dirpref() local
241 int cg, i; in ext2fs_blkpref() local
281 ext2fs_hashalloc(struct inode *ip, int cg, long pref, int size, in ext2fs_hashalloc() argument
331 ext2fs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ext2fs_alloccg()
429 ext2fs_nodealloccg(struct inode *ip, int cg, daddr_t ipref, int mode) in ext2fs_nodealloccg()
508 int error, cg; in ext2fs_blkfree() local
554 int error, cg; in ext2fs_vfree() local
684 ext2fs_cg_get_csum(struct m_ext2fs *fs, int cg, struct ext2_gd *gd) in ext2fs_cg_get_csum()
[all …]
/netbsd/sys/ufs/ffs/
H A Dfs.h460 #define ACTIVECG_SET(fs, cg) \ argument
465 #define ACTIVECG_CLR(fs, cg) \ argument
470 #define ACTIVECG_ISSET(fs, cg) \ argument
506 struct cg { struct
508 int32_t cg_magic; /* magic number */ argument
509 int32_t cg_old_time; /* time last written */ argument
511 int16_t cg_old_ncyl; /* number of cyl's this cg */ argument
515 u_int32_t cg_rotor; /* position of last used block */ argument
521 u_int32_t cg_iusedoff; /* (u_int8) used inode map */ argument
522 u_int32_t cg_freeoff; /* (u_int8) free block map */ argument
[all …]
H A Dffs_alloc.c182 u_int cg; in ffs_alloc() local
575 u_int cg; in ffs_valloc() local
775 u_int cg; in ffs_blkpref_ufs1() local
839 u_int cg; in ffs_blkpref_ufs2() local
1187 int cg; in ffs_alloccgblk() local
1462 u_int cg; in ffs_blkalloc_ump() local
1567 u_int cg; in ffs_blkfree_cg() local
1878 u_int cg; in ffs_blkfree_common() local
2002 u_int cg; in ffs_freefile() local
2075 u_int cg; in ffs_freefile_common() local
[all …]
/netbsd/usr.sbin/makefs/ffs/
H A Dffs_alloc.c106 int cg; in ffs_alloc() local
162 uint32_t cg, startcg; in ffs_blkpref_ufs1() local
201 uint32_t cg, startcg; in ffs_blkpref_ufs2() local
250 ffs_hashalloc(struct inode *ip, uint32_t cg, daddr_t pref, int size, in ffs_hashalloc()
299 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ffs_alloccg()
438 int i, error, cg, blk, frags, bbase; in ffs_blkfree() local
/netbsd/sbin/fsck_ffs/
H A Dpass4.c67 uint32_t cg; in pass4() local
163 int cg, nfrags, res = KEEPON; in pass4check() local
H A Dpass5.c78 struct cg *cg = cgrp, *ncg; in pass5() local
H A Dinode.c717 int cg; in allocino() local
832 int cg; in freeino() local
H A Dsetup.c88 uint32_t cg; in setup() local
/netbsd/sbin/resize_ffs/
H A Dresize_ffs.c330 uint32_t cg; in loadcgs() local
465 struct cg *cg; /* The in-core cg, of course */ in initcg() local
572 old_cg_blktot(cg, 0)[old_cbtocylno(newsb, di)]++; in initcg() local
601 old_cg_blktot(cg, 0)[old_cbtocylno(newsb, in initcg() local
1051 struct cg *cg; in grow() local
1642 evict_inodes(struct cg * cg) in evict_inodes()
1810 struct cg *cg; in shrink() local
1867 struct cg *cg; in rescan_blkmaps() local
1930 old_cg_blktot(cg, 0)[ in rescan_blkmaps() local
1947 cg_clustersum(cg, 0)[(blkrun in rescan_blkmaps() local
[all …]
/netbsd/sbin/badsect/
H A Dbadsect.c79 struct cg cg; member
206 int cg; in chkuse() local
/netbsd/external/apache2/mDNSResponder/dist/unittests/
H A Duds_daemon_ut.c11 const CacheGroup *cg; in LogCacheRecords_ut() local
/netbsd/external/apache2/mDNSResponder/dist/mDNSCore/
H A Ddnssec.c710 CacheGroup *cg; in CheckRRSIGForRRSet() local
809 CacheGroup *cg; in CheckKeyForRRSIG() local
887 CacheGroup *cg; in CheckRRSIGForKey() local
1008 CacheGroup *cg; in CheckDSForKey() local
2331 CacheGroup *cg; in SetTTLRRSet() local
2682 CacheGroup *cg; in DNSSECNoResponse() local
2779 mDNSlocal void DNSSECPositiveValidationCB(mDNS *const m, DNSSECVerifier *dv, CacheGroup *cg, Resour… in DNSSECPositiveValidationCB()
2891 mDNSlocal void DNSSECNegativeValidationCB(mDNS *const m, DNSSECVerifier *dv, CacheGroup *cg, Resour… in DNSSECNegativeValidationCB()
3026 CacheGroup *cg; in DNSSECValidationCB() local
3073 CacheGroup *const cg = CacheGroupForName(m, q->qnamehash, &q->qname); in VerifySignature() local
[all …]
H A DmDNS.c380 CacheGroup *cg; in CacheGroupForName() local
3228 CacheGroup *cg; in ReconfirmAntecedents() local
3465 CacheGroup *cg; in SendQueries() local
4619 CacheGroup *cg; in ReleaseCacheRecord() local
6862 CacheGroup *cg; in mDNSCoreMachineSleep() local
7380 CacheGroup *cg = CacheGroupForRecord(m, pktrr); in FindIdenticalRecordInCache() local
8865 CacheGroup *cg; in mDNSParseNSEC3Records() local
11364 CacheGroup *cg; in CacheRecordRmvEventsForCurrentQuestion() local
13132 CacheGroup *cg; in mDNS_DeregisterInterface() local
13204 CacheGroup *cg; in mDNS_DeregisterInterface() local
[all …]
H A Dnsec.c57 CacheGroup *cg; in NSECParentForQuestion() local
1049 CacheGroup *cg; in NSECRecordIsDelegation() local
/netbsd/sbin/dump/
H A Dffs_inode.c172 int i, cg, inosused; in fs_mapinodes() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h93 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC()
/netbsd/external/gpl3/gdb/dist/gprof/
H A Dgprof.c187 Sym **cg = 0; in main() local
H A Dsymtab.h99 cg; member
/netbsd/sbin/fsck_ext2fs/
H A Dsetup.c108 long cg, asked, i; in setup() local
/netbsd/external/gpl3/binutils.old/dist/gprof/
H A Dgprof.c189 Sym **cg = 0; in main() local
/netbsd/external/gpl3/binutils/dist/gprof/
H A Dgprof.c189 Sym **cg = 0; in main() local
/netbsd/external/gpl3/gdb.old/dist/gprof/
H A Dgprof.c187 Sym **cg = 0; in main() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCloning.h201 : CG(cg), GetAssumptionCache(GetAssumptionCache), PSI(PSI), in CG() argument
/netbsd/games/backgammon/backgammon/
H A Dmove.c83 static int cg[5]; /* candidate finish position */ variable

12