Home
last modified time | relevance | path

Searched defs:NN_IS_UNUSED_VAR (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/fnd/ARMv6/
Dfnd_Interlocked.cpp28 …sm s32 Interlocked::CompareAndSwap(s32* pTarget NN_IS_UNUSED_VAR, s32 comp NN_IS_UNUSED_VAR, s32 s… in CompareAndSwap()
53 asm s32 Interlocked::Swap(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in Swap()
68 asm s32 Interlocked::Increment(s32* pTarget NN_IS_UNUSED_VAR) in Increment()
84 asm s32 Interlocked::Decrement(s32* pTarget NN_IS_UNUSED_VAR) in Decrement()
100 asm s32 Interlocked::Add(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in Add()
116 asm s32 Interlocked::Substract(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in Substract()
132 asm s32 Interlocked::BitwiseOr(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in BitwiseOr()
148 asm s32 Interlocked::BitwiseAnd(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in BitwiseAnd()
164 asm s32 Interlocked::BitwiseXor(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in BitwiseXor()
180 asm s32 Interlocked::BitwiseNot(s32* pTarget NN_IS_UNUSED_VAR) in BitwiseNot()
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/os/
Dos_Default.cpp109 static asm void InvokeOnOtherStack( in InvokeOnOtherStack()
110 uptr stackBottom NN_IS_UNUSED_VAR, in InvokeOnOtherStack()
112 void* param NN_IS_UNUSED_VAR, in InvokeOnOtherStack()
113 uptr returnAddr NN_IS_UNUSED_VAR) in InvokeOnOtherStack()
Dos_Thread.cpp145 asm void Thread::CallDestructorAndExit(void* pStackBottom NN_IS_UNUSED_VAR) in CallDestructorAndExit()
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/os/ARM/
Dos_SpinWait.cpp23 asm void SpinWaitCpuCycles( s32 cycle NN_IS_UNUSED_VAR ) in SpinWaitCpuCycles()
/CTR-SDK-1.3.0/CTR_SDK/include/nn/config/compiler/
Degcc.h21 #define NN_IS_UNUSED_VAR __attribute__((unused)) macro
Drvct.h20 #define NN_IS_UNUSED_VAR __attribute__((unused)) macro