Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/
Dfnd_Backoff.cpp25 u32 spinCount = m_order << (m_count - 1); in BackOffImpl() local
29 for (u32 i = 0; i < spinCount; ++i) in BackOffImpl()