Searched defs:PRINT (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/fuzz/ |
D | asn1.c | 212 #define DO_TEST(TYPE, D2I, I2D, PRINT) { \ argument 232 #define DO_TEST_PRINT_OFFSET(TYPE, D2I, I2D, PRINT) { \ argument 250 #define DO_TEST_PRINT_PCTX(TYPE, D2I, I2D, PRINT) { \ argument
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | parse.l | 35 #define PRINT(...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " __VA_ARGS__) macro
|
D | lex.priv_gst_parse_yy.c | 1073 #define PRINT(...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " __VA_ARGS__) macro 1075 #define PRINT(args...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " args) macro 1078 PRINT (const char *format, ...) in PRINT() function
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
D | Main.java | 29 PRINT, enumConstant
|
/third_party/protobuf/php/tests/proto/ |
D | test_reserved_enum_value_upper.proto | 53 PRINT = 47; enumerator
|
D | test_reserved_message_upper.proto | 52 message PRINT {} message
|
D | test_reserved_enum_upper.proto | 52 enum PRINT { ZERO48 = 0; } enum
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_print.cpp | 417 #define PRINT(args...) \ macro
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-launch.c | 92 #define PRINT if(!quiet)gst_print macro
|
/third_party/ffmpeg/libavcodec/ |
D | cook.c | 1049 #define PRINT(a, b) ff_dlog(q->avctx, " %s = %d\n", a, b); in dump_cook_context() macro
|
D | wmaprodec.c | 259 #define PRINT(a, b) av_log(s->avctx, AV_LOG_DEBUG, " %s = %d\n", a, b); in dump_context() macro
|
/third_party/mksh/ |
D | edit.c | 3605 NONE = 0, EXPAND, COMPLETE, PRINT enumerator
|