Home
last modified time | relevance | path

Searched refs:PARTIAL_KEY (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dhash_bigkey.c118 p[n] = PARTIAL_KEY; in __big_insert()
283 (int) bytes <= size && bp[ndx + 1] == PARTIAL_KEY; in __find_bigpair()
367 while (bp[ndx + 1] == PARTIAL_KEY) { in __big_return()
Dhash.h299 #define PARTIAL_KEY 1 macro