Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/crypto/
Dcrypto_HashContextBase.h89 inline static u32 RotateLeft32(int shift, u32 value) in RotateLeft32()
/CTR-SDK-0.14.4/include/nn/math/
Dmath_Utility.h150 inline bit32 MakeBits(T v, int width, int shift) in MakeBits()
/CTR-SDK-0.14.4/include/nn/
DResult.h101 #define NN_RESULT_H_MAKE_MASK(size, shift) (((~0u) >> (32 - (size))) << (shift)) argument
443 bit32 GetCodeBits(bit32 mask, s32 shift) const in GetCodeBits()