/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_v06.h | 97 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member
|
H A D | zstd_v05.h | 88 U32 windowLog; /* the only useful information to retrieve */ member
|
H A D | zstd_v04.c | 201 …U32 windowLog; /* largest match distance : larger == more compression, more memory needed duri… member
|
H A D | zstd_v07.c | 3129 U32 const windowLog = (wlByte >> 3) + ZSTDv07_WINDOWLOG_ABSOLUTEMIN; in ZSTDv07_getFrameParams() local
|
/aosp_15_r20/external/zstd/tests/ |
H A D | longmatch.c | 39 unsigned windowLog = 18; in main() local
|
H A D | zstreamtest.c | 1653 int windowLog; in basicUnitTests() local
|
H A D | fuzzer.c | 1193 int const windowLog = 27; in basicUnitTests() local
|
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | sequence_compression_api.c | 144 size_t windowLog, ZSTD_sequenceFormat_e mode) in generateRandomSequences()
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_compress_internal.h | 297 U32 windowLog; /* Window log for the LDM */ member 1288 MEM_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_matchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestMatchIndex() 1305 MEM_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_matchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestPrefixIndex()
|
H A D | zstd_compress.c | 1430 static U32 ZSTD_dictAndWindowLog(U32 windowLog, U64 srcSize, U64 dictSize) in ZSTD_dictAndWindowLog() 2324 unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byAttachingCDict() local 2403 { unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byCopyingCDict() local 6472 size_t posInSrc, U32 windowLog, size_t dictSize, int useSequenceProducer) in ZSTD_validateSequence()
|
H A D | zstd_lazy.c | 1954 const U32 windowLog = ms->cParams.windowLog; in ZSTD_compressBlock_lazy_extDict_generic() local
|
/aosp_15_r20/external/zstd/programs/ |
H A D | fileio.c | 1530 int windowLog; in FIO_compressZstdFrame() local 2416 … unsigned const windowLog = FIO_highbit64(windowSize) + ((windowSize & (windowSize - 1)) != 0); in FIO_zstdErrorHelp() local
|
/aosp_15_r20/external/zstd/lib/ |
H A D | zstd.h | 1316 …unsigned windowLog; /**< largest match distance : larger == more compression, more memory ne… member
|
/aosp_15_r20/external/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 514 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_advanced() local
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 27567 unsigned int windowLog; member 78202 U32 windowLog; member
|
H A D | vmlinux_602.h | 27567 unsigned int windowLog; member 78202 U32 windowLog; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 54255 unsigned int windowLog; member 54305 U32 windowLog; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 34273 unsigned int windowLog; member 34307 U32 windowLog; member
|
H A D | vmlinux.h | 34273 unsigned int windowLog; member 34307 U32 windowLog; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 64278 unsigned int windowLog; member 74597 U32 windowLog; member
|
H A D | vmlinux.h | 64278 unsigned int windowLog; member 74597 U32 windowLog; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 64013 unsigned int windowLog; member 64063 U32 windowLog; member
|