Searched refs:NN_IS_UNUSED_VAR (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/ARMv6/ |
| D | fnd_Interlocked.cpp | 28 …Interlocked::CompareAndSwap(s32* pTarget NN_IS_UNUSED_VAR, s32 comp NN_IS_UNUSED_VAR, s32 swap NN_… in CompareAndSwap() argument 53 asm s32 Interlocked::Swap(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in Swap() argument 68 asm s32 Interlocked::Increment(s32* pTarget NN_IS_UNUSED_VAR) in Increment() argument 84 asm s32 Interlocked::Decrement(s32* pTarget NN_IS_UNUSED_VAR) in Decrement() argument 100 asm s32 Interlocked::Add(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in Add() argument 116 asm s32 Interlocked::Substract(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in Substract() argument 132 asm s32 Interlocked::BitwiseOr(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in BitwiseOr() argument 148 asm s32 Interlocked::BitwiseAnd(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in BitwiseAnd() argument 164 asm s32 Interlocked::BitwiseXor(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in BitwiseXor() argument 180 asm s32 Interlocked::BitwiseNot(s32* pTarget NN_IS_UNUSED_VAR) in BitwiseNot() argument
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/ |
| D | os_Default.cpp | 110 uptr stackBottom NN_IS_UNUSED_VAR, in InvokeOnOtherStack() argument 111 void (*f)(void*) NN_IS_UNUSED_VAR, in InvokeOnOtherStack() 112 void* param NN_IS_UNUSED_VAR, in InvokeOnOtherStack() argument 113 uptr returnAddr NN_IS_UNUSED_VAR) in InvokeOnOtherStack() argument
|
| D | os_Thread.cpp | 145 asm void Thread::CallDestructorAndExit(void* pStackBottom NN_IS_UNUSED_VAR) in CallDestructorAndExit() argument
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/ARM/ |
| D | os_SpinWait.cpp | 23 asm void SpinWaitCpuCycles( s32 cycle NN_IS_UNUSED_VAR ) in SpinWaitCpuCycles() argument
|
| /CTR-SDK-1.0.0/CTR_SDK/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
|