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

/systemd/src/basic/
H A Dc-rbtree.c49 C_RBNODE_BLACK = 1, enumerator in enum:__anon6
61 return c_rbnode_color(n) == C_RBNODE_BLACK;
253 c_rbnode_set_parent_and_color(n, p, C_RBNODE_BLACK);
272 c_rbnode_set_parent_and_color(p, g, C_RBNODE_BLACK);
273 c_rbnode_set_parent_and_color(u, g, C_RBNODE_BLACK);
288 c_rbnode_set_parent_and_color(x, p, C_RBNODE_BLACK);
307 c_rbnode_set_parent_and_color(x, g, C_RBNODE_BLACK);
308 c_rbnode_set_parent_and_color(p, gg, C_RBNODE_BLACK);
318 c_rbnode_set_parent_and_color(p, g, C_RBNODE_BLACK);
319 c_rbnode_set_parent_and_color(u, g, C_RBNODE_BLACK);
[all...]

Completed in 2855 milliseconds