Home
last modified time | relevance | path

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

/locale/programs/
A Dsimple-hash.c226 unsigned long int hash; in lookup() local
231 hash = 1 + hval % htab->size; in lookup()
233 idx = hash; in lookup()
242 hash = 1 + hval % (htab->size - 2); in lookup()
246 if (idx <= hash) in lookup()
247 idx = htab->size + idx - hash; in lookup()
249 idx -= hash; in lookup()
A Dcharmap-kw.h71 hash (register const char *str, register size_t len) in hash() function
177 register unsigned int key = hash (str, len); in charmap_hash()
A Dlocfile-kw.h71 hash (register const char *str, register size_t len) in hash() function
608 register unsigned int key = hash (str, len); in locfile_hash()
A Dld-collate.c2449 uint32_t hash = elem_hash (runp->name, namelen); in collate_output() local
2450 size_t idx = hash % elem_size; in collate_output()
2459 size_t iter = hash % (elem_size - 2) + 1; in collate_output()
2471 elem_table[idx * 2] = hash; in collate_output()
/locale/
A Dcategories.def55 DEFINE_ELEMENT (_NL_COLLATE_SYMB_HASH_SIZEMB, "collate-symb-hash-sizemb", std, word)

Completed in 15 milliseconds