Searched defs:lhSize (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_literals.c | 79 size_t const lhSize = 3 + (srcSize >= 1 KB) + (srcSize >= 16 KB); in ZSTD_compressLiterals() local
|
| H A D | zstd_compress_superblock.c | 326 size_t const lhSize = 3 + (litSize >= (1 KB - header)) + (litSize >= (16 KB - header)); in ZSTD_compressSubBlock_literal() local
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 97 { size_t lhSize, litSize, litCSize; in ZSTD_decodeLiteralsBlock() local 174 { size_t litSize, lhSize; in ZSTD_decodeLiteralsBlock() local 208 size_t litSize, lhSize; in ZSTD_decodeLiteralsBlock() local
|
| H A D | zstd_decompress_internal.h | 150 size_t lhSize; member
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 3070 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv06_decodeLiteralsBlock() local 3109 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv06_decodeLiteralsBlock() local 3131 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv06_decodeLiteralsBlock() local 3161 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv06_decodeLiteralsBlock() local 3965 size_t lhSize; member
|
| H A D | zstd_v07.c | 3299 U32 lhSize = (istart[0] >> 4) & 3; in ZSTDv07_decodeLiteralsBlock() local 3339 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv07_decodeLiteralsBlock() local 3361 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv07_decodeLiteralsBlock() local 3391 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv07_decodeLiteralsBlock() local 4330 size_t lhSize; member
|
| H A D | zstd_v05.c | 2879 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv05_decodeLiteralsBlock() local 2920 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv05_decodeLiteralsBlock() local 2943 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv05_decodeLiteralsBlock() local 2974 U32 lhSize = ((istart[0]) >> 4) & 3; in ZSTDv05_decodeLiteralsBlock() local
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 848 { size_t const lhSize = FSE_writeNCount(dstPtr, maxDstSize, litLengthNCount, MaxLL, llLog); in ZDICT_analyzeEntropy() local
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 11118 size_t const lhSize = 3 + (srcSize >= 1 KB) + (srcSize >= 16 KB); in ZSTD_compressLiterals() local 12034 size_t const lhSize = 3 + (litSize >= (1 KB - header)) + (litSize >= (16 KB - header)); in ZSTD_compressSubBlock_literal() local 22772 size_t lhSize; member 26490 { size_t lhSize, litSize, litCSize; in ZSTD_decodeLiteralsBlock() local 26567 { size_t litSize, lhSize; in ZSTD_decodeLiteralsBlock() local 26601 size_t litSize, lhSize; in ZSTD_decodeLiteralsBlock() local
|