Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlibc_logging.cpp200 int is_signed = (conversion == 'd' || conversion == 'i' || conversion == 'o'); in format_integer() local
209 if (is_signed && static_cast<int64_t>(value) < 0) { in format_integer()
361 int is_signed = (c == 'd' || c == 'i' || c == 'o'); in out_vformat() local
375 if (is_signed) { in out_vformat()