Lines Matching refs:shape
394 uint32_t count, uint32_t off, enum bt_shift_shape shape, in bt_shift_core() argument
406 (shape == BSS_TRAPEZOID ? 0 : 1); in bt_shift_core()
409 uint32_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_shift_core()
421 uint32_t count, enum bt_shift_shape shape) in bt_shift_core_left() argument
423 bt_shift_core(tree, node, idx, count, 1, shape, BSD_LEFT); in bt_shift_core_left()
432 uint32_t count, enum bt_shift_shape shape) in bt_shift_core_right() argument
434 bt_shift_core(tree, node, idx, count, 1, shape, BSD_RIGHT); in bt_shift_core_right()
524 enum bt_shift_shape shape) in bt_transfer_core() argument
533 uint32_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_transfer_core()
534 bcpy(source->btc_children + sidx + (shape == BSS_TRAPEZOID ? 0 : 1), in bt_transfer_core()
535 dest->btc_children + didx + (shape == BSS_TRAPEZOID ? 0 : 1), in bt_transfer_core()