Searched refs:uMod (Results 1 – 1 of 1) sorted by relevance
371 unsigned uMod; in uint64_to_str() local384 uMod = ui64Val - (u64Tmp * 10); in uint64_to_str()386 tbuf[ix++] = uMod + '0'; in uint64_to_str()