Home
last modified time | relevance | path

Searched defs:cdict (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dsequencer.py88 def pack(self, vdict, cdict, val): argument
93 def apack(self, vdict, cdict, val): argument
97 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
218 def apack(self, vdict, cdict, val): argument
250 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
345 def apack(self, vdict, cdict, val): argument
353 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
430 def apack(self, vdict, cdict, val): argument
442 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
593 def apack(self, vdict, cdict): argument
[all …]
/freebsd/sys/contrib/zstd/examples/
H A Ddictionary_compression.c23 ZSTD_CDict* const cdict = ZSTD_createCDict(dictBuffer, dictSize, cLevel); in createCDict_orDie() local
30 static void compress(const char* fname, const char* oname, const ZSTD_CDict* cdict) in compress()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c931 size_t ZSTD_CCtx_refCDict(ZSTD_CCtx* cctx, const ZSTD_CDict* cdict) in ZSTD_CCtx_refCDict()
1616 static int ZSTD_shouldAttachDict(const ZSTD_CDict* cdict, in ZSTD_shouldAttachDict()
1631 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byAttachingCDict()
1679 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byCopyingCDict()
1743 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_usingCDict()
3085 const ZSTD_CDict* cdict, in ZSTD_compressBegin_internal()
3126 const ZSTD_CDict* cdict, in ZSTD_compressBegin_advanced_internal()
3342 size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict) in ZSTD_sizeof_CDict()
3352 ZSTD_CDict* cdict, in ZSTD_initCDict_internal()
3420 ZSTD_CDict* cdict; in ZSTD_createCDict_advanced() local
[all …]
H A Dzstd_compress_internal.h63 ZSTD_CDict* cdict; member
278 const ZSTD_CDict* cdict; member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1172 size_t ZSTD_CCtx_refCDict(ZSTD_CCtx* cctx, const ZSTD_CDict* cdict) in ZSTD_CCtx_refCDict()
2025 static int ZSTD_shouldAttachDict(const ZSTD_CDict* cdict, in ZSTD_shouldAttachDict()
2042 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byAttachingCDict()
2102 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byCopyingCDict()
2184 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_usingCDict()
4493 const ZSTD_CDict* cdict, in ZSTD_compressBegin_internal()
4540 const ZSTD_CDict* cdict, in ZSTD_compressBegin_advanced_internal()
4779 size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict) in ZSTD_sizeof_CDict()
4789 ZSTD_CDict* cdict, in ZSTD_initCDict_internal()
4858 ZSTD_CDict* cdict; in ZSTD_createCDict_advanced_internal() local
[all …]
H A Dzstdmt_compress.c653 const ZSTD_CDict* cdict; /* set by mtctx, then read by worker => no barrier */ member
858 const ZSTD_CDict* cdict; member
1220 const ZSTD_CDict* cdict, ZSTD_CCtx_params params, in ZSTDMT_initCStream_internal()
H A Dzstd_compress_internal.h62 ZSTD_CDict* cdict; member
417 const ZSTD_CDict* cdict; member
/freebsd/contrib/openbsm/bin/auditd/
H A Dauditd_darwin.c239 launch_data_t msg, msd, ld, cdict, to; in lookup_machport() local
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c238 …ZSTD_CDict* const cdict = ZSTD_createCDict_advanced(dictBuffer, dictBufferSize, ZSTD_dlm_byRef, ZS… in BMK_benchMem() local
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c803 ZSTD_CDict *cdict; in COVER_checkTotalCompressedSize() local