Searched refs:bestEntry (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_ldm.c305 ldmEntry_t* bestEntry = NULL; local
375 bestEntry = cur;
381 if (bestEntry == NULL) {
396 * The match is at (bestEntry->offset - backwardMatchLength)
398 U32 const matchIndex = bestEntry->offset;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c19816 ldmEntry_t* bestEntry = NULL; local
19885 bestEntry = cur;
19891 if (bestEntry == NULL) {
19906 * The match is at (bestEntry->offset - backwardMatchLength)
19908 U32 const matchIndex = bestEntry->offset;
[all...]

Completed in 310 milliseconds