Home
last modified time | relevance | path

Searched refs:DUMP (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c82 #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/
Drtasm_x86sse.c86 #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/
Dpax11publish.c45 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/
Dalsaconf.in538 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/
Dnine_shader.c41 #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/
Ddd_draw.c178 #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/
Dchksum.c171 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/
Dindic.pl54 $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/
DCaseIterator.java46 private static final boolean DUMP = false; field in CaseIterator
249 if (DUMP) {
/third_party/f2fs-tools/fsck/
Dmain.c402 c.func = DUMP; in f2fs_parse_options()
1127 if (c.func != DUMP && f2fs_devs_are_umounted() < 0) { in main()
1179 case DUMP: in main()
Dmount.c3695 if (c.func != FSCK && c.func != DUMP && in f2fs_do_mount()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m41667 # 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/
Dlibf2fs.c875 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/
DCMakeLists.txt82 set(JERRYRE_LOGGING_MESSAGE " (FORCED BY STATS OR DUMP)")
/third_party/f2fs-tools/include/
Df2fs_fs.h381 DUMP, enumerator
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst2127 - freedreno: also set DUMP flag on shaders
D20.2.0.rst4019 - freedreno/drm: don't pass thru 'DUMP' flag on older kernels
/third_party/node/deps/openssl/openssl/
DCHANGES.md11818 style similar to INTEGERs, but with '[HEX DUMP]' prepended to
/third_party/openssl/
DCHANGES.md11640 style similar to INTEGERs, but with '[HEX DUMP]' prepended to
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt21135 CORNER. HE UNROLLS ONE PARCEL AND GOES TO DUMP THE CRUBEEN SOFTLY BUT