Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/math/
Dmath_Utility.h372 inline bit32 MakeBits(T v, int width, int shift) in MakeBits() argument
374 return (static_cast<bit32>(v) & ((1u << width) - 1)) << shift; in MakeBits()
/CTR-SDK-2.4.0/include/nn/
DResult.h101 #define NN_RESULT_H_MAKE_MASK(size, shift) (((~0u) >> (32 - (size))) << (shift)) argument
455 bit32 GetCodeBits(bit32 mask, s32 shift) const in GetCodeBits() argument
457 return ((m_Code & mask) >> shift); in GetCodeBits()