Searched refs:tmpCounters (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | compress.c | 87 unsigned tmpCounters[HUF_COMPRESS_WORKSPACE_SIZE_U32]; member 506 cLitSize = singleStream ? HUF_compress1X_repeat(ostart + lhSize, dstCapacity - lhSize, src, srcSize, 255, 11, zc->tmpCounters, in ZSTD_compressLiterals() 507 sizeof(zc->tmpCounters), zc->hufTable, &repeat, preferRepeat) in ZSTD_compressLiterals() 508 : HUF_compress4X_repeat(ostart + lhSize, dstCapacity - lhSize, src, srcSize, 255, 11, zc->tmpCounters, in ZSTD_compressLiterals() 509 sizeof(zc->tmpCounters), zc->hufTable, &repeat, preferRepeat); in ZSTD_compressLiterals() 607 size_t workspaceSize = sizeof(zc->tmpCounters); in ZSTD_compressSequences_internal() 610 count = (U32 *)zc->tmpCounters + spaceUsed32; in ZSTD_compressSequences_internal() 612 norm = (S16 *)((U32 *)zc->tmpCounters + spaceUsed32); in ZSTD_compressSequences_internal() 615 workspace = (U32 *)zc->tmpCounters + spaceUsed32; in ZSTD_compressSequences_internal() 2638 size_t const hufHeaderSize = HUF_readCTable_wksp(cctx->hufTable, 255, dictPtr, dictEnd - dictPtr, cctx->tmpCounters, sizeo in ZSTD_loadZstdDictionary() [all...] |
Completed in 8 milliseconds