OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:longLengthType
(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
*/
109
/* longLengthPos and
longLengthType
to allow us to represent either a single litLength or matchLength
113
ZSTD_longLengthType_e
longLengthType
;
124
* indicated by longLengthPos and
longLengthType
, and adds MINMATCH back to matchLength.
132
if (seqStore->
longLengthType
== ZSTD_llt_literalLength) {
135
if (seqStore->
longLengthType
== ZSTD_llt_matchLength) {
745
assert(seqStorePtr->
longLengthType
== ZSTD_llt_none); /* there can only be a single long length */
746
seqStorePtr->
longLengthType
= ZSTD_llt_literalLength;
759
assert(seqStorePtr->
longLengthType
== ZSTD_llt_none); /* there can only be a single long length */
760
seqStorePtr->
longLengthType
= ZSTD_llt_matchLength
[
all
...]
zstd_compress.c
2714
if (seqStorePtr->
longLengthType
==ZSTD_llt_literalLength)
2716
if (seqStorePtr->
longLengthType
==ZSTD_llt_matchLength)
3165
ssPtr->
longLengthType
= ZSTD_llt_none;
3462
if (seqStore->
longLengthType
== ZSTD_llt_literalLength) {
3464
} else if (seqStore->
longLengthType
== ZSTD_llt_matchLength) {
3977
if (i == seqStore->longLengthPos && seqStore->
longLengthType
== ZSTD_llt_literalLength) {
3992
if (i == seqStore->longLengthPos && seqStore->
longLengthType
== ZSTD_llt_matchLength) {
4012
if (originalSeqStore->
longLengthType
!= ZSTD_llt_none) {
4014
resultSeqStore->
longLengthType
= ZSTD_llt_none;
4074
U32 const longLitLenIdx = seqStore->
longLengthType
== ZSTD_llt_literalLength ? seqStore->longLengthPos : nbSeq
[
all
...]
Completed in 60 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026