Home
last modified time | relevance | path

Searched refs:LONGNBSEQ (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/lib/zstd/
Dzstd_internal.h95 #define LONGNBSEQ 0x7F00 macro
Dcompress.c634 else if (nbSeq < LONGNBSEQ) in ZSTD_compressSequences_internal()
637 op[0] = 0xFF, ZSTD_writeLE16(op + 1, (U16)(nbSeq - LONGNBSEQ)), op += 3; in ZSTD_compressSequences_internal()
Ddecompress.c815 nbSeq = ZSTD_readLE16(ip) + LONGNBSEQ, ip += 2; in ZSTD_decodeSeqHeaders()