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

/bionic/libc/kernel/common/linux/
H A Defs_dir.h39 unsigned char slots; member in struct:efs_dir
/bionic/libc/bionic/
H A Dmalloc_debug_common.h61 HashEntry* slots[HASHTABLE_SIZE]; member in struct:HashTable
H A Dmalloc_debug_leak.cpp106 HashEntry* entry = table->slots[slot];
151 entry->next = gHashTable.slots[slot];
157 gHashTable.slots[slot] = entry;
174 HashEntry* e1 = gHashTable.slots[i];
198 gHashTable.slots[entry->slot] = entry->next;
H A Dpthread_debug.c695 HashEntry* slots[HASHTABLE_SIZE]; member in struct:HashTable
740 table->slots[entry->slot] = entry->next;
751 HashEntry* entry = table->slots[slot];
765 entry->next = table->slots[slot];
769 table->slots[slot] = entry;
H A Dmalloc_debug_common.cpp137 HashEntry* entry = gHashTable.slots[i];

Completed in 133 milliseconds