Home
last modified time | relevance | path

Searched defs:DISPLAYLEVEL (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/zstd/tests/
H A Ddatagencli.c34 #define DISPLAYLEVEL(l, ...) \ macro
H A Ddecodecorpus.c42 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
H A Dzstreamtest.c63 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { \ macro
H A Dparamgrill.c56 #define DISPLAYLEVEL(n, ...) if(g_displayLevel >= n) { fprintf(stderr, __VA_ARGS__); } macro
H A Dfuzzer.c63 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
/aosp_15_r20/external/lz4/tests/
H A Ddatagencli.c63 #define DISPLAYLEVEL(l, ...) do { if (displayLevel>=(l)) DISPLAY(__VA_ARGS__); } while (0) macro
H A DcheckFrame.c66 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
H A Dframetest.c83 #define DISPLAYLEVEL(l, ...) do { if (displayLevel>=(l)) DISPLAY(__VA_ARGS__); } while (0) macro
H A Dfuzzer.c96 #define DISPLAYLEVEL(l, ...) do { if (g_displayLevel>=l) DISPLAY(__VA_ARGS__); } while (0) macro
/aosp_15_r20/external/zstd/programs/
H A Dfileio_common.h36 #define DISPLAYLEVEL(l, ...) { if (g_display_prefs.displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro
H A Ddibio.c59 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
H A Dzstdcli.c106 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro
H A Dbenchzstd.c81 #define DISPLAYLEVEL(l, ...) \ macro
/aosp_15_r20/external/lz4/programs/
H A Dlz4cli.c84 #define DISPLAYLEVEL(l, ...) do { if (displayLevel>=l) DISPLAY(__VA_ARGS__); } while (0) macro
H A Dbench.c89 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=(l)) { DISPLAY(__VA_ARGS__); } macro
H A Dlz4io.c99 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); if (g_displayLevel>=4) … macro
/aosp_15_r20/external/zstd/lib/dictBuilder/
H A Dfastcover.c68 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) macro
H A Dzdict.c79 #define DISPLAYLEVEL(l, ...) do { if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } } while (0) … macro
H A Dcover.c72 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) macro
/aosp_15_r20/external/zstd/zlibWrapper/examples/
H A Dzwrapbench.c76 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
/aosp_15_r20/external/zstd/contrib/largeNbDicts/
H A DlargeNbDicts.c63 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } macro