Home
last modified time | relevance | path

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

/dflybsd-src/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