Lines Matching defs:prefix
260 #define DEBUG_BOOL(prefix, name, value) \ argument
263 #define DEBUG_1(prefix, s, name, format, type) \ argument
266 #define DEBUG_2(prefix, s, name, format, type) \ argument
271 #define DEBUG_3(prefix, s, name, format, type) \ argument
278 #define DEBUG_UINT32(prefix, s, var) DEBUG_1(prefix, s, var, G_GUINT32_FORMAT, guint32) argument
279 #define DEBUG_UINT32_2(prefix, s, var) DEBUG_2(prefix, s, var, G_GUINT32_FORMAT, guint32) argument
280 #define DEBUG_UINT32_3(prefix, s, var) DEBUG_3(prefix, s, var, G_GUINT32_FORMAT, guint32) argument
282 #define DEBUG_UINT64(prefix, s, var) DEBUG_1(prefix, s, var, G_GUINT64_FORMAT, guint64) argument
284 #define DEBUG_INT32(prefix, s, var) DEBUG_1(prefix, s, var, G_GINT32_FORMAT, gint32) argument
286 #define DEBUG_FLOAT(prefix, s, var) DEBUG_1(prefix, s, var, "f", gfloat) argument
287 #define DEBUG_FLOAT_2(prefix, s, var) DEBUG_2(prefix, s, var, "f", gfloat) argument
289 #define DEBUG_SIZE(prefix, s, var) DEBUG_1(prefix, s, var, G_GSIZE_FORMAT, gsize) argument
290 #define DEBUG_FLAGS(prefix, s, limit, under_name_type) \ argument
298 #define DEBUG_BOOL_STRUCT(prefix, s, name) DEBUG_BOOL(prefix, name, (s)->name) argument
300 #define DEBUG_STRING(prefix, s, str) DEBUG_1(prefix, s, str, "s", gchar *); argument