Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/lib/common/
H A Dfse_decompress.c244 unsigned maxLog, void* workSpace, size_t wkspSize, in FSE_decompress_wksp_body()
290 …lt(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp_body_default()
296 …i2(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp_body_bmi2()
302 …i2(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp_bmi2()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dallocators.go27 maxLog int // log_2 of maximum allocation size member
/aosp_15_r20/external/zstd/lib/decompress/
H A Dzstd_decompress_block.c648 symbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable()
/aosp_15_r20/external/zstd/tests/
H A Dzstreamtest.c2506 static size_t FUZ_randomLength(U32* seed, U32 maxLog) in FUZ_randomLength()
H A Dfuzzer.c4425 static size_t FUZ_randomLength(U32* seed, U32 maxLog) in FUZ_randomLength()
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v06.c3132 static size_t ZSTDv06_buildSeqTable(FSEv06_DTable* DTable, U32 type, U32 max, U32 maxLog, in ZSTDv06_buildSeqTable()
H A Dzstd_v07.c3363 static size_t ZSTDv07_buildSeqTable(FSEv07_DTable* DTable, U32 type, U32 max, U32 maxLog, in ZSTDv07_buildSeqTable()