Home | History | Annotate | Download | only in Objects

Lines Matching refs:nextvalue

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