Searched refs:OVFLSIZE (Results 1 – 4 of 4) sorted by relevance
75 #define OVFLSIZE (2*sizeof(u_int16_t)) macro80 (PAIRSIZE((K),(D)) + OVFLSIZE) <= FREESPACE((P)))
593 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()
498 sp[ndx + 3] = FREESPACE(sp) - OVFLSIZE; in __add_ovflpage()
123 #define OVFLSIZE (2 * sizeof(u_int16_t)) macro