Searched defs:NN_IS_UNUSED_VAR (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.13.2/sources/libraries/fnd/ARMv6/ |
| D | fnd_Interlocked.cpp | 28 …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-0.13.2/sources/libraries/os/ |
| D | os_Default.cpp | 87 static asm void InvokeOnOtherStack( in InvokeOnOtherStack() 88 uptr stackBottom NN_IS_UNUSED_VAR, in InvokeOnOtherStack() 90 void* param NN_IS_UNUSED_VAR, in InvokeOnOtherStack() 91 uptr returnAddr NN_IS_UNUSED_VAR) in InvokeOnOtherStack()
|
| D | os_Thread.cpp | 144 asm void Thread::CallDestructorAndExit(void* pStackBottom NN_IS_UNUSED_VAR) in CallDestructorAndExit()
|
| /CTR-SDK-0.13.2/sources/libraries/os/ARM/ |
| D | os_SpinWait.cpp | 23 asm void SpinWaitCpuCycles( s32 cycle NN_IS_UNUSED_VAR ) in SpinWaitCpuCycles()
|
| /CTR-SDK-0.13.2/include/nn/config/compiler/ |
| D | egcc.h | 21 #define NN_IS_UNUSED_VAR __attribute__((unused)) macro
|
| D | rvct.h | 20 #define NN_IS_UNUSED_VAR __attribute__((unused)) macro
|