Searched refs:LONGNBSEQ (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 173 #define LONGNBSEQ 0x7F00 macro
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 458 else if (nbSeq < LONGNBSEQ) in ZSTD_compressSubBlock_sequences() 461 op[0]=0xFF, MEM_writeLE16(op+1, (U16)(nbSeq - LONGNBSEQ)), op+=3; in ZSTD_compressSubBlock_sequences()
|
| H A D | zstd_compress.c | 2204 } else if (nbSeq < LONGNBSEQ) { in ZSTD_entropyCompressSequences_internal() 2210 MEM_writeLE16(op+1, (U16)(nbSeq - LONGNBSEQ)); in ZSTD_entropyCompressSequences_internal()
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 599 nbSeq = MEM_readLE16(ip) + LONGNBSEQ; in ZSTD_decodeSeqHeaders()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 492 #define LONGNBSEQ 0x7F00 macro 3239 nbSeq = MEM_readLE16(ip) + LONGNBSEQ, ip+=2; in ZSTDv06_decodeSeqHeaders()
|
| H A D | zstd_v07.c | 2727 #define LONGNBSEQ 0x7F00 macro 3469 nbSeq = MEM_readLE16(ip) + LONGNBSEQ, ip+=2; in ZSTDv07_decodeSeqHeaders()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6470 #define LONGNBSEQ 0x7F00 macro 12166 else if (nbSeq < LONGNBSEQ) in ZSTD_compressSubBlock_sequences() 12169 op[0]=0xFF, MEM_writeLE16(op+1, (U16)(nbSeq - LONGNBSEQ)), op+=3; in ZSTD_compressSubBlock_sequences() 15098 } else if (nbSeq < LONGNBSEQ) { in ZSTD_compressSequences_internal() 15104 MEM_writeLE16(op+1, (U16)(nbSeq - LONGNBSEQ)); in ZSTD_compressSequences_internal() 26895 nbSeq = MEM_readLE16(ip) + LONGNBSEQ, ip+=2; in ZSTD_decodeSeqHeaders()
|