Home
last modified time | relevance | path

Searched refs:m_count (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_Backoff.h29 u32 m_count; variable
33 BackOffManager(u32 order) : m_order(order), m_count(0) {} in BackOffManager()
40 if (m_count++ > 0) in BackOff()
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_Backoff.cpp25 u32 spinCount = m_order << (m_count - 1); in BackOffImpl()