Searched refs:RB_SET_C (Results 1 – 1 of 1) sorted by relevance
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/ |
D | rbtree.c | 73 #define RB_SET_C(t, n, c) \ macro 235 RB_SET_C(tree, n_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() 379 RB_SET_C(tree, g_idx, RB_RED); in __rb_insert_balance() 558 RB_SET_C(tree, s_idx, RB_RED); in __rb_delete_rebalance() 574 RB_SET_C(tree, s_idx, RB_RED); in __rb_delete_rebalance() 575 RB_SET_C(tree, p_idx, RB_BLK); in __rb_delete_rebalance() 638 RB_SET_C(tree, sr_idx, RB_BLK); in __rb_delete_rebalance() 656 RB_SET_C(tree, sl_idx, RB_BLK); in __rb_delete_rebalance() [all …]
|