Searched refs:uiBit (Results 1 – 1 of 1) sorted by relevance
166 uint32_t uiBit; in getFormattedState() local169 for (uiBit = 0; uiBit < sizeof(iValue) * 8; uiBit++) { in getFormattedState()171 int iSingleBitValue = iValue & (1 << uiBit); in getFormattedState()