Searched refs:RB_BLK (Results 1 – 1 of 1) sorted by relevance
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/ |
D | rbtree.c | 37 #define RB_BLK (0) macro 213 RB_SET_P_L_R_C(tree, &tree->root, RB_NULL(tree), RB_NULL(tree), RB_NULL(tree), RB_BLK); in rb_init() 235 RB_SET_C(tree, n_idx, RB_BLK); in __rb_insert_balance() 301 RB_SET_P_L_R_C(tree, n_idx, t_idx, p_idx, g_idx, RB_BLK); in __rb_insert_balance() 320 RB_SET_P_L_R_C(tree, n_idx, t_idx, g_idx, p_idx, RB_BLK); in __rb_insert_balance() 338 RB_SET_P_R_C(tree, p_idx, t_idx, g_idx, RB_BLK); in __rb_insert_balance() 353 RB_SET_P_L_C(tree, p_idx, t_idx, g_idx, RB_BLK); in __rb_insert_balance() 377 RB_SET_C(tree, p_idx, RB_BLK); in __rb_insert_balance() 378 RB_SET_C(tree, u_idx, RB_BLK); in __rb_insert_balance() 400 RB_SET_P_L_R_C(tree, n_idx, p_idx, p_idx, p_idx, RB_BLK); in rb_insert() [all …]
|