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

/barrelfish-master/lib/libc/db/hash/
H A Dhash.h188 * PARTIAL_KEY This must be the first key/data pair on a page
193 * KEY_OFF PARTIAL_KEY OVFL_PAGENO OVFLPAGE
196 * PARTIAL_KEY -- 1
265 #define PARTIAL_KEY 1 macro
H A Dhash_bigkey.c115 p[n] = PARTIAL_KEY;
287 bytes <= size && bp[ndx + 1] == PARTIAL_KEY;
366 while (bp[ndx + 1] == PARTIAL_KEY) {

Completed in 28 milliseconds