Home
last modified time | relevance | path

Searched refs:Increment (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_HandleTable.h81 Increment(); in Invalidate()
97 void Increment() in Increment() function
Dfslow_SafeHandle.h100 bool Increment() in Increment() function
/CTR-SDK-0.14.4/sources/libraries/fslow/
Dfslow_SafeHandle.cpp154 return m_AccessLockCounter.Increment(); in Lock()
/CTR-SDK-0.14.4/include/nn/fnd/ARMv6/
Dfnd_Interlocked.h73 static s32 Increment(s32* pTarget);
/CTR-SDK-0.14.4/sources/libraries/fnd/ARMv6/
Dfnd_Interlocked.cpp68 asm s32 Interlocked::Increment(s32* pTarget NN_IS_UNUSED_VAR) in Increment() function in nn::fnd::ARMv6::Interlocked