Searched defs:MAX_VALUE (Results 1 – 6 of 6) sorted by relevance
63 constexpr uint32_t MAX_VALUE = ((1U << (2 * BITS_PER_BYTE - 4))) * 2 - 1U; variable
132 static constexpr UInt MAX_VALUE = VALUE_MASK; variable
59 static constexpr T MAX_VALUE() in MAX_VALUE() function in panda::ArenaAllocatorTest
57 constexpr size_t MAX_VALUE = 1024U; variable
79 constexpr auto MAX_VALUE = 255; in BuildUint8ClampedArraySetIntrinsic() local
26 static const uint32_t MAX_VALUE = 0x7fffffff; variable