| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| 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/gdb/dist/sim/bfin/ |
| D | dv-bfin_mmu.c | 457 int i, hits; in _mmu_check_addr() local 477 hits = 0; in _mmu_check_addr() 483 hits = 1; in _mmu_check_addr() 503 ++hits; in _mmu_check_addr() 522 if (!do_excp && hits < 2) in _mmu_check_addr() 532 if (hits == 1) in _mmu_check_addr() 539 hits = ihits; in _mmu_check_addr() 544 hits = min (2, hits); in _mmu_check_addr() 546 _mmu_log_fault (cpu, mmu, addr, write, inst, hits == 0, supv, dag1, faults); in _mmu_check_addr() 551 return iexcps[hits]; in _mmu_check_addr() [all …]
|
| /netbsd/src/external/gpl2/xcvs/dist/contrib/ |
| 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/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-breakpoint.exp | 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" 330 [build_bp_repr -number "-$decimal" -hits 0] \ 927 [build_bp_repr -number 2 -hits 0 -enable_count 1]
|
| /netbsd/src/usr.bin/make/ |
| 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/bsd/ipf/dist/ipsd/ |
| D | ipsd.c | 233 int hits = 0; local 236 hits += readloop(fd, ip); 237 if (hits > writecount) { 239 hits = 0;
|
| D | README | 15 After a given number of "hits", it will write the current table of packets
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | cgen-scache.c | 429 unsigned long hits = CPU_SCACHE_HITS (cpu); in scache_print_profile() local 442 sim_add_commas (buf, sizeof (buf), hits)); in scache_print_profile() 445 if (hits + misses != 0) in scache_print_profile() 447 ((double) hits / ((double) hits + (double) misses)) * 100); in scache_print_profile()
|
| D | cgen-scache.h | 78 unsigned long hits, misses; member 79 #define CPU_SCACHE_HITS(cpu) ((cpu) -> cgen_cpu.scache.hits)
|
| /netbsd/src/bin/csh/ |
| 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/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| D | pthreads.c | 37 static int hits; in common_routine() local 42 hits++; in common_routine()
|
| /netbsd/src/sbin/fsck_lfs/ |
| D | vnode.c | 151 int hits, misses; variable 173 ++hits; in vget()
|
| /netbsd/src/games/backgammon/teachgammon/ |
| D | ttext1.c | 161 const char *const hits[] = { variable
|
| D | tutor.h | 52 extern const char *const hits[];
|
| D | teach.c | 114 if ((i = wrtext(hits)) != 0) in main()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_read_disk_set_standard_lookup.c | 66 int hits; member 153 cache->hits++; in lookup_name()
|
| /netbsd/src/sys/sys/ |
| 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/sys/coda/ |
| D | coda_namecache.h | 140 unsigned hits; member
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | digital | 30 # UNIX core dump file may produce too many false hits, so we include one
|
| /netbsd/src/external/gpl3/gdb/dist/sim/frv/ |
| D | cache.h | 156 unsigned long hits; /* number of cache hits. */ member
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | pointer-query.h | 195 mutable unsigned hits; variable
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | alloca.c | 288 long hits; /* Number of internal buffer hits. */ member
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | alloca.c | 288 long hits; /* Number of internal buffer hits. */ member
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | alloca.c | 288 long hits; /* Number of internal buffer hits. */ member
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | alloca.c | 295 long hits; /* Number of internal buffer hits. */ member
|