Home
last modified time | relevance | path

Searched refs:noProgress (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/zstd/programs/
H A Dfileio.h102 void FIO_setNoProgress(unsigned noProgress);
H A Dfileio.c83 U32 noProgress; member
95 #define READY_FOR_UPDATE() (!g_display_prefs.noProgress && UTIL_clockSpanMicro(g_displayClock) > g_…
98 if (g_display_prefs.displayLevel>=l && !g_display_prefs.noProgress) { \
417 void FIO_setNoProgress(unsigned noProgress) { g_display_prefs.noProgress = noProgress; } in FIO_setNoProgress() argument