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

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Drbtree.h262 size_t black_height = 1; local
268 if (!wine_rb_is_red(*parent)) ++black_height;
282 /* After insertion, the path length to any node should be <= (black_height + 1) * 2. */
283 if (wine_rb_ensure_stack_size(tree, black_height << 1) == -1)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Drbtree.h256 size_t black_height = 1; local
262 if (!wine_rb_is_red(*parent)) ++black_height;
276 /* After insertion, the path length to any node should be <= (black_height + 1) * 2. */
277 if (wine_rb_ensure_stack_size(tree, black_height << 1) == -1)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Drbtree.h262 size_t black_height = 1; local
268 if (!wine_rb_is_red(*parent)) ++black_height;
282 /* After insertion, the path length to any node should be <= (black_height + 1) * 2. */
283 if (wine_rb_ensure_stack_size(tree, black_height << 1) == -1)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Drbtree.h256 size_t black_height = 1; local
262 if (!wine_rb_is_red(*parent)) ++black_height;
276 /* After insertion, the path length to any node should be <= (black_height + 1) * 2. */
277 if (wine_rb_ensure_stack_size(tree, black_height << 1) == -1)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Drbtree.h256 size_t black_height = 1; local
262 if (!wine_rb_is_red(*parent)) ++black_height;
276 /* After insertion, the path length to any node should be <= (black_height + 1) * 2. */
277 if (wine_rb_ensure_stack_size(tree, black_height << 1) == -1)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Drbtree.h262 size_t black_height = 1; local
268 if (!wine_rb_is_red(*parent)) ++black_height;
282 /* After insertion, the path length to any node should be <= (black_height + 1) * 2. */
283 if (wine_rb_ensure_stack_size(tree, black_height << 1) == -1)

Completed in 2301 milliseconds