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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c418 size_t hash_end; local
425 hash_end = 200;
486 if (hash_num == hash_end) {
487 hash_end *= 2;
489 hash_end * sizeof (int));
491 hash_end * sizeof (size_t));

Completed in 56 milliseconds