Home
last modified time | relevance | path

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

/lk-master/lib/libc/
A Dprintf.c241 #define OUTREV(c) do { if (&buf[pos] == buf) goto done; else buf[--pos] = (c); } while (0) in double_to_string() macro
243 OUTREV(0); in double_to_string()
247 OUTREV('0'); in double_to_string()
263 OUTREV('0'); in double_to_string()
281 OUTREV('-'); in double_to_string()
287 #undef OUTREV in double_to_string()

Completed in 3 milliseconds