Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Utility.h405 inline bit32 MakeBits(T v, int width, int shift) in MakeBits()
/CTR-SDK-4.2.5/include/nn/
DResult.h101 #define NN_RESULT_H_MAKE_MASK(size, shift) (((~0u) >> (32 - (size))) << (shift)) argument
460 bit32 GetCodeBits(bit32 mask, s32 shift) const in GetCodeBits()