Home
last modified time | relevance | path

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

/freebsd-13.1/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
593 def apack(self, vdict, cdict): argument
610 def pack(self, vdict, cdict): argument
[all …]
/freebsd-13.1/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-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1791 static int ZSTD_shouldAttachDict(const ZSTD_CDict* cdict, in ZSTD_shouldAttachDict()
1808 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byAttachingCDict()
1863 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byCopyingCDict()
1929 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_usingCDict()
3610 size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict) in ZSTD_sizeof_CDict()
3620 ZSTD_CDict* cdict, in ZSTD_initCDict_internal()
3688 ZSTD_CDict* cdict; in ZSTD_createCDict_advanced_internal() local
3733 ZSTD_CDict* cdict; in ZSTD_createCDict_advanced2() local
3793 size_t ZSTD_freeCDict(ZSTD_CDict* cdict) in ZSTD_freeCDict()
3832 ZSTD_CDict* cdict; in ZSTD_initStaticCDict() local
[all …]
H A Dzstdmt_compress.c647 const ZSTD_CDict* cdict; /* set by mtctx, then read by worker => no barrier */ member
830 const ZSTD_CDict* cdict; member
1192 const ZSTD_CDict* cdict, ZSTD_CCtx_params params, in ZSTDMT_initCStream_internal()
H A Dzstd_compress_internal.h62 ZSTD_CDict* cdict; member
317 const ZSTD_CDict* cdict; member
/freebsd-13.1/contrib/openbsm/bin/auditd/
H A Dauditd_darwin.c239 launch_data_t msg, msd, ld, cdict, to; in lookup_machport() local
/freebsd-13.1/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-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9972 ZSTD_CDict* cdict; member
10187 const ZSTD_CDict* cdict; member
14713 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byAttachingCDict()
14761 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byCopyingCDict()
14825 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_usingCDict()
16424 size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict) in ZSTD_sizeof_CDict()
16434 ZSTD_CDict* cdict, in ZSTD_initCDict_internal()
16502 ZSTD_CDict* cdict; in ZSTD_createCDict_advanced() local
16548 size_t ZSTD_freeCDict(ZSTD_CDict* cdict) in ZSTD_freeCDict()
16587 ZSTD_CDict* cdict; in ZSTD_initStaticCDict() local
[all …]
/freebsd-13.1/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c795 ZSTD_CDict *cdict; in COVER_checkTotalCompressedSize() local