Searched refs:oleft (Results 1 – 2 of 2) sorted by relevance
16 int oleft= left; in sortStrings() local31 if (oleft < right) in sortStrings()32 sortStrings(values, oleft, right, swapper); in sortStrings()
478 SYS_TREE_STRUCT type *oleft; \479 if ((oleft = RB_LEFT(tmp, field)) \481 RB_COLOR(oleft, field) = RB_BLACK;\483 RB_ROTATE_RIGHT(head, tmp, oleft, field);\