Searched defs:shift (Results 1 – 11 of 11) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/snd/common/src/ |
| D | snd_util.c | 315 int shift = 0; // Shift amount in SND_CalcTimer() local 385 SNDChannelDataShift shift; in SND_CalcChannelVolume() local
|
| D | snd_work.c | 277 const SNDChannelDataShift shift = in SND_ReadChannelInfo() local 311 const SNDChannelDataShift shift = (SNDChannelDataShift)(chp->volume >> 8); in SND_ReadChannelInfo() local
|
| D | snd_command.c | 43 #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.1.0/build/demos/os/tick-1/src/ |
| D | main.c | 26 inline int ObjChar(u32 cnt, int shift) in ObjChar()
|
| /TwlSDK-5.1.0/build/demos/os/sleep-1/src/ |
| D | main.c | 27 inline int ObjChar(u32 cnt, int shift) in ObjChar()
|
| /TwlSDK-5.1.0/include/nitro/ctrdg/ARM9/ |
| D | ctrdg_flash.h | 39 …u16 shift; /* Value after converting the sector size into a shift number */ member
|
| /TwlSDK-5.1.0/build/libraries/snd/ARM9/src/ |
| D | snd_interface.c | 305 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.1.0/build/libraries/math/common/src/ |
| D | dgt_sha1.c | 77 inline static u32 NETRotateLeft32(int shift, u32 value) in NETRotateLeft32()
|
| D | fft.c | 77 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
|
| D | net_sha256.c | 106 inline static u32 NETRotateLeft32(int shift, u32 value) in NETRotateLeft32()
|
| /TwlSDK-5.1.0/include/twl/scfg/common/ |
| D | scfg.h | 881 int shift = 2; in SCFG_GetCardDetectMode() local 899 int shift = 0; in SCFG_GetCardDetectForChattering() local
|