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

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

Completed in 496 milliseconds