Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc134 bool have_width = (*cur >= '0' && *cur <= '9'); in VSNPrintf() local
137 if (have_width) { in VSNPrintf()
154 bool have_flags = have_width | have_z | have_ll; in VSNPrintf()