OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_precision
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc
142
bool
have_precision
= (cur[0] == '.' && cur[1] == '*');
local
144
if (
have_precision
) {
Completed in 3314 milliseconds