Home | History | Annotate | Download | only in Objects

Lines Matching refs:nextvalue

1715         size_t nextvalue = value / 10;

1716 uint digit = (uint)(value - nextvalue * 10);
1717 value = nextvalue;