Searched defs:PRINT (Results 1 - 2 of 2) sorted by relevance

/bionic/linker/
H A Dlinker_debug.h86 #define PRINT(x...) _PRINTVF(-1, FALSE, x) macro
123 PRINT("Unknown reloc stat requested\n"); \
/bionic/libc/stdio/
H A Dvfprintf.c177 struct __siov *iovp;/* for PRINT macro */
225 #define PRINT(ptr, len) do { \ macro
239 PRINT(with, PADSIZE); \
242 PRINT(with, n); \
355 PRINT(cp, m);
741 PRINT(&sign, 1);
745 PRINT(ox, 2);
758 PRINT(cp, size);
763 PRINT("0", 1);
765 PRINT(decimal_poin
[all...]

Completed in 29 milliseconds