Home
last modified time | relevance | path

Searched refs:hits (Results 1 – 25 of 95) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/contrib/
Danalyze_brprob.py139 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/
Ddv-bfin_mmu.c457 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/
Dpvcs2rcs.in442 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/
Dpy-breakpoint.exp47 [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/
Ddir.c221 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/
Dipsd.c233 int hits = 0; local
236 hits += readloop(fd, ip);
237 if (hits > writecount) {
239 hits = 0;
DREADME15 After a given number of "hits", it will write the current table of packets
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dcgen-scache.c429 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()
Dcgen-scache.h78 unsigned long hits, misses; member
79 #define CPU_SCACHE_HITS(cpu) ((cpu) -> cgen_cpu.scache.hits)
/netbsd/src/bin/csh/
Dexec.c97 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/
Dpthreads.c37 static int hits; in common_routine() local
42 hits++; in common_routine()
/netbsd/src/sbin/fsck_lfs/
Dvnode.c151 int hits, misses; variable
173 ++hits; in vget()
/netbsd/src/games/backgammon/teachgammon/
Dttext1.c161 const char *const hits[] = { variable
Dtutor.h52 extern const char *const hits[];
Dteach.c114 if ((i = wrtext(hits)) != 0) in main()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_disk_set_standard_lookup.c66 int hits; member
153 cache->hits++; in lookup_name()
/netbsd/src/sys/sys/
Dnamei.src338 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/
Dcoda_namecache.h140 unsigned hits; member
/netbsd/src/external/bsd/file/dist/magic/magdir/
Ddigital30 # UNIX core dump file may produce too many false hits, so we include one
/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dcache.h156 unsigned long hits; /* number of cache hits. */ member
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpointer-query.h195 mutable unsigned hits; variable
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dalloca.c288 long hits; /* Number of internal buffer hits. */ member
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dalloca.c288 long hits; /* Number of internal buffer hits. */ member
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dalloca.c288 long hits; /* Number of internal buffer hits. */ member
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dalloca.c295 long hits; /* Number of internal buffer hits. */ member

1234