Searched refs:CeedDebugImpl256 (Results 1 – 2 of 2) sorted by relevance
99 CEED_EXTERN void CeedDebugImpl256(const unsigned char, const char *, ...);113 if (CeedDebugFlag(ceed)) CeedDebugImpl256(color, ##__VA_ARGS__); \134 if (CeedDebugFlagEnv()) CeedDebugImpl256(color, ##__VA_ARGS__); \151 CeedDebugImpl256(CEED_DEBUG_COLOR_WARNING, ##__VA_ARGS__); \
253 void CeedDebugImpl256(const unsigned char color, const char *format, ...) { in CeedDebugImpl256() function