Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/applet/phtsel/
DPhtselMenu.h259 s32 digitValue = (value >> (4*digit)) % 16; in Proc() local
261 digitValue += inc; in Proc()
262 if( digitValue > 15 ) digitValue = 0; in Proc()
263 else if( digitValue < 0 ) digitValue = 15; in Proc()
265 digitValue <<= (4*digit); in Proc()
267 value |= static_cast<value_type>(digitValue); in Proc()