Lines Matching full:upper
104 h->linp[skip] = h->upper -= ilen; in __bt_split()
105 dest = (char *)h + h->upper; in __bt_split()
204 if ((u_int32_t)(h->upper - h->lower) < nbytes + sizeof(indx_t)) { in __bt_split()
223 h->linp[skip] = h->upper -= nbytes; in __bt_split()
229 h->linp[skip] = h->upper -= nbytes; in __bt_split()
254 h->linp[skip] = h->upper -= nbytes; in __bt_split()
272 h->linp[skip] = h->upper -= nbytes; in __bt_split()
346 r->upper = t->bt_psize; in bt_page()
382 l->upper = t->bt_psize; in bt_page()
450 l->upper = r->upper = t->bt_psize; in bt_root()
479 h->linp[0] = h->upper = t->bt_psize - NRINTERNAL; in bt_rroot()
480 dest = (char *)h + h->upper; in bt_rroot()
484 __PAST_END(h->linp, 1) = h->upper -= NRINTERNAL; in bt_rroot()
485 dest = (char *)h + h->upper; in bt_rroot()
528 h->linp[0] = h->upper = t->bt_psize - nbytes; in bt_broot()
529 dest = (char *)h + h->upper; in bt_broot()
536 __PAST_END(h->linp, 1) = h->upper -= nbytes; in bt_broot()
537 dest = (char *)h + h->upper; in bt_broot()
555 __PAST_END(h->linp, 1) = h->upper -= nbytes; in bt_broot()
556 dest = (char *)h + h->upper; in bt_broot()
582 * r: page to put upper half of data
659 l->linp[off] = l->upper -= nbytes; in bt_psplit()
660 memmove((char *)l + l->upper, src, nbytes); in bt_psplit()
736 r->linp[off] = r->upper -= nbytes; in bt_psplit()
737 memmove((char *)r + r->upper, src, nbytes); in bt_psplit()