Searched refs:compute_hashval (Results 1 – 5 of 5) sorted by relevance
/locale/programs/ |
A D | simple-hash.c | 99 unsigned long int hval = compute_hashval (key, keylen); in insert_entry() 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()
|
A D | simple-hash.h | 48 extern uint32_t compute_hashval (const void *key, size_t keylen)
|
A D | locarchive.c | 52 #define compute_hashval static archive_hashval macro 55 #undef compute_hashval
|
/locale/ |
A D | hashval.h | 25 compute_hashval (const void *key, size_t keylen) in compute_hashval() function
|
A D | loadarchive.c | 38 #define compute_hashval static inline compute_hashval macro 41 #undef compute_hashval 270 hval = compute_hashval (name, strlen (name)); in _nl_load_locale_from_archive()
|
Completed in 12 milliseconds