Searched refs:searches (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c389 METER(table->stats.searches++);
787 fprintf(fp, " number of searches: %u\n", table->stats.searches);
790 fprintf(fp, " mean steps per search: %g\n", table->stats.searches ?
792 / table->stats.searches :
H A Dpldhash.h228 PRUint32 searches; /* total number of table searches */ member in struct:PLDHashTable::PLDHashStats
230 PRUint32 hits; /* searches that found key */
231 PRUint32 misses; /* searches that didn't find key */

Completed in 45 milliseconds