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

/freebsd-10.0-release/lib/libc/stdlib/
H A Dhcreate.c88 static size_t htablesize; variable
118 htablesize = nel;
119 htable = malloc(htablesize * sizeof htable[0]);
126 for (idx = 0; idx < htablesize; idx++)
141 for (idx = 0; idx < htablesize; idx++) {
164 head = &htable[hashval & (htablesize - 1)];

Completed in 188 milliseconds