| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | analyze_brprob.py | 139 def __init__(self, count, hits, fits): argument 141 self.hits = hits 152 def hits(self): member in Summary 153 return sum([x.hits for x in self.edges]) 162 return len([x for x in self.edges if 2 * x.hits >= x.count]) 165 return 100.0 * self.hits() / self.count() 227 def add(self, name, prediction, count, hits): argument 234 hits = count - hits 235 remaining = count - hits 236 fits = max(hits, remaining) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | analyze_brprob.py | 136 def __init__(self, count, hits, fits): argument 138 self.hits = hits 149 def hits(self): member in Summary 150 return sum([x.hits for x in self.edges]) 159 return len([x for x in self.edges if 2 * x.hits >= x.count]) 162 return 100.0 * self.hits() / self.count() 224 def add(self, name, prediction, count, hits): argument 231 hits = count - hits 232 remaining = count - hits 233 fits = max(hits, remaining) [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/contrib/ |
| H A D | pvcs2rcs.in | 442 my @hits; 858 $workfile =~ /$hits[0]/ if (@hits); 1160 my @hits = grep /^$options{'rcs-dirs'}/i, ("leaf", "flat"); 1161 @hits == 1 or die 1166 $options{'rcs-dirs'} = $hits[0]; 1170 @hits = grep /^$options{'pvcs-dirs'}/i, ("leaf", "flat"); 1171 @hits == 1 or die 1176 $options{'pvcs-dirs'} = $hits[0]; 1181 @hits = grep /^$options{verify}/i, ("none", "locks", "exists", "lockdates", "revs", "full"); 1182 @hits == 1 or die [all …]
|
| /netbsd-src/usr.bin/make/ |
| H A D | dir.c | 221 int hits; member 245 static int hits; /* Found in directory cache */ variable 280 dir->hits = 0; in CachedDir_New() 965 dir->hits++; in DirLookup() 966 hits++; in DirLookup() 1023 dir->hits++; in DirLookupAbs() 1024 hits++; in DirLookupAbs() 1039 hits++; in DirFindDot() 1040 dot->hits++; in DirFindDot() 1046 hits++; in DirFindDot() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| H A D | tlsmgrmem.c | 70 void tlsmgrmem_status(int *enabled, int *count, int *hits) in tlsmgrmem_status() argument 76 if (hits) in tlsmgrmem_status() 77 *hits = cache_hits; in tlsmgrmem_status()
|
| /netbsd-src/external/bsd/ipf/dist/ipsd/ |
| H A D | ipsd.c | 233 int hits = 0; local 236 hits += readloop(fd, ip); 237 if (hits > writecount) { 239 hits = 0;
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | mmapfiles.d | 54 @hits[execname, self->vpath] = count(); 61 printa("%@5d %-16s %s\n", @hits);
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Proc/ |
| H A D | mmapfiles.d | 54 @hits[execname, self->vpath] = count(); 61 printa("%@5d %-16s %s\n", @hits);
|
| /netbsd-src/bin/csh/ |
| H A D | exec.c | 97 static int hits, misses; variable 209 hits++; in doexec() 236 hits--; in doexec() 488 if (hits + misses) in hashstat() 490 hits, misses, 100 * hits / (hits + misses)); in hashstat()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | dnlcps_example.txt | 42 A "find" command was running at the time, which had 11,263 hits on the DNLC 43 and 5768 misses. An "ls" command scored 22 hits.
|
| H A D | dvmstat_example.txt | 30 increase. This transition from cache hits to file system activity is
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | dnlcps_example.txt | 42 A "find" command was running at the time, which had 11,263 hits on the DNLC 43 and 5768 misses. An "ls" command scored 22 hits.
|
| H A D | dvmstat_example.txt | 30 increase. This transition from cache hits to file system activity is
|
| H A D | diskhits_example.txt | 106 zero hits for that range.
|
| /netbsd-src/sbin/fsck_lfs/ |
| H A D | vnode.c | 151 int hits, misses; variable 173 ++hits; in vget()
|
| /netbsd-src/games/backgammon/teachgammon/ |
| H A D | ttext1.c | 161 const char *const hits[] = { variable
|
| H A D | tutor.h | 52 extern const char *const hits[];
|
| H A D | teach.c | 114 if ((i = wrtext(hits)) != 0) in main()
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_read_disk_set_standard_lookup.c | 66 int hits; member 153 cache->hits++; in lookup_name()
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | unbound_munin_ | 78 unbound_munin_hits - base volume, cache hits, unwanted traffic 241 hits) 452 hits)
|
| /netbsd-src/sys/sys/ |
| H A D | namei.src | 338 type ncs_goodhits; /* hits that we can really use */ \ 339 type ncs_neghits; /* negative hits that we can use */ \ 340 type ncs_badhits; /* hits we must drop */ \ 341 type ncs_falsehits; /* hits with id mismatch */ \ 346 type ncs_revhits; /* reverse-cache hits */ \
|
| /netbsd-src/external/bsd/nsd/dist/contrib/ |
| H A D | nsd_munin_ | 219 hits) 357 hits)
|
| /netbsd-src/sys/coda/ |
| H A D | coda_namecache.h | 140 unsigned hits; member
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/ |
| H A D | flask_op.h | 128 uint32_t hits; member
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | digital | 30 # UNIX core dump file may produce too many false hits, so we include one
|