Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h109 const u32 MaxValue = 0xFFFFFFFFU >> (32 - len); in SetBits() local
110 NW_ASSERT(val <= MaxValue); in SetBits()
112 const T mask = T(~(MaxValue << pos)); in SetBits()
131 const u32 MaxValue = 0xFFFFFFFFU >> (32 - len); in SetBits() local
132 NW_ASSERT(val <= MaxValue); in SetBits()
134 const T mask = T(~(MaxValue << pos)); in SetBits()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResParticleInitializer.h222 NW_RES_FIELD_PRIMITIVE_DECL( f32, MaxValue )