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

/external/ltrace/
H A Ddict.c216 int *foundp, int *should_rehash, size_t *pi)
253 if (should_rehash != NULL)
254 *should_rehash = i > 10 && i > n(dict) / 10;
374 int should_rehash; local
375 size_t slot_n = find_slot(dict, key, &found, &should_rehash, NULL);
385 if (should_rehash && dict->size > 0.3 * n(dict))
215 find_slot(struct dict *dict, const void *key, int *foundp, int *should_rehash, size_t *pi) argument

Completed in 107 milliseconds