Searched defs:max (Results 1 – 6 of 6) sorted by relevance
12 public void testDirect(int max) { in testDirect()17 public void testStatic(int max) { in testStatic()
66 long max = delay + epsilon; in doit() local
275 unsigned int max = storage_size_; in GetHighestBitSet() local
182 uintptr_t max = 0 - 1; in CheckListSize() local
783 int32_t max = code_item.tries_size_ - 1; in FindTryItem() local
459 static void ParseDouble(const std::string& option, char after_char, double min, double max, in ParseDouble()