Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h154 U32 loadedDictEnd; /* index of end of dictionary, within context's referential. member
189 U32 loadedDictEnd; member
927 U32 const loadedDictEnd = (loadedDictEndPtr != NULL) ? *loadedDictEndPtr : 0; in ZSTD_window_enforceMaxDist() local
974 U32 const loadedDictEnd = *loadedDictEndPtr; in ZSTD_checkDictValidity() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10049 U32 loadedDictEnd; /* index of end of dictionary, within context's referential. member
10080 U32 loadedDictEnd; member
10766 U32 const loadedDictEnd = (loadedDictEndPtr != NULL) ? *loadedDictEndPtr : 0; in ZSTD_window_enforceMaxDist() local
10813 U32 const loadedDictEnd = *loadedDictEndPtr; in ZSTD_checkDictValidity() local