Searched refs:rb_is_black (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Drbtree.c32 #define rb_is_black(r) rb_color(r) macro
165 while ((!node || rb_is_black(node)) && node != root->rb_node)
177 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
178 (!other->rb_right || rb_is_black(other->rb_right)))
186 if (!other->rb_right || rb_is_black(other->rb_right))
214 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
215 (!other->rb_right || rb_is_black(other->rb_right)))
223 if (!other->rb_left || rb_is_black(other->rb_left))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Drbtree.c32 #define rb_is_black(r) rb_color(r) macro
165 while ((!node || rb_is_black(node)) && node != root->rb_node)
177 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
178 (!other->rb_right || rb_is_black(other->rb_right)))
186 if (!other->rb_right || rb_is_black(other->rb_right))
214 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
215 (!other->rb_right || rb_is_black(other->rb_right)))
223 if (!other->rb_left || rb_is_black(other->rb_left))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Drbtree.c32 #define rb_is_black(r) rb_color(r) macro
165 while ((!node || rb_is_black(node)) && node != root->rb_node)
177 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
178 (!other->rb_right || rb_is_black(other->rb_right)))
186 if (!other->rb_right || rb_is_black(other->rb_right))
214 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
215 (!other->rb_right || rb_is_black(other->rb_right)))
223 if (!other->rb_left || rb_is_black(other->rb_left))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Drbtree.c143 while ((!node || rb_is_black(node)) && node != root->rb_node)
155 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
156 (!other->rb_right || rb_is_black(other->rb_right)))
164 if (!other->rb_right || rb_is_black(other->rb_right))
189 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
190 (!other->rb_right || rb_is_black(other->rb_right)))
198 if (!other->rb_left || rb_is_black(other->rb_left))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Drbtree.c143 while ((!node || rb_is_black(node)) && node != root->rb_node)
155 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
156 (!other->rb_right || rb_is_black(other->rb_right)))
164 if (!other->rb_right || rb_is_black(other->rb_right))
189 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
190 (!other->rb_right || rb_is_black(other->rb_right)))
198 if (!other->rb_left || rb_is_black(other->rb_left))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Drbtree.h119 #define rb_is_black(r) rb_color(r) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Drbtree.h119 #define rb_is_black(r) rb_color(r) macro

Completed in 178 milliseconds