Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dprintf.c22 #define FLAG_ZERO_EXTEND (1 << 1) macro
124 buf[idx--] = data->flags & FLAG_ZERO_EXTEND ? '0' : ' '; in StrPrvPrintfEx_number()
284 if (!(data.flags & FLAG_ZERO_EXTEND) && !data.fieldWidth && !havePrecision) { in cvprintf()
286 data.flags |= FLAG_ZERO_EXTEND; in cvprintf()