Searched refs:hits (Results 1 - 14 of 14) 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/cmd/dtrace_toolkit/DTT/Bin/
H A Dmmapfiles.d54 @hits[execname, self->vpath] = count();
61 printa("%@5d %-16s %s\n", @hits);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dmmapfiles.d54 @hits[execname, self->vpath] = count();
61 printa("%@5d %-16s %s\n", @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/lib/libast/common/misc/
H A Dfindlib.h83 unsigned short hits[USHRT_MAX+1]; member in struct:__anon1155
H A Dfastfind.c1124 fp->encode.hits[fp->encode.code[n][m]]++;
1125 fp->encode.hits[0] = 0;
1128 if (d = fp->encode.hits[n])
1130 fp->encode.hits[n] = m;
1135 fp->encode.hits[n] = 0;
1138 if (fp->encode.hits[fp->encode.code[n][m]])
1141 b = fp->encode.hits[d] - 1;
1143 if (fp->encode.hits[d]++ >= FF_MAX)
1144 fp->encode.hits[d] = 0;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddisk.h180 EXPORT_FUNC(grub_disk_cache_get_performance) (unsigned long *hits, unsigned long *misses);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove92 my @hits = ();
103 push( @hits, all_in( $currfile ) ) if $recurse;
105 push( @hits, $currfile ) if $currfile =~ $ext_regex;
112 return @hits;
/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/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/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm854 my @hits = grep (/^$pat/, @names);
855 print STDERR ("=> ", scalar(@hits), " hits (@hits) with \"$pat\" ",
859 unless ( (@hits <= 1) || (grep ($_ eq $opt, @hits) == 1) ) {
862 foreach ( @hits ) {
880 join(", ", @hits), ")\n");
884 @hits = keys(%hit);
888 if ( @hits
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm1540 public. It found 5 hits:
1554 * Two hits were in TPC, a fax server thingy. It does a
/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)
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs337 SAVE_INT32(self, ncstatsp, hits);

Completed in 61 milliseconds