Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/ARMv6/
Dfnd_Interlocked.h71 static s32 CompareAndSwap(s32* pTarget, s32 comp, s32 swap);
82 static u64 CompareAndSwap(u64* pTarget, const u64& comp, u64 swap);
85 static T* CompareAndSwap(T** pTarget, T* comp, T* swap)
89 reinterpret_cast<s32>(comp),
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/ARMv6/
Dfnd_Interlocked.cpp28 asm s32 Interlocked::CompareAndSwap(s32* pTarget NN_IS_UNUSED_VAR, s32 comp NN_IS_UNUSED_VAR, s32 s… in CompareAndSwap()
196 u64 Interlocked::CompareAndSwap(u64* pTarget, const u64& comp, u64 swap) in CompareAndSwap() argument
201 if (x == comp) in CompareAndSwap()
205 return comp; in CompareAndSwap()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/util/ARMv6/
Dutil_LockFreeQueueImpl.h131 …bool CompareAndSwapQueuePointer(LockFreeQueuePointer* pTarget, const LockFreeQueuePointer& comp, L…