Searched defs:offset_1 (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/lib/zstd/ |
| D | compress.c | 1021 U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1]; in ZSTD_compressBlock_fast_generic() local 1133 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1]; in ZSTD_compressBlock_fast_extDict_generic() local 1269 U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1]; in ZSTD_compressBlock_doubleFast_generic() local 1414 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1]; in ZSTD_compressBlock_doubleFast_extDict_generic() local 1912 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1], savedOffset = 0; in ZSTD_compressBlock_lazy_generic() local 2080 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1]; in ZSTD_compressBlock_lazy_extDict_generic() local
|
| /kernel/linux/linux-4.19/lib/zstd/ |
| D | compress.c | 1021 U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1]; in ZSTD_compressBlock_fast_generic() local 1133 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1]; in ZSTD_compressBlock_fast_extDict_generic() local 1269 U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1]; in ZSTD_compressBlock_doubleFast_generic() local 1414 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1]; in ZSTD_compressBlock_doubleFast_extDict_generic() local 1912 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1], savedOffset = 0; in ZSTD_compressBlock_lazy_generic() local 2080 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1]; in ZSTD_compressBlock_lazy_extDict_generic() local
|