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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c634 } hashStats; variable in typeref:struct:__anon16
653 assert(deleted == hashStats.deleted);
665 histHashTableLength, histCount, hashStats.deleted);
667 hashStats.insertCount,
668 (hashStats.insertCount
669 ? 100*hashStats.rehashes/hashStats.insertCount : 0));
671 hashStats.removeCount,
672 hashStats.insertCount - hashStats
[all...]

Completed in 74 milliseconds