| /TwlSDK-5.1.0/build/libraries/mi/common/include/ |
| D | dma_red.h | 102 #define __MI_DmaClear(dmaNo, data, destp, size, bit) \ argument 111 #define __MI_DmaClearIf(dmaNo, data, destp, size, bit) \ argument 121 #define __MI_DmaClearArray( dmaNo, data, destp, bit) \ argument 124 #define MI_DmaClearArrayIf(dmaNo, data, destp, bit) \ argument 152 #define __MI_DmaCopy(dmaNo, srcp, destp, size, bit) \ argument 159 #define __MI_DmaCopyIf(dmaNo, srcp, destp, size, bit) \ argument 167 #define __MI_DmaCopyArray( dmaNo, srcp, destp, bit) \ argument 170 #define __MI_DmaCopyArrayIf(dmaNo, srcp, destp, bit) \ argument 197 #define __MI_H_DmaCopy(dmaNo, srcp, destp, size, bit) \ argument 205 #define __MI_H_DmaCopyIf(dmaNo, srcp, destp, size, bit) \ argument [all …]
|
| /TwlSDK-5.1.0/build/libraries/os/common/include/ |
| D | dma_red.h | 102 #define __MI_DmaClear(dmaNo, data, destp, size, bit) \ argument 111 #define __MI_DmaClearIf(dmaNo, data, destp, size, bit) \ argument 121 #define __MI_DmaClearArray( dmaNo, data, destp, bit) \ argument 124 #define MI_DmaClearArrayIf(dmaNo, data, destp, bit) \ argument 152 #define __MI_DmaCopy(dmaNo, srcp, destp, size, bit) \ argument 159 #define __MI_DmaCopyIf(dmaNo, srcp, destp, size, bit) \ argument 167 #define __MI_DmaCopyArray( dmaNo, srcp, destp, bit) \ argument 170 #define __MI_DmaCopyArrayIf(dmaNo, srcp, destp, bit) \ argument 197 #define __MI_H_DmaCopy(dmaNo, srcp, destp, size, bit) \ argument 205 #define __MI_H_DmaCopyIf(dmaNo, srcp, destp, size, bit) \ argument [all …]
|
| /TwlSDK-5.1.0/build/libraries/init/common/include/ |
| D | dma_red.h | 102 #define __MI_DmaClear(dmaNo, data, destp, size, bit) \ argument 111 #define __MI_DmaClearIf(dmaNo, data, destp, size, bit) \ argument 121 #define __MI_DmaClearArray( dmaNo, data, destp, bit) \ argument 124 #define MI_DmaClearArrayIf(dmaNo, data, destp, bit) \ argument 152 #define __MI_DmaCopy(dmaNo, srcp, destp, size, bit) \ argument 159 #define __MI_DmaCopyIf(dmaNo, srcp, destp, size, bit) \ argument 167 #define __MI_DmaCopyArray( dmaNo, srcp, destp, bit) \ argument 170 #define __MI_DmaCopyArrayIf(dmaNo, srcp, destp, bit) \ argument 197 #define __MI_H_DmaCopy(dmaNo, srcp, destp, size, bit) \ argument 205 #define __MI_H_DmaCopyIf(dmaNo, srcp, destp, size, bit) \ argument [all …]
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | systemCall.h | 173 #define SVC_CpuClear( data, destp, size, bit ) \ argument 202 #define SVC_CpuClearArray( data, destp, bit ) \ argument 227 #define SVC_CpuCopy( srcp, destp, size, bit ) \ argument 253 #define SVC_CpuCopyArray( srcp, destp, bit ) \ argument
|
| /TwlSDK-5.1.0/build/demos/pad/padRead/src/ |
| D | main.c | 56 int bit; in TwlMain() member
|
| /TwlSDK-5.1.0/build/libraries/wfs/common/src/ |
| D | wfs_server.c | 272 const int bit = (1 << peer->aid); in WFS_CallServerDisconnectHook() local 333 const int bit = (1 << i); in WFS_CallServerPacketSendHook() local
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/parent/src/ |
| D | parent.c | 258 const int bit = (1 << i); in ModeParent() local
|
| /TwlSDK-5.1.0/build/demos/wm/wireless-all/src/ |
| D | test.c | 289 const int bit = (1 << i); in DrawFrame() local
|
| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_child.c | 794 int bit = (x & 0x7); in checkRecvFlag() local 808 int bit = (x & 0x7); in setRecvFlag() local
|
| /TwlSDK-5.1.0/build/libraries/std/common/src/ |
| D | std_string.c | 813 const u32 bit = (u32)(i & 31UL); in STDi_GetBitset() local 830 const u32 bit = (i & 31UL); in STDi_SetBitset() local 850 const u32 bit = (u32)(a & 31UL); in STDi_FillBitset() local
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/common/src/ |
| D | util.c | 169 const u16 bit = (u16)(1 << i); in KeyRead() local
|
| /TwlSDK-5.1.0/build/demos/vib/pulse_vib/src/ |
| D | main.c | 872 u16 bit; in read_key_data() local
|
| /TwlSDK-5.1.0/build/libraries/snd/common/src/ |
| D | snd_command.c | 43 #define UNPACK_COMMAND( arg, shift, bit ) ( ( (arg) >> (shift) ) & ( ( 1 << (bit) ) - 1 ) ) argument
|
| /TwlSDK-5.1.0/build/libraries/mi/common/src/ |
| D | mi_secureuncompress.c | 417 MIi_VerifyHuffmanTable_( const void* pTable, u8 bit ) in MIi_VerifyHuffmanTable_()
|
| /TwlSDK-5.1.0/build/libraries/wbt/common/src/ |
| D | wbt_context.c | 225 u32 bit = (u32)mod32(index); in WBTi_MergeBitmapIndex() local 1435 int bit = (1 << aid); in WBT_CancelCommand() local
|
| /TwlSDK-5.1.0/build/libraries/spi/ARM9/src/ |
| D | pm.c | 64 inline u32 PMi_MakeData1(u32 bit, u32 seq, u32 command, u32 data) in PMi_MakeData1() 70 inline u32 PMi_MakeData2(u32 bit, u32 seq, u32 data) in PMi_MakeData2()
|
| /TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_process.c | 633 int bit = (1 << i); in DSP_SetProcessHook() local
|
| /TwlSDK-5.1.0/build/libraries/gx/ARM9/src/ |
| D | gx_vramcnt.c | 2789 static u32 GX_GetSizeOfX_(u32 bit /* gGXState.vramCnt.????? */ ) in GX_GetSizeOfX_()
|