| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_message.c | 55 BOOL OS_SendMessage(OSMessageQueue *mq, OSMessage msg, s32 flags) in OS_SendMessage() 100 BOOL OS_ReceiveMessage(OSMessageQueue *mq, OSMessage *msg, s32 flags) in OS_ReceiveMessage() 148 BOOL OS_JamMessage(OSMessageQueue *mq, OSMessage msg, s32 flags) in OS_JamMessage() 194 BOOL OS_ReadMessage(OSMessageQueue *mq, OSMessage *msg, s32 flags) in OS_ReadMessage()
|
| /TwlSDK-5.1.0/build/libraries/os/ARM9/src/ |
| D | os_protectionRegion.c | 38 asm void OS_EnableICacheForProtectionRegion( register u32 flags ) in OS_EnableICacheForProtectionRegion() 47 asm void OS_DisableICacheForProtectionRegion( register u32 flags ) in OS_DisableICacheForProtectionRegion() 102 asm void OS_SetIPermissionsForProtectionRegion( register u32 setMask, register u32 flags ) in OS_SetIPermissionsForProtectionRegion() 150 asm void OS_EnableDCacheForProtectionRegion( register u32 flags ) in OS_EnableDCacheForProtectionRegion() 159 asm void OS_DisableDCacheForProtectionRegion( register u32 flags ) in OS_DisableDCacheForProtectionRegion() 214 asm void OS_SetDPermissionsForProtectionRegion( register u32 setMask, register u32 flags ) in OS_SetDPermissionsForProtectionRegion() 262 asm void OS_EnableWriteBufferForProtectionRegion( register u32 flags ) in OS_EnableWriteBufferForProtectionRegion() 270 asm void OS_DisableWriteBufferForProtectionRegion( register u32 flags ) in OS_DisableWriteBufferForProtectionRegion() 294 asm u32 OS_GetWriteBufferEnableFlagsForProtectionRegion( register u32 flags ) in OS_GetWriteBufferEnableFlagsForProtectionRegion()
|
| /TwlSDK-5.1.0/build/libraries/fs/common/include/ |
| D | util.h | 213 SDK_INLINE void FSi_WaitConditionOn(u32 *flags, u32 bits, OSThreadQueue *queue) in FSi_WaitConditionOn() 234 SDK_INLINE void FSi_WaitConditionOff(u32 *flags, u32 bits, OSThreadQueue *queue) in FSi_WaitConditionOff()
|
| /TwlSDK-5.1.0/build/libraries/spi/ARM9.TWL/src/ |
| D | micex.c | 81 u8 flags; in MICEXi_StartLimitedSamplingAsync() local 372 MicexStartLimitedSampling(void* buf, u32 size, u32 rate, u8 flags) in MicexStartLimitedSampling()
|
| /TwlSDK-5.1.0/build/libraries/snd/common/src/ |
| D | snd_command.c | 179 const SNDCommand *SND_RecvCommandReply(u32 flags) in SND_RecvCommandReply() 245 SNDCommand *SND_AllocCommand(u32 flags) in SND_AllocCommand() 338 BOOL SND_FlushCommand(u32 flags) in SND_FlushCommand() 1108 static void StopTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags) in StopTimer()
|
| /TwlSDK-5.1.0/include/nitro/mi/ |
| D | uncomp_stream.h | 33 u8 flags; // Compression flag 1B member 48 u8 flags; // Compression flag 1B member
|
| /TwlSDK-5.1.0/build/libraries/snd/ARM9/src/ |
| D | snd_interface.c | 236 void SND_StartTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags) in SND_StartTimer() 241 void SND_StopTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags) in SND_StopTimer() 285 void SND_StopUnlockedChannel(u32 chBitMask, u32 flags) in SND_StopUnlockedChannel() 290 void SND_LockChannel(u32 chBitMask, u32 flags) in SND_LockChannel() 295 void SND_UnlockChannel(u32 chBitMask, u32 flags) in SND_UnlockChannel()
|
| /TwlSDK-5.1.0/build/libraries/mi/common/src/ |
| D | mi_secureuncompress.c | 136 u8 flags = *pSrc++; in MI_SecureUncompressRL() local 271 u32 flags = *pSrc++; in MI_SecureUncompressLZ() local 273 u32 flags; in MI_SecureUncompressLZ() local
|
| /TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_g711.c | 68 static void DSPi_SendCodecG711(void *dst, const void *src, u32 len, DSPAudioCodecMode flags) in DSPi_SendCodecG711()
|
| /TwlSDK-5.1.0/build/libraries/dsp/common/src/ |
| D | dsp_if.c | 316 void DSP_SendFifoExCore(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags) in DSP_SendFifoExCore() 364 void DSP_RecvFifoExCore(DSPFifoMemSel memsel, u16* dest, u16 src, int size, u16 flags) in DSP_RecvFifoExCore()
|
| /TwlSDK-5.1.0/include/twl/os/common/ |
| D | ownerInfoEx_private.h | 80 } flags; member 113 }flags; member
|
| D | ownerInfoEx.h | 118 } flags; member
|
| /TwlSDK-5.1.0/build/libraries/spi/ARM9/src/ |
| D | mic.c | 207 u8 flags; in MIC_StartAutoSamplingAsync() local 728 static BOOL MicStartAutoSampling(void *buf, u32 size, u32 span, u8 flags) in MicStartAutoSampling()
|
| /TwlSDK-5.1.0/include/twl/dsp/ARM9/ |
| D | dsp_if.h | 364 SDK_INLINE void DSP_SendFifoEx(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags) in DSP_SendFifoEx() 411 SDK_INLINE void DSP_RecvFifoEx(DSPFifoMemSel memsel, u16 *dest, u16 src, int size, u16 flags) in DSP_RecvFifoEx()
|
| D | process.h | 75 int flags; member
|
| /TwlSDK-5.1.0/include/twl/dsp/common/ |
| D | pipe.h | 95 u16 flags; // Attribute flags member
|
| /TwlSDK-5.1.0/include/nitro/wfs/ |
| D | client.h | 52 u32 flags:31; member
|
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | section.c | 171 u32 add_section(Object * obj, const char *name, u32 type, u32 flags, u32 size, u32 align) in add_section()
|
| /TwlSDK-5.1.0/build/libraries/os/common/include/ |
| D | application_jump_private.h | 77 LauncherBootFlags flags; // Launcher operation flags during a reset member
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOHostio.c | 343 u32 flags = 0; in DEMOi_HIO_CreateFile() local 470 u32 flags = 0; in DEMOi_HIO_OpenFile() local 646 u32 flags = 0; in DEMOi_HIO_OpenDirectory() local
|
| /TwlSDK-5.1.0/build/demos/wireless_shared/wfs/src/ |
| D | wfs_common.c | 53 u32 flags:26; member
|
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_proc_default.c | 1694 void FS_SetArchiveProc(FSArchive *arc, FS_ARCHIVE_PROC_FUNC proc, u32 flags) in FS_SetArchiveProc()
|
| /TwlSDK-5.1.0/include/twl/fatfs/common/ |
| D | types.h | 216 u32 flags; member
|