/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
D | szrt_asan.c | 82 #define DUMP(args...) \ macro 87 #define DUMP(args...) macro 137 DUMP("check %d bytes at %p: %p + %d (%d)\n", size, ptr, shadow_addr, in __asan_check() 182 DUMP("set up shadow memory at %p\n", shadow_offset); in __asan_init() 187 DUMP("protected bad region\n"); in __asan_init() 190 DUMP("poisioning %d global redzones\n", n_rzs); in __asan_init() 192 DUMP("(%d) poisoning redzone of size %d at %p\n", i, rz_sizes[i], rzs[i]); in __asan_init() 198 DUMP("malloc() called with size %d\n", size); in __asan_malloc() 250 DUMP("free() called on %p\n", ptr); in __asan_free() 271 DUMP("Placing %d bytes at %p in quarantine\n", entry->size, entry); in __asan_free() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 86 #define DUMP() do { \ macro 96 DUMP(); \ 101 DUMP(); \ 106 DUMP(); \ 113 DUMP(); \ 119 DUMP(); \ 130 #define DUMP( ) macro 417 DUMP(); in x86_jmp_forward() 425 DUMP(); in x86_call_forward() 632 DUMP(); in x86_ret() [all …]
|
/third_party/pulseaudio/src/utils/ |
D | pax11publish.c | 45 enum { DUMP, EXPORT, IMPORT, REMOVE } mode = DUMP; in main() enumerator 67 mode = DUMP; in main() 107 case DUMP: { in main()
|
/third_party/alsa-utils/alsaconf/ |
D | alsaconf.in | 538 rm -f "$TMP" "$addcfg" "$FOUND" "$DUMP" 557 DUMP=`mktemp -q /tmp/alsaconf.XXXXXX` 630 cat $PROCFS/isapnp >"$DUMP" 642 echo "Card $index '$id:$name' " >> "$DUMP" 648 echo "BIOS $bindex '$id' " >> "$DUMP" 657 echo -n >"$DUMP" 773 …cardname=`grep '^Card [0-9]\+ .'$1':' $DUMP | head -n 1 | sed -e 's/^Card [0-9]\+ '\''.*:\(.*\)'\'… 1450 rm -f "$FOUND" "$DUMP"
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 41 #define DUMP(args...) _nine_debug_printf(DBG_CHANNEL, NULL, args) macro 152 if (mask & 1) DUMP("x"); else DUMP("_"); in sm1_dump_writemask() 153 if (mask & 2) DUMP("y"); else DUMP("_"); in sm1_dump_writemask() 154 if (mask & 4) DUMP("z"); else DUMP("_"); in sm1_dump_writemask() 155 if (mask & 8) DUMP("w"); else DUMP("_"); in sm1_dump_writemask() 162 DUMP("%c%c%c%c", in sm1_dump_swizzle() 195 DUMP("aL"); in sm1_dump_reg() 198 DUMP("oC%i", index); in sm1_dump_reg() 201 DUMP("oDepth"); in sm1_dump_reg() 204 DUMP("oRast%i", index); in sm1_dump_reg() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_draw.c | 178 #define DUMP(name, var) do { \ macro 289 DUMP(clip_state, &dstate->clip_state); in dd_dump_shader() 298 DUMP(rasterizer_state, &dstate->rs->state.rs); in dd_dump_shader() 301 DUMP(poly_stipple, &dstate->polygon_stipple); in dd_dump_shader() 309 DUMP(shader_state, &dstate->shaders[sh]->state.shader); in dd_dump_shader() 361 DUMP(draw_info, info); in dd_dump_draw_vbo() 363 DUMP(draw_start_count_bias, draw); in dd_dump_draw_vbo() 412 DUMP(depth_stencil_alpha_state, &dstate->dsa->state.dsa); in dd_dump_draw_vbo() 413 DUMP(stencil_ref, &dstate->stencil_ref); in dd_dump_draw_vbo() 416 DUMP(blend_state, &dstate->blend->state.blend); in dd_dump_draw_vbo() [all …]
|
/third_party/optimized-routines/networking/test/ |
D | chksum.c | 171 bool DUMP = false; in main() local 195 DUMP = true; in main() 311 if (DUMP) in main()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | indic.pl | 54 $DUMP = 0; # If 1, dump out internal data 231 if ($DUMP) { 245 if ($DUMP) {
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | CaseIterator.java | 46 private static final boolean DUMP = false; field in CaseIterator 249 if (DUMP) {
|
/third_party/f2fs-tools/fsck/ |
D | main.c | 402 c.func = DUMP; in f2fs_parse_options() 1127 if (c.func != DUMP && f2fs_devs_are_umounted() < 0) { in main() 1179 case DUMP: in main()
|
D | mount.c | 3695 if (c.func != FSCK && c.func != DUMP && in f2fs_do_mount()
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/ |
D | m4sugar.m4 | 1667 # DUMP below for short). This introduces an important difference with 1680 # DUMP: undefined 1688 # DUMP: BODY 1695 # DUMP: BODY 1699 # Then the content of the temporary diversion is moved to DUMP and the 1701 # DUMP: BODY 1707 # DUMP: BODY 1715 # DUMP: BODY 1719 # Then the diversion is appended to DUMP, and popped. 1720 # DUMP: BODY [all …]
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 875 if (c.func != DUMP && (c.func != FSCK || c.fix_on || c.auto_fix)) in open_check_fs() 929 !c.force && c.func != DUMP && !c.dry_run) { in get_device_info()
|
/third_party/jerryscript/jerry-core/ |
D | CMakeLists.txt | 82 set(JERRYRE_LOGGING_MESSAGE " (FORCED BY STATS OR DUMP)")
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 381 DUMP, enumerator
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 2127 - freedreno: also set DUMP flag on shaders
|
D | 20.2.0.rst | 4019 - freedreno/drm: don't pass thru 'DUMP' flag on older kernels
|
/third_party/node/deps/openssl/openssl/ |
D | CHANGES.md | 11818 style similar to INTEGERs, but with '[HEX DUMP]' prepended to
|
/third_party/openssl/ |
D | CHANGES.md | 11640 style similar to INTEGERs, but with '[HEX DUMP]' prepended to
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 21135 CORNER. HE UNROLLS ONE PARCEL AND GOES TO DUMP THE CRUBEEN SOFTLY BUT
|