Home
last modified time | relevance | path

Searched refs:NN_IS_UNUSED_VAR (Results 1 – 11 of 11) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/fnd/ARMv6/
Dfnd_Interlocked.cpp28 …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/
Dos_Default.cpp104 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
Dos_SimpleAutoStackManagerBase.cpp84 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
Dos_Thread.cpp167 asm void Thread::CallDestructorAndExit(void* pStackBottom NN_IS_UNUSED_VAR) in CallDestructorAndExit() argument
/CTR-SDK-4.2.5/sources/libraries/os/ARM/
Dos_SpinWait.cpp23 asm void SpinWaitCpuCycles( s32 cycle NN_IS_UNUSED_VAR ) in SpinWaitCpuCycles() argument
/CTR-SDK-4.2.5/include/nn/config/compiler/
Degcc.h21 #define NN_IS_UNUSED_VAR __attribute__((unused)) macro
Drvct.h97 #define NN_IS_UNUSED_VAR __attribute__((unused)) macro
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp178 …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/
Dcx_Uncompression.cpp1071 void ZlibStaticAssert() NN_IS_UNUSED_VAR;
Dcx_Compression.cpp1300 void ZlibStaticAssert() NN_IS_UNUSED_VAR;
Dcx_StreamingUncompression.cpp1541 int err NN_IS_UNUSED_VAR; in InitUncompressContextDeflateCommon() local