| /src/games/backgammon/teachgammon/ |
| ttext1.c | 161 const char *const hits[] = { variable
|
| tutor.h | 52 extern const char *const hits[];
|
| teach.c | 114 if ((i = wrtext(hits)) != 0)
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| mmapfiles.d | 54 @hits[execname, self->vpath] = count(); 61 printa("%@5d %-16s %s\n", @hits);
|
| /src/external/cddl/dtracetoolkit/dist/Proc/ |
| mmapfiles.d | 54 @hits[execname, self->vpath] = count(); 61 printa("%@5d %-16s %s\n", @hits);
|
| /src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| tlsmgrmem.c | 14 /* void tlsmgrmem_status(enable, count, hits) 17 /* int *hits; 25 /* number of entries in the cache, and the number of cache hits. 70 void tlsmgrmem_status(int *enabled, int *count, int *hits) 76 if (hits) 77 *hits = cache_hits;
|
| /src/external/gpl3/gcc/dist/contrib/ |
| analyze_brprob.py | 141 def __init__(self, count, hits, fits): 143 self.hits = hits 154 def hits(self): member in class:Summary 155 return sum([x.hits for x in self.edges]) 164 return len([x for x in self.edges if 2 * x.hits >= x.count]) 167 return 100.0 * self.hits() / self.count() 229 def add(self, name, prediction, count, hits): 236 hits = count - hits [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| analyze_brprob.py | 139 def __init__(self, count, hits, fits): 141 self.hits = hits 152 def hits(self): member in class: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): 234 hits = count - hits [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_mmu.c | 404 2: multiple hits 446 Inst Multiple CPLB Hits 459 int i, hits; 467 /* Valid hits and misses are OK in non-OS envs. */ 479 hits = 0; 485 hits = 1; 505 ++hits; 524 if (!do_excp && hits < 2) 534 if (hits == 1) 541 hits = ihits 457 int i, hits; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_mmu.c | 404 2: multiple hits 446 Inst Multiple CPLB Hits 459 int i, hits; 467 /* Valid hits and misses are OK in non-OS envs. */ 479 hits = 0; 485 hits = 1; 505 ++hits; 524 if (!do_excp && hits < 2) 534 if (hits == 1) 541 hits = ihits 457 int i, hits; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| pthreads.c | 37 static int hits; local 42 hits++;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| pthreads.c | 37 static int hits; local 42 hits++;
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| pvcs2rcs.in | 442 my @hits; 855 if ( ( @hits = grep { $workfile =~ /$_/ } keys %bin_ext ) || $options{'force-binary'} ) 858 $workfile =~ /$hits[0]/ if (@hits); 860 . (@hits ? "file type is '$bin_ext{$hits[0]}' for extension '$&'" : "forced") 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") [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-breakpoint.exp | 42 # object. Accepts arguments -enabled, -number, -hits, -thread, -task, and 47 [list hits $::decimal] {thread ""} {task ""} \ 56 set pattern "$pattern number=$number hits=$hits" 88 [build_bp_repr -number 1 -hits 1] "Check obj exists @main" 106 [build_bp_repr -number 1 -hits 1] "Check obj exists @main 2" 110 [build_bp_repr -number 2 -hits 1] "Check obj exists @mult_line" 136 [build_bp_repr -enabled False -number 2 -hits 6] \ 152 [build_bp_repr -number 2 -hits 7 -thread 1] \ 317 [build_bp_repr -number 2 -hits 0] "Check invisible bp obj exists 1 [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| cgen-scache.h | 77 /* Cache hits, misses. */ 78 unsigned long hits, misses; member in struct:cpu_scache 79 #define CPU_SCACHE_HITS(cpu) ((cpu) -> cgen_cpu.scache.hits)
|
| cgen-scache.c | 429 unsigned long hits = CPU_SCACHE_HITS (cpu); local 441 sim_io_printf (sd, " Hits: %s\n", 442 sim_add_commas (buf, sizeof (buf), hits)); 445 if (hits + misses != 0) 447 ((double) hits / ((double) hits + (double) misses)) * 100);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-breakpoint.exp | 42 # object. Accepts arguments -enabled, -number, -hits, -thread, -task, and 47 [list hits $::decimal] {thread ""} {task ""} \ 56 set pattern "$pattern number=$number hits=$hits" 88 [build_bp_repr -number 1 -hits 1] "Check obj exists @main" 106 [build_bp_repr -number 1 -hits 1] "Check obj exists @main 2" 110 [build_bp_repr -number 2 -hits 1] "Check obj exists @mult_line" 136 [build_bp_repr -enabled False -number 2 -hits 6] \ 152 [build_bp_repr -number 2 -hits 7 -thread 1] \ 317 [build_bp_repr -number 2 -hits 0] "Check invisible bp obj exists 1 [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| cgen-scache.h | 77 /* Cache hits, misses. */ 78 unsigned long hits, misses; member in struct:cpu_scache 79 #define CPU_SCACHE_HITS(cpu) ((cpu) -> cgen_cpu.scache.hits)
|
| cgen-scache.c | 429 unsigned long hits = CPU_SCACHE_HITS (cpu); local 441 sim_io_printf (sd, " Hits: %s\n", 442 sim_add_commas (buf, sizeof (buf), hits)); 445 if (hits + misses != 0) 447 ((double) hits / ((double) hits + (double) misses)) * 100);
|
| /src/external/bsd/ipf/dist/ipsd/ |
| ipsd.c | 188 (void) sprintf(fname, "/var/log/ipsd/ipsd-hits.%d", nwrites); 233 int hits = 0; local 236 hits += readloop(fd, ip); 237 if (hits > writecount) { 239 hits = 0;
|
| /src/bin/csh/ |
| exec.c | 97 static int hits, misses; variable 209 hits++; 236 hits--; 488 if (hits + misses) 489 (void)fprintf(cshout, "%d hits, %d misses, %d%%\n", 490 hits, misses, 100 * hits / (hits + misses));
|
| /src/usr.bin/make/ |
| dir.c | 221 int hits; member in struct:CachedDir 245 static int hits; /* Found in directory cache */ variable 280 dir->hits = 0; 965 dir->hits++; 966 hits++; 1023 dir->hits++; 1024 hits++; 1039 hits++; 1040 dot->hits++; 1046 hits++ [all...] |
| /src/sbin/fsck_lfs/ |
| vnode.c | 151 int hits, misses; variable 173 ++hits;
|
| /src/sys/coda/ |
| coda_namecache.h | 140 unsigned hits; member in struct:coda_nc_statistics
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/ |
| flask_op.h | 128 uint32_t hits; member in struct:xen_flask_cache_stats
|