Searched defs:PRINT (Results 1 - 11 of 11) sorted by path

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_print.cpp351 #define PRINT(args...) \ macro
374 PRINT("%s", colour[TXT_INSN]);
379 PRINT("not");
440 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix);
449 PRINT("%s", colour[TXT_IMMD]);
452 case TYPE_F32: PRINT("%f", reg.data.f32); break;
453 case TYPE_F64: PRINT("%f", reg.data.f64); break;
454 case TYPE_U8: PRINT("0x%02x", reg.data.u8); break;
455 case TYPE_S8: PRINT("%i", reg.data.s8); break;
456 case TYPE_U16: PRINT("
[all...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.cpp398 /// PRINT("index %d = 0x%p\n",{C(lane), pIndex});
403 CallInst *Builder::PRINT(const std::string &printStr,const std::initializer_list<Value*> &printArgs) function in class:SwrJit::Builder
526 /// @brief Wrapper around PRINT with initializer list.
527 CallInst* Builder::PRINT(const std::string &printStr) function in class:SwrJit::Builder
529 return PRINT(printStr, {});
1571 /// @brief called in JIT code, inserted by PRINT
/external/mksh/src/
H A Dedit.c3522 NONE = 0, EXPAND, COMPLETE, PRINT enumerator in enum:expand_mode
5342 expanded = PRINT;
5345 if (cmd == 0 && expanded == PRINT && buf) {
5399 /* expanded = PRINT; next call undo */
H A Dsh.h254 #undef PRINT /* LynxOS defines that somewhere */ macro
/external/syslinux/com32/gpllib/zzjson/
H A Dzzjson_print.c8 #define PRINT(fmt...) if (config->print(config->ohandle, ##fmt) < 0) return -1; macro
10 #define PUTC(c) PRINT("%c",c)
48 if (c) PRINT("%s%*s%c", indent ? "\n" : "", indent, "", c);
54 PRINT("\n%*s\"", indent+INC, "");
57 PRINT("\" :");
68 PRINT(objval ? " \"" : "\n%*s\"", indent, "");
73 PRINT(objval ? " false" : "\n%*sfalse", indent, "");
76 PRINT(objval ? " null" : "\n%*snull", indent, "");
79 PRINT(objval ? " true" : "\n%*strue", indent, "");
84 PRINT(objva
[all...]
/external/tcpdump/
H A Dprint-krb.c131 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc macro
133 PRINT;
135 PRINT;
137 PRINT;
144 #undef PRINT macro
155 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc macro
180 PRINT;
182 PRINT;
189 PRINT;
212 PRINT;
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h374 #define PRINT(format, args...) \ macro
/external/valgrind/none/tests/solaris/
H A Dcoredump_many_segments.c47 #define PRINT(format, ...) printf(format, ## __VA_ARGS__) macro
187 PRINT("Page size determined as %ld bytes.\n", page_size);
199 PRINT("mmap()'ing %u segments:", SEGMENTS);
220 PRINT(" %u0%%", segment / (SEGMENTS / 10));
228 PRINT(".\nDumping core...\n");
/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_device_unittest.cc53 #define PRINT(...) fprintf(stderr, __VA_ARGS__); macro
267 PRINT("[");
275 PRINT(".");
345 PRINT("] ");
347 PRINT("%d ", *it);
349 PRINT("\n");
350 PRINT("%s[min, max, avg]=[%d, %d, %d] ms\n", kTag,
580 PRINT("file name: %s\n", file_name.c_str());
582 PRINT("file size: %" PRIuS " [bytes]\n", bytes);
583 PRINT("fil
[all...]
H A Daudio_manager_unittest.cc18 #define PRINT(...) fprintf(stderr, __VA_ARGS__); macro
60 PRINT("%sAcoustic Echo Canceler support: %s\n", kTag,
65 PRINT("%sAutomatic Gain Control support: %s\n", kTag,
70 PRINT("%sNoise Suppressor support: %s\n", kTag,
75 PRINT("%sLow latency output support: %s\n", kTag,
81 PRINT("PLAYOUT:\n");
82 PRINT("%saudio layer: %s\n", kTag,
84 PRINT("%ssample rate: %d Hz\n", kTag, playout_parameters_.sample_rate());
85 PRINT("%schannels: %" PRIuS "\n", kTag, playout_parameters_.channels());
86 PRINT("
[all...]
/external/webrtc/webrtc/modules/audio_device/ios/
H A Daudio_device_unittest_ios.cc50 #define PRINT(...) fprintf(stderr, __VA_ARGS__); macro
260 PRINT("[");
268 PRINT(".");
336 PRINT("] ");
338 PRINT("%d ", *it);
340 PRINT("\n");
341 PRINT("%s[min, max, avg]=[%d, %d, %d] ms\n", kTag, min_latency(),

Completed in 383 milliseconds