Home
last modified time | relevance | path

Searched defs:dictID (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.h117 unsigned dictID; member
H A Dzstd_v07.c2948 U32 dictID; member
3136 U32 const dictID= fhd & 3; in ZSTDv07_frameHeaderSize() local
3178 U32 dictID = 0; in ZSTDv07_getFrameParams() local
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_ddict.c41 U32 dictID; member
H A Dzstd_decompress.c93 static size_t ZSTD_DDictHashSet_getIndex(const ZSTD_DDictHashSet* hashSet, U32 dictID) { in ZSTD_DDictHashSet_getIndex()
104 const U32 dictID = ZSTD_getDictID_fromDDict(ddict); in ZSTD_DDictHashSet_emplaceDDict() local
154 static const ZSTD_DDict* ZSTD_DDictHashSet_getDDict(ZSTD_DDictHashSet* hashSet, U32 dictID) { in ZSTD_DDictHashSet_getDDict()
417 U32 const dictID= fhd & 3; in ZSTD_frameHeaderSize_internal() local
478 U32 dictID = 0; in ZSTD_getFrameHeader_advanced() local
H A Dzstd_decompress_internal.h162 U32 dictID; member
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_ddict.c42 U32 dictID; member
H A Dzstd_decompress_internal.h136 U32 dictID; member
H A Dzstd_decompress.c220 U32 const dictID= fhd & 3; in ZSTD_frameHeaderSize_internal() local
281 U32 dictID = 0; in ZSTD_getFrameHeader_advanced() local
/freebsd/sys/contrib/zstd/lib/
H A Dzdict.h206 unsigned dictID; /*< force dictID value; 0 means auto mode (32-bits random value) member
H A Dzstd.h2502 unsigned dictID; member
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c953 U32 const dictID = params.dictID ? params.dictID : compliantID; in ZDICT_finalizeDictionary() local
1037 U32 const dictID = params.dictID ? params.dictID : compliantID; in ZDICT_addEntropyTablesFromBuffer_advanced() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c61 U32 dictID; member
2659 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader()
3001 size_t dictID; in ZSTD_loadZstdDictionary() local
3106 { size_t const dictID = cdict ? in ZSTD_compressBegin_internal() local
3392 { size_t const dictID = ZSTD_compress_insertDictionary( in ZSTD_initCDict_internal() local
H A Dzstd_compress_internal.h242 U32 dictID; member
/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli.c830 unsigned dictID = 0; in main() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h2018 unsigned dictID; member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c84 U32 dictID; member
4013 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader()
4425 size_t dictID; in ZSTD_loadZstdDictionary() local
4518 { size_t const dictID = cdict ? in ZSTD_compressBegin_internal() local
4828 { size_t const dictID = ZSTD_compress_insertDictionary( in ZSTD_initCDict_internal() local
H A Dzstd_compress_internal.h371 U32 dictID; member