Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 61) sorted by relevance

123

/TwlSDK-5.1.0/build/demos.TWL/dsp/snd-mic/src/
Dmain.c63 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/
Dos_spinLock.c82 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
Dos_emulator.c109 void OS_SetConsoleType(u32 type) in OS_SetConsoleType()
/TwlSDK-5.1.0/include/nitro/os/common/
Dmutex.h72 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/
Dmb_common.c39 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()
Dmb_fake_child.c889 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/
Dctrdg_backup.c66 u16 CTRDG_IdentifyAgbBackup(CTRDGBackupType type) in CTRDG_IdentifyAgbBackup()
/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_block.h41 u8 type; // Data type: 1B member
51 u8 type; // Data type: 1B member
/TwlSDK-5.1.0/build/tools/loadrun/
Disd_api.h98 int type; member
Disd_api.c58 #define _declDllFunc(type,name) (NITROTOOLAPI_##type)GetProcAddress(ISNTD_DllInstance, NITRO_FUNC_#… argument
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dmic.c120 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/
Disd_api.h69 int type; member
Disd_api.c85 #define _declDllFunc(type,name) (ISD_##type)GetProcAddress(ISTD_DllInstance, ISD_FUNC_##name) argument
/TwlSDK-5.1.0/build/demos.TWL/spi/mic-4/src/
Dmain.c640 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/
Dmain.c671 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/
Dmain.c137 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/
Ddsp_if.c282 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/
Dctrdg_backup.h68 CTRDGFlashType type; member
/TwlSDK-5.1.0/build/demos/card/backup/src/
Dmain.c92 CARDBackupType type; in SelectDevice() member
/TwlSDK-5.1.0/include/twl/dsp/ARM9/
Ddsp_if.h321 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/
Dmic.h82 MICSamplingType type; // Sampling type member
/TwlSDK-5.1.0/build/tools/stripdebug/
Delf_loader.c138 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/
Dmain.c451 CTRDGBackupType type; in SelectDevice() member
/TwlSDK-5.1.0/build/demos/spi/pmAmpGain/src/
Dmain.c380 static void SetDrawData(void *address, MICSamplingType type) in SetDrawData()
/TwlSDK-5.1.0/build/libraries/wbt/common/src/
Dwbt_context.c54 #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

123