/aosp_15_r20/external/zstd/tests/ |
H A D | datagencli.c | 34 #define DISPLAYLEVEL(l, ...) \ macro
|
H A D | decodecorpus.c | 42 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
|
H A D | zstreamtest.c | 63 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { \ macro
|
H A D | paramgrill.c | 56 #define DISPLAYLEVEL(n, ...) if(g_displayLevel >= n) { fprintf(stderr, __VA_ARGS__); } macro
|
H A D | fuzzer.c | 63 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
|
/aosp_15_r20/external/lz4/tests/ |
H A D | datagencli.c | 63 #define DISPLAYLEVEL(l, ...) do { if (displayLevel>=(l)) DISPLAY(__VA_ARGS__); } while (0) macro
|
H A D | checkFrame.c | 66 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
|
H A D | frametest.c | 83 #define DISPLAYLEVEL(l, ...) do { if (displayLevel>=(l)) DISPLAY(__VA_ARGS__); } while (0) macro
|
H A D | fuzzer.c | 96 #define DISPLAYLEVEL(l, ...) do { if (g_displayLevel>=l) DISPLAY(__VA_ARGS__); } while (0) macro
|
/aosp_15_r20/external/zstd/programs/ |
H A D | fileio_common.h | 36 #define DISPLAYLEVEL(l, ...) { if (g_display_prefs.displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro
|
H A D | dibio.c | 59 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
|
H A D | zstdcli.c | 106 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro
|
H A D | benchzstd.c | 81 #define DISPLAYLEVEL(l, ...) \ macro
|
/aosp_15_r20/external/lz4/programs/ |
H A D | lz4cli.c | 84 #define DISPLAYLEVEL(l, ...) do { if (displayLevel>=l) DISPLAY(__VA_ARGS__); } while (0) macro
|
H A D | bench.c | 89 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=(l)) { DISPLAY(__VA_ARGS__); } macro
|
H A D | lz4io.c | 99 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); if (g_displayLevel>=4) … macro
|
/aosp_15_r20/external/zstd/lib/dictBuilder/ |
H A D | fastcover.c | 68 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) macro
|
H A D | zdict.c | 79 #define DISPLAYLEVEL(l, ...) do { if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } } while (0) … macro
|
H A D | cover.c | 72 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) macro
|
/aosp_15_r20/external/zstd/zlibWrapper/examples/ |
H A D | zwrapbench.c | 76 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
|
/aosp_15_r20/external/zstd/contrib/largeNbDicts/ |
H A D | largeNbDicts.c | 63 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro
|