Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Types.h3093 NW_ASSERT(IsPowerOfTwo(realSize.width)); in Set()
3094 NW_ASSERT(IsPowerOfTwo(realSize.height)); in Set()
3180 static bool IsPowerOfTwo(u32 value) in IsPowerOfTwo() function