Home
last modified time | relevance | path

Searched refs:NRINTERNAL (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/db/btree/
H A Dbt_split.c197 nbytes = NRINTERNAL; in __bt_split()
479 h->linp[0] = h->upper = t->bt_psize - NRINTERNAL; in bt_rroot()
484 __PAST_END(h->linp, 1) = h->upper -= NRINTERNAL; in bt_rroot()
631 nbytes = NRINTERNAL; in bt_psplit()
726 nbytes = NRINTERNAL; in bt_psplit()
H A Dbtree.h157 #define NRINTERNAL \ macro