Searched refs:CO_Depth (Results 1 – 2 of 2) sorted by relevance
199 CO_Depth = 1, enumerator
1976 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()2151 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()2152 if (CutOffEncountered == CO_Depth) in selectOrSplit()2160 else if (CutOffEncountered == (CO_Depth | CO_Interf)) in selectOrSplit()