Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dscanf_common.h107 static constexpr int fast_size = sizeof(void*) == 8 ? LLONG : 0; in w_to_flag() local
109 if (size == 16) return fast ? fast_size : SHORT; in w_to_flag()
110 if (size == 32) return fast ? fast_size : 0; in w_to_flag()
Dprintf_common.h843 static constexpr int fast_size = sizeof(void*) == 8 ? LLONGINT : 0; in w_to_flag() local
845 if (size == 16) return fast ? fast_size : SHORTINT; in w_to_flag()
846 if (size == 32) return fast ? fast_size : 0; in w_to_flag()