Home
last modified time | relevance | path

Searched refs:RB_SET_P_L_C (Results 1 – 1 of 1) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
Drbtree.c88 #define RB_SET_P_L_C(t, n, p, l, c) \ macro
304 RB_SET_P_L_C(tree, g_idx, n_idx, cr_idx, RB_RED); in __rb_insert_balance()
336 RB_SET_P_L_C(tree, g_idx, p_idx, cr_idx, RB_RED); in __rb_insert_balance()
353 RB_SET_P_L_C(tree, p_idx, t_idx, g_idx, RB_BLK); in __rb_insert_balance()
472 RB_SET_P_L_C(tree, s_idx, g_idx, p_idx, RB_BLK); in __rb_delete_rebalance()
487 RB_SET_P_L_C(tree, p_idx, s_idx, c_idx, RB_RED); in __rb_delete_rebalance()
616 RB_SET_P_L_C(tree, p_idx, sr_idx, cr_idx, RB_BLK); in __rb_delete_rebalance()
634 RB_SET_P_L_C(tree, s_idx, g_idx, p_idx, RB_RED); in __rb_delete_rebalance()
654 RB_SET_P_L_C(tree, p_idx, s_idx, sr_idx, RB_BLK); in __rb_delete_rebalance()