Searched refs:NN_IS_UNUSED_VAR (Results 1 – 11 of 11) sorted by relevance
| /CTR-SDK-4.2.5/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-4.2.5/sources/libraries/os/ |
| D | os_Default.cpp | 104 uptr stackBottom NN_IS_UNUSED_VAR, in InvokeOnOtherStack() argument 105 void (*f)(void*) NN_IS_UNUSED_VAR, in InvokeOnOtherStack() 106 void* param NN_IS_UNUSED_VAR, in InvokeOnOtherStack() argument 107 uptr returnAddr NN_IS_UNUSED_VAR) in InvokeOnOtherStack() argument
|
| D | os_SimpleAutoStackManagerBase.cpp | 84 void* pStackBottom NN_IS_UNUSED_VAR, in CallFreeStackOnOtherStack() argument 85 uptr stackBottom NN_IS_UNUSED_VAR, in CallFreeStackOnOtherStack() argument 86 uptr returnAddress NN_IS_UNUSED_VAR ) in CallFreeStackOnOtherStack() argument
|
| D | os_Thread.cpp | 167 asm void Thread::CallDestructorAndExit(void* pStackBottom NN_IS_UNUSED_VAR) in CallDestructorAndExit() argument
|
| /CTR-SDK-4.2.5/sources/libraries/os/ARM/ |
| D | os_SpinWait.cpp | 23 asm void SpinWaitCpuCycles( s32 cycle NN_IS_UNUSED_VAR ) in SpinWaitCpuCycles() argument
|
| /CTR-SDK-4.2.5/include/nn/config/compiler/ |
| D | egcc.h | 21 #define NN_IS_UNUSED_VAR __attribute__((unused)) macro
|
| D | rvct.h | 97 #define NN_IS_UNUSED_VAR __attribute__((unused)) macro
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_ExceptionScreen.cpp | 178 …d(const char* msg, int length, const wchar_t* pBuildInfo, const wchar_t* pSuffix) NN_IS_UNUSED_VAR;
|
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Uncompression.cpp | 1071 void ZlibStaticAssert() NN_IS_UNUSED_VAR;
|
| D | cx_Compression.cpp | 1300 void ZlibStaticAssert() NN_IS_UNUSED_VAR;
|
| D | cx_StreamingUncompression.cpp | 1541 int err NN_IS_UNUSED_VAR; in InitUncompressContextDeflateCommon() local
|