| /TwlSDK-5.1.0/build/demos.TWL/dsp/snd-mic/src/ |
| D | main.c | 63 static void NormalizeRingBuffer(void *dst, MICSamplingType type, const void *buffer, int position) in NormalizeRingBuffer() 106 static void DrawWaveGraph(MICSamplingType type, GXRgb color, const void *buffer) in DrawWaveGraph() 322 MICSamplingType type = MIC_SAMPLING_TYPE_SIGNED_12BIT; in TwlMain() local 331 MICSamplingType type = gMicAutoParam.type; in TwlMain() local
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_spinLock.c | 82 void OSi_SyncWithOtherProc( int type, void* syncBuf ) in OSi_SyncWithOtherProc() 210 u32 type = OS_GetConsoleType(); in OS_InitLock() local 243 u32 type = OSi_DetectDebugger(); in OS_InitLock() local 286 u32 type = OSi_DetectDebugger(); in OS_InitLock() local 312 u32 type = OSi_DetectDebugger(); in OS_InitLock() local 594 u32 type = OSi_DetectDebugger(); in OS_LockCartridge() local 627 u32 type = OSi_DetectDebugger(); in OS_UnlockCartridge() local 673 u32 type = OSi_DetectDebugger(); in OS_TryLockCartridge() local
|
| D | os_emulator.c | 109 void OS_SetConsoleType(u32 type) in OS_SetConsoleType()
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | mutex.h | 72 u32 type = (u32)(mutex->count & OSi_MUTEX_TYPE_MASK); in OS_IncreaseMutexCount() local 78 u32 type = (u32)(mutex->count & OSi_MUTEX_TYPE_MASK); in OS_DecreaseMutexCount() local 82 static inline void OS_SetMutexType( OSMutex* mutex, u32 type ) in OS_SetMutexType()
|
| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_common.c | 39 void MBi_BlockHeaderBegin(u8 type, u32 *sendbuf) in MBi_BlockHeaderBegin() 127 void MBi_comm_type_output(u16 type) in MBi_comm_type_output() 155 void MBi_comm_wmevent_output(u16 type, void *arg) in MBi_comm_wmevent_output()
|
| D | mb_fake_child.c | 889 static void MBFi_WMCallback(u16 type, void *arg) in MBFi_WMCallback() 1264 static void MBFi_PrintMBCallbackType(u16 type) in MBFi_PrintMBCallbackType() 1327 static void MBFi_PrintMBCommCallbacyType(u16 type) in MBFi_PrintMBCommCallbacyType()
|
| /TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/ |
| D | ctrdg_backup.c | 66 u16 CTRDG_IdentifyAgbBackup(CTRDGBackupType type) in CTRDG_IdentifyAgbBackup()
|
| /TwlSDK-5.1.0/build/libraries/mb/common/include/ |
| D | mb_block.h | 41 u8 type; // Data type: 1B member 51 u8 type; // Data type: 1B member
|
| /TwlSDK-5.1.0/build/tools/loadrun/ |
| D | isd_api.h | 98 int type; member
|
| D | isd_api.c | 58 #define _declDllFunc(type,name) (NITROTOOLAPI_##type)GetProcAddress(ISNTD_DllInstance, NITRO_FUNC_#… argument
|
| /TwlSDK-5.1.0/build/libraries/spi/ARM9/src/ |
| D | mic.c | 120 MICResult MIC_DoSamplingAsync(MICSamplingType type, void *buf, MICCallback callback, void *arg) in MIC_DoSamplingAsync() 183 MICResult MIC_DoSampling(MICSamplingType type, void *buf) in MIC_DoSampling() 698 static BOOL MicDoSampling(u16 type) in MicDoSampling()
|
| /TwlSDK-5.1.0/build/tools/loadrun.TWL/ |
| D | isd_api.h | 69 int type; member
|
| D | isd_api.c | 85 #define _declDllFunc(type,name) (ISD_##type)GetProcAddress(ISTD_DllInstance, ISD_FUNC_##name) argument
|
| /TwlSDK-5.1.0/build/demos.TWL/spi/mic-4/src/ |
| D | main.c | 640 OutputSampleWave(void* dat, MICSamplingType type) in OutputSampleWave() 778 static void SetDrawData(void *address, MICSamplingType type) in SetDrawData()
|
| /TwlSDK-5.1.0/build/demos.TWL/snd/IIRFilterdemo-mic/src/ |
| D | main.c | 671 OutputSampleWave(void* dat, MICSamplingType type) in OutputSampleWave() 809 static void SetDrawData(void *address, MICSamplingType type) in SetDrawData()
|
| /TwlSDK-5.1.0/build/demos/spi/mic-2/src/ |
| D | main.c | 137 static void OutputSampleWave(void *dat, MICSamplingType type) in OutputSampleWave() 643 static void SetDrawData(void *address, MICSamplingType type) in SetDrawData()
|
| /TwlSDK-5.1.0/build/libraries/dsp/common/src/ |
| D | dsp_if.c | 282 void DSP_EnableFifoInterruptCore(DSPFifoIntr type) in DSP_EnableFifoInterruptCore() 296 void DSP_DisableFifoInterruptCore(DSPFifoIntr type) in DSP_DisableFifoInterruptCore()
|
| /TwlSDK-5.1.0/include/nitro/ctrdg/ARM9/ |
| D | ctrdg_backup.h | 68 CTRDGFlashType type; member
|
| /TwlSDK-5.1.0/build/demos/card/backup/src/ |
| D | main.c | 92 CARDBackupType type; in SelectDevice() member
|
| /TwlSDK-5.1.0/include/twl/dsp/ARM9/ |
| D | dsp_if.h | 321 SDK_INLINE void DSP_EnableFifoInterrupt(DSPFifoIntr type) in DSP_EnableFifoInterrupt() 339 SDK_INLINE void DSP_DisableFifoInterrupt(DSPFifoIntr type) in DSP_DisableFifoInterrupt()
|
| /TwlSDK-5.1.0/include/nitro/spi/ARM9/ |
| D | mic.h | 82 MICSamplingType type; // Sampling type member
|
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | elf_loader.c | 138 u16 EL_LoadLibraryfromFile( ELHandle* ElfHandle, FILE* ObjFile, void* buf, u16 type) in EL_LoadLibraryfromFile() 182 u16 ELi_LoadLibrary( ELHandle* ElfHandle, void* obj_image, u32 obj_len, void* buf, u16 type) in ELi_LoadLibrary()
|
| /TwlSDK-5.1.0/build/demos/ctrdg/backup-1/src/ |
| D | main.c | 451 CTRDGBackupType type; in SelectDevice() member
|
| /TwlSDK-5.1.0/build/demos/spi/pmAmpGain/src/ |
| D | main.c | 380 static void SetDrawData(void *address, MICSamplingType type) in SetDrawData()
|
| /TwlSDK-5.1.0/build/libraries/wbt/common/src/ |
| D | wbt_context.c | 54 #define WBT_COMMAND_REQ(type, pair_type, argument) \ argument 60 #define WBT_COMMAND_RES(type, pair_type, argument) \ argument 66 #define WBT_COMMAND_MSG(type) \ argument 72 u32 type:8; /* One's own command type */ member
|