Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/compress/
Dzstd_compress_internal.h204 U32 loadedDictEnd; /* index of end of dictionary, within context's referential. member
256 U32 loadedDictEnd; member
957 U32 loadedDictEnd, in ZSTD_window_canOverflowCorrect()
992 U32 loadedDictEnd, in ZSTD_window_needOverflowCorrection()
1118 U32 const loadedDictEnd = (loadedDictEndPtr != NULL) ? *loadedDictEndPtr : 0; in ZSTD_window_enforceMaxDist() local
1165 U32 const loadedDictEnd = *loadedDictEndPtr; in ZSTD_checkDictValidity() local
/kernel/linux/linux-5.10/lib/zstd/
Dcompress.c62 U32 loadedDictEnd; /* index of end of dictionary */ member