Searched refs:ZSTD_insertBt1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_opt.c | 407 /* ZSTD_insertBt1() : add one or multiple positions to tree. 411 static U32 ZSTD_insertBt1( in ZSTD_insertBt1() function 451 DEBUGLOG(8, "ZSTD_insertBt1 (%u)", curr); in ZSTD_insertBt1() 542 U32 const forward = ZSTD_insertBt1(ms, base+idx, iend, target, mls, dictMode == ZSTD_extDict); in ZSTD_updateTree_internal()
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | compress.c | 1558 /** ZSTD_insertBt1() : add one or multiple positions to tree. 1561 static U32 ZSTD_insertBt1(ZSTD_CCtx *zc, const BYTE *const ip, const U32 mls, const BYTE *const iend, U32 nbCompares, U32 extDict) in ZSTD_insertBt1() function 1731 idx += ZSTD_insertBt1(zc, base + idx, mls, iend, nbCompares, 0); in ZSTD_updateTree() 1762 idx += ZSTD_insertBt1(zc, base + idx, mls, iend, nbCompares, 1); in ZSTD_updateTree_extDict()
|
Completed in 14 milliseconds