Home
last modified time | relevance | path

Searched defs:DPRINT (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/dtc/
H A Ddtc-lexer.l37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
39 #define DPRINT(fmt, ...) do { } while (0) macro
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
DGoldfishSyncCommandQueue.h27 #define DPRINT(...) do { \ macro
31 #define DPRINT(...) macro
/aosp_15_r20/hardware/google/gfxstream/host/
DSyncThread.cpp58 #define DPRINT(fmt, ...) do { \ macro
65 #define DPRINT(...) macro
/aosp_15_r20/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
DGLESv1Dispatch.cpp31 #define DPRINT(...) do { \ macro
/aosp_15_r20/out/soong/.intermediates/external/dtc/dtc/linux_glibc_x86_64/gen/lex/external/dtc/
Ddtc-lexer.c632 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
634 #define DPRINT(fmt, ...) do { } while (0) macro
/aosp_15_r20/external/curl/docs/examples/
H A Devhiperfifo.c78 #define DPRINT(x...) printf(x) macro
/aosp_15_r20/external/musl/src/regex/
H A Dtre.h45 #define DPRINT(msg) do { } while(0) macro
/aosp_15_r20/external/trusty/musl/src/regex/
Dtre.h45 #define DPRINT(msg) do { } while(0) macro
/aosp_15_r20/hardware/google/gfxstream/guest/egl/
Degl.cpp53 #define DPRINT(fmt,...) ALOGD("%s: " fmt, __FUNCTION__, ##__VA_ARGS__); macro
55 #define DPRINT(...) macro