Home
last modified time | relevance | path

Searched defs:loadedDictEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h210 U32 loadedDictEnd; /* index of end of dictionary, within context's referential. member
262 U32 loadedDictEnd; member
1013 U32 loadedDictEnd, in ZSTD_window_canOverflowCorrect()
1048 U32 loadedDictEnd, in ZSTD_window_needOverflowCorrection()
1174 U32 const loadedDictEnd = (loadedDictEndPtr != NULL) ? *loadedDictEndPtr : 0; in ZSTD_window_enforceMaxDist() local
1221 U32 const loadedDictEnd = *loadedDictEndPtr; in ZSTD_checkDictValidity() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h139 U32 loadedDictEnd; /* index of end of dictionary, within context's referential. member
170 U32 loadedDictEnd; member
856 U32 const loadedDictEnd = (loadedDictEndPtr != NULL) ? *loadedDictEndPtr : 0; in ZSTD_window_enforceMaxDist() local
903 U32 const loadedDictEnd = *loadedDictEndPtr; in ZSTD_checkDictValidity() local