Home
last modified time | relevance | path

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

/locale/programs/
A Dsimple-hash.c99 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 Dsimple-hash.h48 extern uint32_t compute_hashval (const void *key, size_t keylen)
A Dlocarchive.c52 #define compute_hashval static archive_hashval macro
55 #undef compute_hashval
/locale/
A Dhashval.h25 compute_hashval (const void *key, size_t keylen) in compute_hashval() function
A Dloadarchive.c38 #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