Searched refs:PAIRFITS (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/lib/libc/db/hash/ |
| HD | page.h | 80 #define PAIRFITS(P,K,D) \ macro
|
| HD | hash_page.c | 357 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/ |
| HD | changelog | 76 hash: In PAIRFITS, the first comparison should look at (P)[2].
|