Searched refs:IntRange (Results 1 – 1 of 1) sorted by relevance
413 struct IntRange { struct417 IntRange(int low_, int high_) : low(low_), high(high_) {} in IntRange() argument420 void IntRange::set_from_string(const char *s) { in set_from_string()455 IntRange NThread(1, 4); // Number of threads to use. in main()