Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_memory_usage.c52 unsigned wLog = 0; in main() local
55 wLog = readU32FromChar(&valStr); in main()
78 CHECK_ZSTD( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_windowLog, wLog) ); in main()
104 CHECK_ZSTD( ZSTD_DCtx_setParameter(dctx, ZSTD_d_windowLogMax, wLog) ); in main()
134 if (wLog) break; /* single test */ in main()