Lines Matching defs:format
151 #define printf(format, ...) \ argument
159 #define perror(format, ...) \ argument
189 #define HLOG(level, format, ...) \ argument
202 #define HLOGV_FIRST(first, format, ...) \ argument
215 #define HLOGV_FIRST_LOCAL(local_limit, format, ...) \ argument
227 #define HLOGV_IF(condition, format, ...) \ argument
235 #define HLOGDUMMY(format, ...) while (0) argument
239 #define HLOGM(format, ...) HLOG(LEVEL_MUCH, format, ##__VA_ARGS__) argument
244 #define HLOGV(format, ...) HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__) argument
248 #define HLOGD(format, ...) HLOG(LEVEL_DEBUG, format, ##__VA_ARGS__) argument
253 #define HLOGI(format, ...) HLOG(LEVEL_INFO, format, ##__VA_ARGS__) argument
257 #define HLOGW(format, ...) HLOG(LEVEL_WARNING, format, ##__VA_ARGS__) argument
261 #define HLOGE(format, ...) HLOG(LEVEL_ERROR, format, ##__VA_ARGS__) argument
265 #define HLOGEP(format, ...) \ argument
270 #define HLOGF(format, ...) \ argument
275 #define HLOG_ASSERT_MESSAGE(condition, format, ...) \ argument