Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c118 #define CHECK_Z(zf) \ macro
255 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_nbWorkers, 0)); in BMK_initCCtx()
257 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_nbWorkers, adv->nbWorkers)); in BMK_initCCtx()
259 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_compressionLevel, cLevel)); in BMK_initCCtx()
260 CHECK_Z(ZSTD_CCtx_setParameter( in BMK_initCCtx()
262 CHECK_Z(ZSTD_CCtx_setParameter( in BMK_initCCtx()
264 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_ldmMinMatch, adv->ldmMinMatch)); in BMK_initCCtx()
265 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_ldmHashLog, adv->ldmHashLog)); in BMK_initCCtx()
266 CHECK_Z(ZSTD_CCtx_setParameter( in BMK_initCCtx()
268 CHECK_Z(ZSTD_CCtx_setParameter( in BMK_initCCtx()
[all …]