btLog 1567 lib/zstd/compress.c U32 const btLog = zc->params.cParams.chainLog - 1; btLog 1568 lib/zstd/compress.c U32 const btMask = (1 << btLog) - 1; btLog 1650 lib/zstd/compress.c U32 const btLog = zc->params.cParams.chainLog - 1; btLog 1651 lib/zstd/compress.c U32 const btMask = (1 << btLog) - 1; btLog 245 lib/zstd/zstd_opt.h const U32 btLog = zc->params.cParams.chainLog - 1; btLog 246 lib/zstd/zstd_opt.h const U32 btMask = (1U << btLog) - 1;