Searched refs:kMaxUint16 (Results 1 – 1 of 1) sorted by relevance
224 constexpr auto kMaxUint16 = static_cast<deUint32>(std::numeric_limits<deUint16>::max()); in joinMostLeast() local225 DE_UNREF(kMaxUint16); // For release builds. in joinMostLeast()226 DE_ASSERT(most <= kMaxUint16 && least <= kMaxUint16); in joinMostLeast()