Searched defs:maxLog (Results 1 – 7 of 7) sorted by relevance
/external/zstd/lib/common/ |
D | fse_decompress.c | 308 …sp(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp() 316 unsigned maxLog, void* workSpace, size_t wkspSize, in FSE_decompress_wksp_body() 352 …lt(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp_body_default() 358 …i2(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp_body_bmi2() 364 …i2(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp_bmi2()
|
/external/zstd/tests/ |
D | zbufftest.c | 258 static size_t FUZ_randomLength(U32* seed, U32 maxLog) in FUZ_randomLength()
|
D | zstreamtest.c | 1725 static size_t FUZ_randomLength(U32* seed, U32 maxLog) in FUZ_randomLength()
|
D | fuzzer.c | 3288 static size_t FUZ_randomLength(U32* seed, U32 maxLog) in FUZ_randomLength()
|
/external/zstd/lib/decompress/ |
D | zstd_decompress_block.c | 530 symbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable()
|
/external/zstd/lib/legacy/ |
D | zstd_v06.c | 3192 static size_t ZSTDv06_buildSeqTable(FSEv06_DTable* DTable, U32 type, U32 max, U32 maxLog, in ZSTDv06_buildSeqTable()
|
D | zstd_v07.c | 3422 static size_t ZSTDv07_buildSeqTable(FSEv07_DTable* DTable, U32 type, U32 max, U32 maxLog, in ZSTDv07_buildSeqTable()
|