Lines Matching refs:shape
431 uint32_t count, uint32_t off, enum bt_shift_shape shape, in bt_shift_core() argument
443 (shape == BSS_TRAPEZOID ? 0 : 1); in bt_shift_core()
446 uint32_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_shift_core()
458 uint32_t count, enum bt_shift_shape shape) in bt_shift_core_left() argument
460 bt_shift_core(tree, node, idx, count, 1, shape, BSD_LEFT); in bt_shift_core_left()
469 uint32_t count, enum bt_shift_shape shape) in bt_shift_core_right() argument
471 bt_shift_core(tree, node, idx, count, 1, shape, BSD_RIGHT); in bt_shift_core_right()
561 enum bt_shift_shape shape) in bt_transfer_core() argument
570 uint32_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_transfer_core()
571 bcpy(source->btc_children + sidx + (shape == BSS_TRAPEZOID ? 0 : 1), in bt_transfer_core()
572 dest->btc_children + didx + (shape == BSS_TRAPEZOID ? 0 : 1), in bt_transfer_core()