Home
last modified time | relevance | path

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/
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-1.0.0/CTR_SDK/sources/libraries/os/
Dos_Default.cpp110 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
Dos_Thread.cpp145 asm void Thread::CallDestructorAndExit(void* pStackBottom NN_IS_UNUSED_VAR) in CallDestructorAndExit() argument
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/ARM/
Dos_SpinWait.cpp23 asm void SpinWaitCpuCycles( s32 cycle NN_IS_UNUSED_VAR ) in SpinWaitCpuCycles() argument
/CTR-SDK-1.0.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