Searched refs:DEBUG_COLOR (Results 1 – 4 of 4) sorted by relevance
84 #define DEBUG_COLOR (1ull << 40) macro
86 { "color", DEBUG_COLOR },
651 #define DEBUG_COLOR(w) (tab == TIFFFaxWhiteCodes ? w "W" : w "B") macro654 printf("%08X/%-2d: %s%5d\t", data, bit, DEBUG_COLOR(what), len); \
529 bool color = INTEL_DEBUG & DEBUG_COLOR; in do_batch_dump()