Home
last modified time | relevance | path

Searched refs:__call_hash (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dextern.h43 __uint32_t __call_hash(HTAB *, char *, int);
Dhash_page.c212 if (__call_hash(hashp, key.data, key.size) == obucket) { in __split_page()
346 if (__call_hash(hashp, key.data, key.size) == obucket) { in ugly_split()
Dhash.c636 rbufp = __get_buf(hashp, __call_hash(hashp, kp, size), NULL, 0);
904 __call_hash(HTAB *hashp, function
Dhash_bigkey.c587 change = (__call_hash(hashp, key.data, key.size) != obucket); in __big_split()