OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matchLengthSum
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_superblock.c
133
size_t
matchLengthSum
= 0;
139
matchLengthSum
+= seqLen.matchLength;
143
(unsigned)litLengthSum, (unsigned)
matchLengthSum
);
149
return
matchLengthSum
+ litSize;
zstd_compress_internal.h
183
U32
matchLengthSum
; /* nb of matchLength codes */
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v05.c
490
U32
matchLengthSum
;
zstd_v06.c
540
U32
matchLengthSum
;
zstd_v07.c
2775
U32
matchLengthSum
;
Completed in 25 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026