Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v06.h97 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member
Dzstd_v05.h88 U32 windowLog; /* the only useful information to retrieve */ member
Dzstd_v04.c257 …U32 windowLog; /* largest match distance : larger == more compression, more memory needed duri… member
Dzstd_v07.c3184 U32 const windowLog = (wlByte >> 3) + ZSTDv07_WINDOWLOG_ABSOLUTEMIN; in ZSTDv07_getFrameParams() local
/external/zstd/tests/
Dlongmatch.c41 unsigned windowLog; in main() local
Dfuzzer.c1057 int const windowLog = 27; in basicUnitTests() local
/external/zstd/tests/fuzz/
Dsequence_compression_api.c134 size_t windowLog) { in generateRandomSequences()
/external/zstd/lib/compress/
Dzstd_compress_internal.h274 U32 windowLog; /* Window log for the LDM */ member
1265 MEM_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_matchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestMatchIndex()
1282 MEM_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_matchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestPrefixIndex()
Dzstd_compress.c1282 static U32 ZSTD_dictAndWindowLog(U32 windowLog, U64 srcSize, U64 dictSize) in ZSTD_dictAndWindowLog()
2051 unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byAttachingCDict() local
2113 { unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byCopyingCDict() local
5743 size_t posInSrc, U32 windowLog, size_t dictSize, U32 minMatch) { in ZSTD_validateSequence()
Dzstd_lazy.c1879 const U32 windowLog = ms->cParams.windowLog; in ZSTD_compressBlock_lazy_extDict_generic() local
/external/zstd/lib/
Dzstd.h1216 …unsigned windowLog; /**< largest match distance : larger == more compression, more memory ne… member
/external/zstd/programs/
Dfileio.c1374 int windowLog; in FIO_compressZstdFrame() local
2200 … unsigned const windowLog = FIO_highbit64(windowSize) + ((windowSize & (windowSize - 1)) != 0); in FIO_zstdErrorHelp() local
/external/zstd/lib/decompress/
Dzstd_decompress.c485 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_advanced() local
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h85707 unsigned int windowLog; member
Dvmlinux.h85707 unsigned int windowLog; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h52446 unsigned int windowLog; member
Dvmlinux_510.h52446 unsigned int windowLog; member