Searched defs:got_max (Results 1 – 2 of 2) sorted by relevance
89 bool got_max(T i) const { return i >= exact; } in got_max() function108 bool got_max(T i) const { return i >= max; } in got_max() function127 bool got_max(T /*i*/) const { return false; } in got_max() function
15 unsigned long got_offset, got_count, got_max; member