Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dstd_strlprintf.c59 #define FF_ZERO 16 // '0' macro
126 me->flags &= ~FF_ZERO; in FormatNumber()
436 me->flags &= ~FF_ZERO; in FormatFloat()
452 me->flags &= ~FF_ZERO; in FormatFloat()
469 me->flags &= ~FF_ZERO; in FormatFloat()
541 ('0' == *pcIn) ? FF_ZERO : 0); in std_strlprintf_inner()
680 if (ff.flags & FF_ZERO) { in std_strlprintf_inner()