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

/bionic/linker/
H A Dlinker_debug.h58 #undef TRUE macro
60 #define TRUE 1 macro
87 #define INFO(x...) _PRINTVF(0, TRUE, x)
88 #define TRACE(x...) _PRINTVF(1, TRUE, x)
90 _PRINTVF(-1, TRUE, "%s:%d| WARNING: " fmt, __FILE__, __LINE__, ## args)
92 _PRINTVF(-1, TRUE, "%s:%d| ERROR: " fmt, __FILE__, __LINE__, ## args)
96 #define DEBUG(x...) _PRINTVF(2, TRUE, "DEBUG: " x)
/bionic/libc/tzcode/
H A Dprivate.h254 #ifndef TRUE
255 #define TRUE 1 macro
256 #endif /* !defined TRUE */

Completed in 54 milliseconds