Home
last modified time | relevance | path

Searched refs:new_count (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dhsearch_r.c80 size_t hash, index, i, old_hash, old_count, new_count; in hsearch_r() local
116 new_count = (hsearch->index_mask + 1) * 2; in hsearch_r()
117 new_entries = calloc(new_count, sizeof(ENTRY)); in hsearch_r()
121 hsearch->index_mask = new_count - 1; in hsearch_r()