Home
last modified time | relevance | path

Searched refs:MaxValue (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Types.h107 const u32 MaxValue = 0xFFFFFFFFU >> (32 - len); in SetBits() local
108 NW_ASSERT(val <= MaxValue); in SetBits()
110 const T mask = T(~(MaxValue << pos)); in SetBits()
129 const u32 MaxValue = 0xFFFFFFFFU >> (32 - len); in SetBits() local
130 NW_ASSERT(val <= MaxValue); in SetBits()
132 const T mask = T(~(MaxValue << pos)); in SetBits()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResParticleInitializer.h240 NW_RES_FIELD_PRIMITIVE_DECL( f32, MaxValue )