Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/applet/phtsel/
DPhtselMenu.h257 const s32 digit = cDigitNum-1 - m_nDigitSelect; in Proc() local
259 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()