Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dprintf.c23 #define FLAG_IS_SIGNED (1 << 2) macro
57 if (data->flags & FLAG_IS_SIGNED) { in StrPrvPrintfEx_number()
361 data.flags |= FLAG_IS_SIGNED; in cvprintf()