Home
last modified time | relevance | path

Searched defs:have_precision (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c240 bool alt_form, ladjust, have_precision; in bhnd_nvram_val_vprintf() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp155 bool have_precision = (cur[0] == '.' && cur[1] == '*'); in VSNPrintf() local