Lines Matching refs:lbytes
215 tb->lbytes = -1; in check_left()
230 tb->lbytes = -1; in check_left()
255 tb->lbytes = -1; in check_left()
260 tb->lbytes = op_check_left (vi, cur_free, 0, 0); in check_left()
261 if (tb->lbytes != -1) in check_left()
575 tb->lbytes = lb; in set_parameters()
581 PROC_INFO_ADD( tb -> tb_sb, lbytes[ h ], lb ); in set_parameters()
598 to_left = tb->lnum[0] - ((tb->lbytes != -1) ? 1 : 0); in is_leaf_removable()
611 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes == -1) in is_leaf_removable()
620 if (tb->lbytes + tb->rbytes >= size) { in is_leaf_removable()
621 set_parameters (tb, 0, to_left + 1, to_right + 1, 0, NULL, tb->lbytes, -1); in is_leaf_removable()
698 tb->lbytes, -1);\
700 set_parameters (tb, h, lpar - (tb->lbytes!=-1), 0, lnver, snum012+lset,\
1310 RFALSE( ! h && ((tb->lnum[h] >= vn->vn_nr_item && (tb->lbytes == -1)) || in ip_check_balance()
1390 lpar - (( h || tb->lbytes == -1 ) ? 0 : 1), -1, h ? vn->vn_nr_item:0, -1, in ip_check_balance()
1397 lpar - ((tb->lbytes != -1) ? 1 : 0), tb->lbytes, 0, -1, in ip_check_balance()
1434 …lpar - ((h || tb->lbytes == -1) ? 0 : 1), -1, h ? (vn->vn_nr_item-rpar):(rpar - ((tb->rbytes != -1… in ip_check_balance()
1441 …lpar - ((tb->lbytes != -1) ? 1 : 0), tb->lbytes, (rpar - ((tb->rbytes != -1) ? 1 : 0)), tb->rbytes, in ip_check_balance()
1464 tb->lbytes, tb->rbytes); in ip_check_balance()
1466 set_parameters (tb, h, tb->lnum[h] - ((tb->lbytes == -1) ? 0 : 1), in ip_check_balance()
1748 if (tb->lnum[0] >= vn->vn_nr_item && tb->lbytes == -1) in dc_check_balance_leaf()