/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_print.cpp | 417 #define PRINT(args...) \ macro 440 PRINT("%s", colour[TXT_INSN]); in print() 445 PRINT("not"); in print() 509 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix); in print() 518 PRINT("%s", colour[TXT_IMMD]); in print() 521 case TYPE_F32: PRINT("%f", reg.data.f32); break; in print() 522 case TYPE_F64: PRINT("%f", reg.data.f64); break; in print() 523 case TYPE_U8: PRINT("0x%02x", reg.data.u8); break; in print() 524 case TYPE_S8: PRINT("%i", reg.data.s8); break; in print() 525 case TYPE_U16: PRINT(" in print() [all...] |
/third_party/ltp/testcases/kernel/fs/inode/ |
H A D | inode01.c | 49 /* #define PRINT define to get list while running */ 146 #ifdef PRINT in main() 194 #ifdef PRINT in main() 227 #ifdef PRINT in main() 359 #ifdef PRINT in generate() 411 #ifdef PRINT in generate() 481 #ifdef PRINT in check() 487 #ifdef PRINT in check()
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
H A D | Main.java | 29 PRINT, enum constant 48 } else if (args[0].equalsIgnoreCase(Command.PRINT.name())) { in main() 50 cmd = Command.PRINT; in main() 94 if (cmd == Command.PRINT) { in main()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | asn1.c | 212 #define DO_TEST(TYPE, D2I, I2D, PRINT) { \ 222 PRINT(bio, type); \ 232 #define DO_TEST_PRINT_OFFSET(TYPE, D2I, I2D, PRINT) { \ 241 PRINT(bio, type, 0); \ 250 #define DO_TEST_PRINT_PCTX(TYPE, D2I, I2D, PRINT) { \ 259 PRINT(bio, type, 0, pctx); \
|
/third_party/openssl/fuzz/ |
H A D | asn1.c | 212 #define DO_TEST(TYPE, D2I, I2D, PRINT) { \ 222 PRINT(bio, type); \ 232 #define DO_TEST_PRINT_OFFSET(TYPE, D2I, I2D, PRINT) { \ 241 PRINT(bio, type, 0); \ 250 #define DO_TEST_PRINT_PCTX(TYPE, D2I, I2D, PRINT) { \ 259 PRINT(bio, type, 0, pctx); \
|
/third_party/ffmpeg/libavcodec/ |
H A D | cook.c | 1049 #define PRINT(a, b) ff_dlog(q->avctx, " %s = %d\n", a, b); in dump_cook_context() macro 1053 PRINT("js_subband_start", q->subpacket[0].js_subband_start); in dump_cook_context() 1054 PRINT("js_vlc_bits", q->subpacket[0].js_vlc_bits); in dump_cook_context() 1057 PRINT("nb_channels", q->avctx->ch_layout.nb_channels); in dump_cook_context() 1058 PRINT("bit_rate", (int)q->avctx->bit_rate); in dump_cook_context() 1059 PRINT("sample_rate", q->avctx->sample_rate); in dump_cook_context() 1060 PRINT("samples_per_channel", q->subpacket[0].samples_per_channel); in dump_cook_context() 1061 PRINT("subbands", q->subpacket[0].subbands); in dump_cook_context() 1062 PRINT("js_subband_start", q->subpacket[0].js_subband_start); in dump_cook_context() 1063 PRINT("log2_numvector_siz in dump_cook_context() [all...] |
H A D | wmaprodec.c | 265 #define PRINT(a, b) av_log(s->avctx, AV_LOG_DEBUG, " %s = %d\n", a, b); in dump_context() macro 268 PRINT("ed sample bit depth", s->bits_per_sample); in dump_context() 270 PRINT("samples per frame", s->samples_per_frame); in dump_context() 271 PRINT("log2 frame size", s->log2_frame_size); in dump_context() 272 PRINT("max num subframes", s->max_num_subframes); in dump_context() 273 PRINT("len prefix", s->len_prefix); in dump_context() 274 PRINT("num channels", s->nb_channels); in dump_context()
|
/third_party/mksh/ |
H A D | edit.c | 3605 NONE = 0, EXPAND, COMPLETE, PRINT enumerator 5423 expanded = PRINT; in complete_word() 5426 if (cmd == 0 && expanded == PRINT && buf) { in complete_word() 5480 /* expanded = PRINT; next call undo */ in complete_word()
|
H A D | sh.h | 278 #undef PRINT /* LynxOS defines that somewhere */ macro
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.c | 1235 if (NIR_DEBUG(PRINT)) { in radeonsi_screen_create_impl()
|
H A D | si_state_shaders.cpp | 161 nir_serialize(&blob, sel->nir, NIR_DEBUG(PRINT) == 0); in si_get_ir_cache_key() 2979 nir_serialize(&blob, sel->nir, NIR_DEBUG(PRINT) == 0);
|