Searched refs:LOWERROR_MAX (Results 1 – 2 of 2) sorted by relevance
81 GSError diff = static_cast<GSError>(err % LOWERROR_MAX); in GSErrorStr()112 return static_cast<int32_t>(a) / LOWERROR_MAX == static_cast<int32_t>(b) / LOWERROR_MAX;117 return static_cast<int32_t>(a) / LOWERROR_MAX != static_cast<int32_t>(b) / LOWERROR_MAX;
20 const int LOWERROR_MAX = 1000; variable