Searched defs:dictID (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_ddict.c | 38 U32 dictID; member
|
H A D | zstd_decompress_internal.h | 162 U32 dictID; member
|
H A D | zstd_decompress.c | 87 static size_t ZSTD_DDictHashSet_getIndex(const ZSTD_DDictHashSet* hashSet, U32 dictID) { in ZSTD_DDictHashSet_getIndex() argument 98 const U32 dictID = ZSTD_getDictID_fromDDict(ddict); in ZSTD_DDictHashSet_emplaceDDict() local 148 ZSTD_DDictHashSet_getDDict(ZSTD_DDictHashSet* hashSet, U32 dictID) ZSTD_DDictHashSet_getDDict() argument 400 U32 const dictID= fhd & 3; ZSTD_frameHeaderSize_internal() local 461 U32 dictID = 0; ZSTD_getFrameHeader_advanced() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | zstd.h | 933 unsigned int dictID; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | zstd_lib.h | 2481 unsigned dictID; global() member [all...] |
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | decompress.c | 95 U32 dictID; member 195 U32 const dictID = fhd & 3; in ZSTD_frameHeaderSize() local 241 U32 dictID = 0; in ZSTD_getFrameParams() local 1984 U32 dictID; global() member [all...] |
H A D | compress.c | 68 U32 dictID; member 2431 static size_t ZSTD_writeFrameHeader(void *dst, size_t dstCapacity, ZSTD_parameters params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader() argument [all...] |
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_internal.h | 365 U32 dictID; member
|
H A D | zstd_compress.c | 81 U32 dictID; member 3921 ZSTD_writeFrameHeader(void* dst, size_t dstCapacity, const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) ZSTD_writeFrameHeader() argument 4334 size_t dictID; ZSTD_loadZstdDictionary() local 4424 { size_t const dictID = cdict ? ZSTD_compressBegin_internal() local 4709 { size_t const dictID = ZSTD_compress_insertDictionary( ZSTD_initCDict_internal() local [all...] |
Completed in 29 milliseconds