| /kernel/linux/linux-5.10/lib/zstd/ |
| D | huf_decompress.c | 58 #define HUF_STATIC_ASSERT(c) \ argument 90 size_t HUF_readDTableX2_wksp(HUF_DTable *DTable, const void *src, size_t srcSize, void *workspace, … in HUF_readDTableX2_wksp() 161 BYTE const c = dt[val].byte; in HUF_decodeSymbolX2() local 232 …*DCtx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress1X2_DCtx_wksp() 363 …*dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress4X2_DCtx_wksp() 482 size_t HUF_readDTableX4_wksp(HUF_DTable *DTable, const void *src, size_t srcSize, void *workspace, … in HUF_readDTableX4_wksp() 692 …*DCtx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress1X4_DCtx_wksp() 825 …*dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress4X4_DCtx_wksp() 901 …*dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress4X_DCtx_wksp() 924 …*dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress4X_hufOnly_wksp() [all …]
|
| D | fse_decompress.c | 59 #define FSE_STATIC_ASSERT(c) \ argument 88 …hort *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void *workspace, size_t works… in FSE_buildDTable_wksp() 287 …e_t dstCapacity, const void *cSrc, size_t cSrcSize, unsigned maxLog, void *workspace, size_t works… in FSE_decompress_wksp()
|
| D | huf_compress.c | 52 #define HUF_STATIC_ASSERT(c) \ argument 82 …p(void *dst, size_t dstSize, const void *weightTable, size_t wtSize, void *workspace, size_t works… in HUF_compressWeights_wksp() 152 …maxDstSize, const HUF_CElt *CTable, U32 maxSymbolValue, U32 huffLog, void *workspace, size_t works… in HUF_writeCTable_wksp() 203 …F_CElt *CTable, U32 maxSymbolValue, const void *src, size_t srcSize, void *workspace, size_t works… in HUF_readCTable_wksp() 404 U32 const c = count[n]; in HUF_sort() local
|
| D | fse_compress.c | 58 #define FSE_STATIC_ASSERT(c) \ argument 92 …hort *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void *workspace, size_t works… in FSE_buildCTable_wksp() 385 U32 c = cached; in FSE_count_parallel_wksp() local
|
| /kernel/linux/linux-6.6/fs/pstore/ |
| D | platform.c | 393 static void pstore_console_write(struct console *con, const char *s, unsigned c) in pstore_console_write() 587 char *unzipped, *workspace; in decompress_record() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_gpu_error.c | 243 static bool compress_init(struct i915_vma_compress *c) in compress_init() 265 static bool compress_start(struct i915_vma_compress *c) in compress_start() 268 void *workspace = zstream->workspace; in compress_start() local 276 static void *compress_next_page(struct i915_vma_compress *c, in compress_next_page() 291 static int compress_page(struct i915_vma_compress *c, in compress_page() 325 static int compress_flush(struct i915_vma_compress *c, in compress_flush() 354 static void compress_finish(struct i915_vma_compress *c) in compress_finish() 359 static void compress_fini(struct i915_vma_compress *c) in compress_fini() 378 static bool compress_init(struct i915_vma_compress *c) in compress_init() 383 static bool compress_start(struct i915_vma_compress *c) in compress_start() [all …]
|
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| D | huf_compress.c | 38 #define HUF_STATIC_ASSERT(c) DEBUG_STATIC_ASSERT(c) /* use only *after* variable declarations */ argument 55 static void* HUF_alignUpWorkspace(void* workspace, size_t* workspaceSizePtr, size_t align) in HUF_alignUpWorkspace() 89 …s(void* dst, size_t dstSize, const void* weightTable, size_t wtSize, void* workspace, size_t works… in HUF_compressWeights() 171 void* workspace, size_t workspaceSize) in HUF_writeCTable_wksp() 573 U32 const c = count[n]; in HUF_sort() local
|
| /kernel/linux/linux-5.10/fs/pstore/ |
| D | platform.c | 600 static void pstore_console_write(struct console *con, const char *s, unsigned c) in pstore_console_write() 790 char *unzipped, *workspace; in decompress_record() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | i915_gpu_error.c | 252 static bool compress_init(struct i915_vma_compress *c) in compress_init() 274 static bool compress_start(struct i915_vma_compress *c) in compress_start() 277 void *workspace = zstream->workspace; in compress_start() local 285 static void *compress_next_page(struct i915_vma_compress *c, in compress_next_page() 300 static int compress_page(struct i915_vma_compress *c, in compress_page() 334 static int compress_flush(struct i915_vma_compress *c, in compress_flush() 363 static void compress_finish(struct i915_vma_compress *c) in compress_finish() 368 static void compress_fini(struct i915_vma_compress *c) in compress_fini() 387 static bool compress_init(struct i915_vma_compress *c) in compress_init() 392 static bool compress_start(struct i915_vma_compress *c) in compress_start() [all …]
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | addrconf.c | 3245 static __u32 workspace[SHA1_WORKSPACE_WORDS]; in ipv6_generate_stable_address() local 5613 int i, c; in __snmp6_fill_stats64() local
|
| /kernel/linux/linux-6.6/net/ipv6/ |
| D | addrconf.c | 3299 static __u32 workspace[SHA1_WORKSPACE_WORDS]; in ipv6_generate_stable_address() local 5702 int i, c; in __snmp6_fill_stats64() local
|