Searched refs:APPEND_DIGIT (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/stdio/ |
D | scanf_common.h | 88 #define APPEND_DIGIT(val, dig) \ macro
|
D | printf_common.h | 265 #define APPEND_DIGIT(val, dig) \ macro 279 APPEND_DIGIT(n2, *cp); \ 370 APPEND_DIGIT(n2, *cp); \ in __find_arguments() 436 APPEND_DIGIT(n, ch); in __find_arguments() 540 APPEND_DIGIT(n, ch); in __find_arguments()
|
D | vfprintf.cpp | 227 APPEND_DIGIT(n, ch); in FUNCTION_NAME() 262 APPEND_DIGIT(n, ch); in FUNCTION_NAME() 551 APPEND_DIGIT(n, ch); in FUNCTION_NAME()
|
D | vfwprintf.cpp | 230 APPEND_DIGIT(n, ch); in FUNCTION_NAME() 265 APPEND_DIGIT(n, ch); in FUNCTION_NAME() 529 APPEND_DIGIT(n, ch); in FUNCTION_NAME()
|
D | vfwscanf.cpp | 232 APPEND_DIGIT(size, c); in __vfwscanf()
|
D | vfscanf.cpp | 187 APPEND_DIGIT(size, c); in __svfscanf()
|