Home
last modified time | relevance | path

Searched defs:cdict (Results 1 – 8 of 8) 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/lib/compress/
H A Dzstd_compress.c1328 size_t ZSTD_CCtx_refCDict(ZSTD_CCtx* cctx, const ZSTD_CDict* cdict) in ZSTD_CCtx_refCDict()
2309 static int ZSTD_shouldAttachDict(const ZSTD_CDict* cdict, in ZSTD_shouldAttachDict()
2326 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byAttachingCDict()
2403 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byCopyingCDict()
2488 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_usingCDict()
5242 const ZSTD_CDict* cdict, in ZSTD_compressBegin_internal()
5289 const ZSTD_CDict* cdict, in ZSTD_compressBegin_advanced_internal()
5542 size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict) in ZSTD_sizeof_CDict()
5552 ZSTD_CDict* cdict, in ZSTD_initCDict_internal()
5623 ZSTD_CDict* cdict; in ZSTD_createCDict_advanced_internal() local
[all …]
H A Dzstdmt_compress.c678 const ZSTD_CDict* cdict; /* set by mtctx, then read by worker => no barrier */ member
890 const ZSTD_CDict* cdict; member
1252 const ZSTD_CDict* cdict, ZSTD_CCtx_params params, in ZSTDMT_initCStream_internal()
H A Dzstd_compress_internal.h60 ZSTD_CDict* cdict; member
527 const ZSTD_CDict* cdict; member
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c1329 size_t ZSTD_CCtx_refCDict(ZSTD_CCtx* cctx, const ZSTD_CDict* cdict) in ZSTD_CCtx_refCDict()
2310 static int ZSTD_shouldAttachDict(const ZSTD_CDict* cdict, in ZSTD_shouldAttachDict()
2327 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byAttachingCDict()
2404 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byCopyingCDict()
2489 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_usingCDict()
5243 const ZSTD_CDict* cdict, in ZSTD_compressBegin_internal()
5290 const ZSTD_CDict* cdict, in ZSTD_compressBegin_advanced_internal()
5543 size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict) in ZSTD_sizeof_CDict()
5553 ZSTD_CDict* cdict, in ZSTD_initCDict_internal()
5624 ZSTD_CDict* cdict; in ZSTD_createCDict_advanced_internal() local
[all …]
H A Dzstd_compress_internal.h61 ZSTD_CDict* cdict; member
528 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/lib/dictBuilder/
H A Dcover.c847 ZSTD_CDict *cdict; local