Searched refs:tmpCounters (Results 1 – 1 of 1) sorted by relevance
/lib/zstd/ |
D | compress.c | 87 unsigned tmpCounters[HUF_COMPRESS_WORKSPACE_SIZE_U32]; member 506 …UF_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 …UF_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 …ksp(cctx->hufTable, 255, dictPtr, dictEnd - dictPtr, cctx->tmpCounters, sizeof(cctx->tmpCounters)); in ZSTD_loadZstdDictionary() [all …]
|