Home
last modified time | relevance | path

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

/bionic/libc/async_safe/
Dasync_safe_log.cpp138 static unsigned parse_decimal(const char* format, int* ppos) { in parse_decimal() function
292 width = static_cast<int>(parse_decimal(format, &nn)); in out_vformat()
298 prec = static_cast<int>(parse_decimal(format, &nn)); in out_vformat()