Home
last modified time | relevance | path

Searched refs:CeedDebugImpl256 (Results 1 – 2 of 2) sorted by relevance

/libCEED/include/ceed/
H A Dbackend.h99 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__); \
/libCEED/interface/
H A Dceed.c253 void CeedDebugImpl256(const unsigned char color, const char *format, ...) { in CeedDebugImpl256() function