Lines Matching full:fmtint
298 n := fmtInt(buf, uint64(m))688 w = fmtInt(buf[:w], u)696 w = fmtInt(buf[:w], u%60)703 w = fmtInt(buf[:w], u%60)711 w = fmtInt(buf[:w], u)748 // fmtInt formats v into the tail of buf.750 func fmtInt(buf []byte, v uint64) int {