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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c209 unsigned int unsize; /* Holds the shifted size */ local
214 unsize = size; /* +1 for empty table slot; -1 for ceiling */
217 while(unsize) {
218 unsize >>= 1;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c209 size_t unsize; /* Holds the shifted size */ local
218 unsize = size; /* +1 for empty table slot; -1 for ceiling */
221 while (unsize) {
222 unsize >>= 1;

Completed in 45 milliseconds