Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwprintf.cpp93 CHAR_TYPE buf[BUF]; /* buffer with space for digits of uintmax_t */ in FUNCTION_NAME()
534 cp = buf + BUF; in FUNCTION_NAME()
571 size = buf + BUF - cp; in FUNCTION_NAME()
572 if (size > BUF) abort(); /* should never happen */ in FUNCTION_NAME()
Dvfprintf.cpp93 CHAR_TYPE buf[BUF]; /* buffer with space for digits of uintmax_t */ in FUNCTION_NAME()
545 cp = buf + BUF; in FUNCTION_NAME()
582 size = buf + BUF - cp; in FUNCTION_NAME()
583 if (size > BUF) abort(); /* should never happen */ in FUNCTION_NAME()
Dparsefloat.c38 #define BUF 513 /* Maximum length of numeric string. */ macro
Dvfwscanf.c45 #define BUF 513 /* Maximum length of numeric string. */ macro
142 wchar_t buf[BUF]; /* buffer for numeric conversions */ in __vfwscanf()
Dvfscanf.cpp49 #define BUF 513 /* Maximum length of numeric string. */ macro
98 char buf[BUF]; /* buffer for numeric conversions */ in __svfscanf()
Dprintf_common.h179 #define BUF 100 macro
/bionic/benchmarks/
DREADME.md75 AT_ALIGNED_<ONE|TWO>BUF
76 AT_<any power of two between 2 and 16384>_ALIGNED_<ONE|TWO>BUF