Searched refs:oneTenthMaxInt16 (Results 1 – 1 of 1) sorted by relevance
820 const unsigned short oneTenthMaxInt16 = 0xFFFFu / 10; in scan() local821 const unsigned short remainderMaxInt16 = 0xFFFFu - 10 * oneTenthMaxInt16; in scan()828 …overflow = (ival > oneTenthMaxInt16 || (ival == oneTenthMaxInt16 && (unsigned short)ch > remainder… in scan()