Searched refs:LONGNBSEQ (Results 1 – 3 of 3) sorted by relevance
95 #define LONGNBSEQ 0x7F00 macro
634 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()
815 nbSeq = ZSTD_readLE16(ip) + LONGNBSEQ, ip += 2; in ZSTD_decodeSeqHeaders()