OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LONGNBSEQ
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
zstd_internal.h
96
#define
LONGNBSEQ
0x7F00
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_superblock.c
185
else if (nbSeq <
LONGNBSEQ
)
188
op[0]=0xFF, MEM_writeLE16(op+1, (U16)(nbSeq -
LONGNBSEQ
)), op+=3;
zstd_compress.c
2944
} else if (nbSeq <
LONGNBSEQ
) {
2950
MEM_writeLE16(op+1, (U16)(nbSeq -
LONGNBSEQ
));
3904
size_t sequencesSectionHeaderSize = 1 /* seqHead */ + 1 /* min seqSize size */ + (nbSeq >= 128) + (nbSeq >=
LONGNBSEQ
);
/src/external/bsd/zstd/dist/tests/
decodecorpus.c
859
else if (nbSeq <
LONGNBSEQ
) op[0] = (BYTE)((nbSeq>>8) + 0x80), op[1] = (BYTE)nbSeq, op+=2;
860
else op[0]=0xFF, MEM_writeLE16(op+1, (U16)(nbSeq -
LONGNBSEQ
)), op+=3;
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v06.c
433
#define
LONGNBSEQ
0x7F00
3179
nbSeq = MEM_readLE16(ip) +
LONGNBSEQ
, ip+=2;
zstd_v07.c
2668
#define
LONGNBSEQ
0x7F00
3410
nbSeq = MEM_readLE16(ip) +
LONGNBSEQ
, ip+=2;
/src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_block.c
712
nbSeq = MEM_readLE16(ip) +
LONGNBSEQ
;
Completed in 38 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026