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