Home
last modified time | relevance | path

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

/hal_ambiq-3.5.0/utils/
Dam_util_stdio.c369 char tbuf[25]; in uint64_to_str() local
386 tbuf[ix++] = uMod + '0'; in uint64_to_str()
402 *pcBuf++ = tbuf[ix]; in uint64_to_str()
432 char cCh, tbuf[20]; in uint64_to_hexstr() local
436 tbuf[ix++] = '0'; // Print a '0' in uint64_to_hexstr()
451 tbuf[ix++] = cCh + '0'; in uint64_to_hexstr()
467 *pcBuf++ = tbuf[ix]; in uint64_to_hexstr()