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

/bionic/linker/
H A Dlinker_debug.h36 // INFO, TRACE, and DEBUG calls in the source). This will only
79 #define TRACE(x...) _PRINTVF(1, x) macro
87 #define TRACE_TYPE(t,x...) do { if (DO_TRACE_##t) { TRACE(x); } } while (0)
/bionic/libc/bionic/
H A Dtime64.c178 # define TRACE(format) (fprintf(stderr, format)) macro
183 # define TRACE(format) ((void)0) macro

Completed in 87 milliseconds