Home
last modified time | relevance | path

Searched refs:DUMP (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A 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("Placin in __asan_free()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H A 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/
H A Dpax11publish.c45 enum { DUMP, EXPORT, IMPORT, REMOVE } mode = DUMP; in main() enumerator
67 mode = DUMP; in main()
107 case DUMP: { in main()
/third_party/mesa3d/src/gallium/frontends/nine/
H A 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(" in sm1_dump_swizzle()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A 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_stat in dd_dump_draw_vbo()
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dindic.pl54 $DUMP = 0; # If 1, dump out internal data
231 if ($DUMP) {
245 if ($DUMP) {
/third_party/optimized-routines/networking/test/
H A Dchksum.c171 bool DUMP = false; in main() local
195 DUMP = true; in main()
311 if (DUMP) in main()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DCaseIterator.java46 private static final boolean DUMP = false; field in CaseIterator
249 if (DUMP) {
/third_party/f2fs-tools/fsck/
H A 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()
H A Dmount.c3695 if (c.func != FSCK && c.func != DUMP && in f2fs_do_mount()
/third_party/f2fs-tools/lib/
H A 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/f2fs-tools/include/
H A Df2fs_fs.h381 DUMP, enumerator

Completed in 21 milliseconds