Home
last modified time | relevance | path

Searched defs: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()
/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()