Searched defs:maxLog (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/zstd/lib/common/ |
H A D | fse_decompress.c | 244 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/ |
D | allocators.go | 27 maxLog int // log_2 of maximum allocation size member
|
/aosp_15_r20/external/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 648 symbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable()
|
/aosp_15_r20/external/zstd/tests/ |
H A D | zstreamtest.c | 2506 static size_t FUZ_randomLength(U32* seed, U32 maxLog) in FUZ_randomLength()
|
H A D | fuzzer.c | 4425 static size_t FUZ_randomLength(U32* seed, U32 maxLog) in FUZ_randomLength()
|
/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_v06.c | 3132 static size_t ZSTDv06_buildSeqTable(FSEv06_DTable* DTable, U32 type, U32 max, U32 maxLog, in ZSTDv06_buildSeqTable()
|
H A D | zstd_v07.c | 3363 static size_t ZSTDv07_buildSeqTable(FSEv07_DTable* DTable, U32 type, U32 max, U32 maxLog, in ZSTDv07_buildSeqTable()
|