Searched refs:lookup (Results 1 – 2 of 2) sorted by relevance
/locale/programs/ |
A D | simple-hash.c | 62 static size_t lookup (const hash_table *htab, const void *key, size_t keylen, 101 size_t idx = lookup (htab, key, keylen, hval); in insert_entry() 156 lookup (htab, table[idx].key, table[idx].keylen, in insert_entry_2() 170 size_t idx = lookup (htab, key, keylen, compute_hashval (key, keylen)); in find_entry() 184 size_t idx = lookup (htab, key, keylen, compute_hashval (key, keylen)); in set_entry() 223 lookup (const hash_table *htab, const void *key, size_t keylen, in lookup() function
|
/locale/ |
A D | Makefile | 35 xlocale localename global-locale coll-lookup
|
Completed in 6 milliseconds