Searched refs:hash (Results 1 – 5 of 5) sorted by relevance
226 unsigned long int hash; in lookup() local231 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()
71 hash (register const char *str, register size_t len) in hash() function177 register unsigned int key = hash (str, len); in charmap_hash()
71 hash (register const char *str, register size_t len) in hash() function608 register unsigned int key = hash (str, len); in locfile_hash()
2449 uint32_t hash = elem_hash (runp->name, namelen); in collate_output() local2450 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()
55 DEFINE_ELEMENT (_NL_COLLATE_SYMB_HASH_SIZEMB, "collate-symb-hash-sizemb", std, word)
Completed in 15 milliseconds