Searched refs:digit (Results 1 – 1 of 1) sorted by relevance
257 const s32 digit = cDigitNum-1 - m_nDigitSelect; in Proc() local259 s32 digitValue = (value >> (4*digit)) % 16; in Proc()265 digitValue <<= (4*digit); in Proc()266 value &= ~static_cast<value_type>(15 << (4*digit)); in Proc()