Home
last modified time | relevance | path

Searched refs:uMod (Results 1 – 1 of 1) sorted by relevance

/hal_ambiq-latest/utils/
Dam_util_stdio.c371 unsigned uMod; in uint64_to_str() local
384 uMod = ui64Val - (u64Tmp * 10); in uint64_to_str()
386 tbuf[ix++] = uMod + '0'; in uint64_to_str()