Searched refs:MAX_CACHE_ITEMS (Results 1 – 2 of 2) sorted by relevance
81 while (eliminationChain_.size() > MAX_CACHE_ITEMS) { in Elimination()93 static const int MAX_CACHE_ITEMS = 200; variable
72 while (queue_.size() > MAX_CACHE_ITEMS) { in MoveNodeToLast()84 static const int MAX_CACHE_ITEMS = 10; variable