Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dscanf_common.h106 static int w_to_flag(int size, bool fast) { in w_to_flag() function
Dvfwscanf.cpp235 flags |= w_to_flag(size, fast); in __vfwscanf()
Dvfprintf.cpp554 flags |= helpers::w_to_flag(n, fast); in FUNCTION_NAME()
Dvfwprintf.cpp532 flags |= helpers::w_to_flag(n, fast); in FUNCTION_NAME()
Dvfscanf.cpp190 flags |= w_to_flag(size, fast); in __svfscanf()
Dprintf_common.h842 static int w_to_flag(int size, bool fast) { in w_to_flag() function