Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/unit/rbtree/
Dmain.c90 static int last_black_height; variable
114 if (last_black_height) { in check_rbnode()
115 _CHECK(last_black_height == bheight); in check_rbnode()
117 last_black_height = bheight; in check_rbnode()
124 last_black_height = 0; in check_rb()