Lines Matching refs:nextvalue
1770 size_t nextvalue = value / 10;1771 unsigned int digit = (unsigned int)(value - nextvalue * 10);1772 value = nextvalue;