Home
last modified time | relevance | path

Searched refs:PAIRFITS (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/lib/libc/db/hash/
HDpage.h80 #define PAIRFITS(P,K,D) \ macro
HDhash_page.c357 if (PAIRFITS(op, (&key), (&val))) in ugly_split()
370 if (PAIRFITS(np, (&key), (&val))) in ugly_split()
432 if (PAIRFITS(bp, key, val)) in __addel()
441 if (PAIRFITS(sop, key, val)) in __addel()
/freebsd-14-stable/lib/libc/db/
HDchangelog76 hash: In PAIRFITS, the first comparison should look at (P)[2].