Home
last modified time | relevance | path

Searched defs:slot_n (Results 1 – 2 of 2) sorted by relevance

/external/ltrace/
Ddict.c375 size_t slot_n = find_slot(dict, key, &found, &should_rehash, NULL); in dict_insert() local
406 size_t slot_n = find_slot(dict, key, &found, NULL, NULL); in dict_find() local
421 size_t slot_n = find_slot(dict, key, &found, NULL, &i); in dict_erase() local
/external/ltrace/sysdeps/linux-gnu/ia64/
Dfetch.c49 int slot_n; member