Lines Matching refs:tp
364 char *tp; in __big_return() local
403 tp = (char *)bp; in __big_return()
405 val->data = (u_char *)tp + off; in __big_return()
576 __uint16_t *tp; in __big_split() local
612 tp = (__uint16_t *)tmpp->page; in __big_split()
614 assert(FREESPACE(tp) >= OVFLSIZE); in __big_split()
616 n = tp[0]; in __big_split()
617 off = OFFSET(tp); in __big_split()
618 free_space = FREESPACE(tp); in __big_split()
619 tp[++n] = (__uint16_t)addr; in __big_split()
620 tp[++n] = OVFLPAGE; in __big_split()
621 tp[0] = n; in __big_split()
622 OFFSET(tp) = off; in __big_split()
623 FREESPACE(tp) = free_space - OVFLSIZE; in __big_split()
635 tp = (__uint16_t *)big_keyp->page; in __big_split()
637 if (tp[0] > 2) { in __big_split()
645 n = tp[4]; in __big_split()
646 free_space = FREESPACE(tp); in __big_split()
647 off = OFFSET(tp); in __big_split()
648 tp[0] -= 2; in __big_split()
649 FREESPACE(tp) = free_space + OVFLSIZE; in __big_split()
650 OFFSET(tp) = off; in __big_split()
654 tp[4] = n; in __big_split()