Searched defs:hits (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dcacheinfo.c31 unsigned long hits, misses; local
33 grub_disk_cache_get_performance (&hits, &misses);
34 grub_printf_ (N_("Disk cache: hits = %lu, misses = %lu "), hits, misses);
35 if (hits + misses)
37 unsigned long ratio = hits * 10000 / (hits + misses);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfindlib.h83 unsigned short hits[USHRT_MAX+1]; member in struct:__anon1155
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddisk.c54 grub_disk_cache_get_performance (unsigned long *hits, unsigned long *misses) argument
56 *hits = grub_disk_cache_hits;
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c131 Sfulong_t hits; /* labeled pattern matches */ member in struct:Item_s
132 Sfulong_t total; /* total hits */
162 int list; /* list files with hits */
166 Sfulong_t hits; /* total matched pattern count */ member in struct:State_s
169 unsigned char count; /* count number of hits */
335 item->hits++;
362 Sfulong_t hits = 0; local
402 x->hits++;
423 hits++;
553 if (hits
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dalloca.c291 long hits; /* Number of internal buffer hits. */ member in struct:stk_stat
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c667 int hits = 0; local
724 hits++; /* count valid certs found */
728 if (rv == KMF_OK && hits > 0) {
736 /* since we sorted the list, just return the number of hits */
737 *numcerts = hits;
739 if (rv == KMF_OK && hits == 0)

Completed in 42 milliseconds