Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/snd/common/src/
Dsnd_util.c315 int shift = 0; // Shift amount in SND_CalcTimer() local
385 SNDChannelDataShift shift; in SND_CalcChannelVolume() local
Dsnd_work.c277 const SNDChannelDataShift shift = in SND_ReadChannelInfo() local
311 const SNDChannelDataShift shift = (SNDChannelDataShift)(chp->volume >> 8); in SND_ReadChannelInfo() local
Dsnd_command.c43 #define UNPACK_COMMAND( arg, shift, bit ) ( ( (arg) >> (shift) ) & ( ( 1 << (bit) ) - 1 ) ) argument
1041 static void SetChannelVolume(u32 chBitMask, int volume, SNDChannelDataShift shift) in SetChannelVolume()
/TwlSDK-5.2.1/build/demos/os/tick-1/src/
Dmain.c26 inline int ObjChar(u32 cnt, int shift) in ObjChar()
/TwlSDK-5.2.1/build/demos/os/sleep-1/src/
Dmain.c27 inline int ObjChar(u32 cnt, int shift) in ObjChar()
/TwlSDK-5.2.1/include/nitro/ctrdg/ARM9/
Dctrdg_flash.h39 …u16 shift; /* Value after converting the sector size into a shift number */ member
/TwlSDK-5.2.1/build/libraries/snd/ARM9/src/
Dsnd_interface.c305 void SND_SetChannelVolume(u32 chBitMask, int volume, SNDChannelDataShift shift) in SND_SetChannelVolume()
320 int loopLen, int volume, SNDChannelDataShift shift, int timer, int pan) in SND_SetupChannelPcm()
330 SNDDuty duty, int volume, SNDChannelDataShift shift, int timer, int pan) in SND_SetupChannelPsg()
335 void SND_SetupChannelNoise(int chNo, int volume, SNDChannelDataShift shift, int timer, int pan) in SND_SetupChannelNoise()
/TwlSDK-5.2.1/build/libraries/math/common/src/
Ddgt_sha1.c77 inline static u32 NETRotateLeft32(int shift, u32 value) in NETRotateLeft32()
Dfft.c77 u32 shift = 32 - nShift - 1; // -1 is used to double j in MATHi_FFT() local
229 u32 shift = 32 - nShift - 1; // -1 is used to double j in MATHi_IFFT() local
Dnet_sha256.c106 inline static u32 NETRotateLeft32(int shift, u32 value) in NETRotateLeft32()
/TwlSDK-5.2.1/include/twl/scfg/common/
Dscfg.h881 int shift = 2; in SCFG_GetCardDetectMode() local
899 int shift = 0; in SCFG_GetCardDetectForChattering() local