Searched defs:DPRINT (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/dtc/ |
H A D | dtc-lexer.l | 37 #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/ |
D | GoldfishSyncCommandQueue.h | 27 #define DPRINT(...) do { \ macro 31 #define DPRINT(...) macro
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | SyncThread.cpp | 58 #define DPRINT(fmt, ...) do { \ macro 65 #define DPRINT(...) macro
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | GLESv1Dispatch.cpp | 31 #define DPRINT(...) do { \ macro
|
/aosp_15_r20/out/soong/.intermediates/external/dtc/dtc/linux_glibc_x86_64/gen/lex/external/dtc/ |
D | dtc-lexer.c | 632 #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 D | evhiperfifo.c | 78 #define DPRINT(x...) printf(x) macro
|
/aosp_15_r20/external/musl/src/regex/ |
H A D | tre.h | 45 #define DPRINT(msg) do { } while(0) macro
|
/aosp_15_r20/external/trusty/musl/src/regex/ |
D | tre.h | 45 #define DPRINT(msg) do { } while(0) macro
|
/aosp_15_r20/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 53 #define DPRINT(fmt,...) ALOGD("%s: " fmt, __FUNCTION__, ##__VA_ARGS__); macro 55 #define DPRINT(...) macro
|