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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.hist.c644 } hashStats; variable in typeref:struct:__anon6259
663 assert(deleted == hashStats.deleted);
675 histHashTableLength, histCount, hashStats.deleted);
677 hashStats.insertCount,
678 (hashStats.insertCount
679 ? 100*hashStats.rehashes/hashStats.insertCount : 0));
681 hashStats.removeCount,
682 hashStats.insertCount - hashStats
[all...]

Completed in 60 milliseconds