OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:litLengthSum
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_superblock.c
134
size_t
litLengthSum
= 0;
138
litLengthSum
+= seqLen.litLength;
143
(unsigned)
litLengthSum
, (unsigned)matchLengthSum);
145
assert(
litLengthSum
== litSize);
147
assert(
litLengthSum
<= litSize);
148
(void)
litLengthSum
;
zstd_opt.c
86
optPtr->litLengthSumBasePrice = WEIGHT(optPtr->
litLengthSum
, optLevel);
134
* if first block (detected by optPtr->
litLengthSum
== 0) : init statistics
149
if (optPtr->
litLengthSum
== 0) { /* no literals stats collected -> first block assumed -> init */
179
optPtr->
litLengthSum
= 0;
185
optPtr->
litLengthSum
+= optPtr->litLengthFreq[ll];
230
optPtr->
litLengthSum
= sum_u32(baseLLfreqs, MaxLL+1);
255
optPtr->
litLengthSum
= ZSTD_scaleStats(optPtr->litLengthFreq, MaxLL, 11);
371
optPtr->
litLengthSum
++;
1489
assert(ms->opt.
litLengthSum
== 0); /* first block */
1529
if ( (ms->opt.
litLengthSum
==0) /* first block *
[
all
...]
zstd_compress_internal.h
182
U32
litLengthSum
; /* nb of litLength codes */
zstd_compress.c
1929
ms->opt.
litLengthSum
= 0; /* force reset of btopt stats */
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v05.c
491
U32
litLengthSum
;
zstd_v06.c
542
U32
litLengthSum
;
zstd_v07.c
2777
U32
litLengthSum
;
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026