Searched refs:MaxValue (Results 1 – 2 of 2) sorted by relevance
109 const u32 MaxValue = 0xFFFFFFFFU >> (32 - len); in SetBits() local110 NW_ASSERT(val <= MaxValue); in SetBits()112 const T mask = T(~(MaxValue << pos)); in SetBits()131 const u32 MaxValue = 0xFFFFFFFFU >> (32 - len); in SetBits() local132 NW_ASSERT(val <= MaxValue); in SetBits()134 const T mask = T(~(MaxValue << pos)); in SetBits()
222 NW_RES_FIELD_PRIMITIVE_DECL( f32, MaxValue )