Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dpage.h75 #define OVFLSIZE (2*sizeof(u_int16_t)) macro
80 (PAIRSIZE((K),(D)) + OVFLSIZE) <= FREESPACE((P)))
H A Dhash_bigkey.c593 assert(FREESPACE(tp) >= OVFLSIZE); in __big_split()
602 FREESPACE(tp) = free_space - OVFLSIZE; in __big_split()
628 FREESPACE(tp) = free_space + OVFLSIZE; in __big_split()
H A Dhash_page.c498 sp[ndx + 3] = FREESPACE(sp) - OVFLSIZE; in __add_ovflpage()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dpage.h123 #define OVFLSIZE (2 * sizeof(u_int16_t)) macro