Searched refs:DISPLAYUPDATE (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | fileio_common.h | 42 #define DISPLAYUPDATE(l, ...) { \ macro 55 #define DISPLAYUPDATE_PROGRESS(...) { if (SHOULD_DISPLAY_PROGRESS()) { DISPLAYUPDATE(1, __VA_ARGS__…
|
| H A D | dibio.c | 64 #define DISPLAYUPDATE(l, ...) { if (displayLevel>=l) { \ macro 140 DISPLAYUPDATE(2, "Loading %s... \r", fileNamesTable[fileIndex]); in DiB_loadFiles()
|
| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 82 #undef DISPLAYUPDATE 83 #define DISPLAYUPDATE(l, ...) LOCALDISPLAYUPDATE(g_displayLevel, l, __VA_ARGS__) macro 449 DISPLAYUPDATE( in FASTCOVER_buildDictionary()
|
| H A D | cover.c | 95 #undef DISPLAYUPDATE 96 #define DISPLAYUPDATE(l, ...) LOCALDISPLAYUPDATE(g_displayLevel, l, __VA_ARGS__) macro 771 DISPLAYUPDATE(
|
| H A D | zdict.c | 479 # undef DISPLAYUPDATE in ZDICT_trainBuffer_legacy() 480 # define DISPLAYUPDATE(l, ...) \ in ZDICT_trainBuffer_legacy() macro 532 DISPLAYUPDATE(2, "\r%4.2f %% \r", (double)cursor / (double)bufferSize * 100.0); in ZDICT_trainBuffer_legacy()
|