Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dviewcore.bat98 shift
100 shift
104 shift
107 shift
111 shift
113 shift
118 shift
123 shift
130 shift
137 shift
[all …]
Dsetbootmode.bat44 shift
Dsetbridge.bat26 shift
Dcafeoptions.bat67 shift
/CafeSDK-2.12.13-1/system/include/nn/
DResult.h216 #define NN_RESULT_H_MAKE_MASK(size, shift) (((~0u) >> (32 - (size))) << (shift)) argument
435 u32 GetCodeBits(u32 mask, s32 shift) const in GetCodeBits() argument
437 return ((m_Code & mask) >> shift); in GetCodeBits()
DResult.legacy.inclass.h29 #define NN_RESULT_H_MAKE_MASK(size, shift) (((~0u) >> (32 - (size))) << (shift)) argument
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utClear.cpp219 u32 shift; in ConvertFP32ToSmallFP() local
223 shift = fp32Bias - (bias - 1) - fp32Exp; in ConvertFP32ToSmallFP()
226 if (shift > (fp32MantBits + 1)) in ConvertFP32ToSmallFP()
234 fp32Mant = fp32Mant >> shift; in ConvertFP32ToSmallFP()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS.cpp372 int shift = 0; in LoadDDS_RGB8888() local
376 shift += 8; in LoadDDS_RGB8888()
379 pARGB8888Struct->nRShift = shift; in LoadDDS_RGB8888()
381 shift = 0; in LoadDDS_RGB8888()
385 shift += 8; in LoadDDS_RGB8888()
388 pARGB8888Struct->nGShift = shift; in LoadDDS_RGB8888()
390 shift = 0; in LoadDDS_RGB8888()
394 shift += 8; in LoadDDS_RGB8888()
397 pARGB8888Struct->nBShift = shift; in LoadDDS_RGB8888()