Home
last modified time | relevance | path

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

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