Searched refs:MaxValue (Results 1 – 2 of 2) sorted by relevance
107 const u32 MaxValue = 0xFFFFFFFFU >> (32 - len); in SetBits() local108 NW_ASSERT(val <= MaxValue); in SetBits()110 const T mask = T(~(MaxValue << pos)); in SetBits()129 const u32 MaxValue = 0xFFFFFFFFU >> (32 - len); in SetBits() local130 NW_ASSERT(val <= MaxValue); in SetBits()132 const T mask = T(~(MaxValue << pos)); in SetBits()
240 NW_RES_FIELD_PRIMITIVE_DECL( f32, MaxValue )