OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSTD_llt_none
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h
93
ZSTD_llt_none
= 0, /* no longLengthType */
745
assert(seqStorePtr->longLengthType ==
ZSTD_llt_none
); /* there can only be a single long length */
759
assert(seqStorePtr->longLengthType ==
ZSTD_llt_none
); /* there can only be a single long length */
zstd_compress.c
3165
ssPtr->longLengthType =
ZSTD_llt_none
;
4012
if (originalSeqStore->longLengthType !=
ZSTD_llt_none
) {
4014
resultSeqStore->longLengthType =
ZSTD_llt_none
;
7343
assert(cctx->seqStore.longLengthType ==
ZSTD_llt_none
);
Completed in 35 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026