OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gain2
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_lazy.c
1635
int const
gain2
= (int)(mlRep * 3);
local
1637
if ((mlRep >= 4) && (
gain2
> gain1))
1649
int const
gain2
= (int)(mlRep * 3);
local
1651
if ((mlRep >= 4) && (
gain2
> gain1))
1657
int const
gain2
= (int)(ml2*4 - ZSTD_highbit32((U32)ofbCandidate)); /* raw approx */
local
1659
if ((ml2 >= 4) && (
gain2
> gain1)) {
1671
int const
gain2
= (int)(mlRep * 4);
local
1673
if ((mlRep >= 4) && (
gain2
> gain1))
1685
int const
gain2
= (int)(mlRep * 4);
local
1687
if ((mlRep >= 4) && (
gain2
> gain1)
1693
int const
gain2
= (int)(ml2*4 - ZSTD_highbit32((U32)ofbCandidate)); \/* raw approx *\/
local
2036
int const
gain2
= (int)(repLength * 3);
local
2045
int const
gain2
= (int)(ml2*4 - ZSTD_highbit32((U32)ofbCandidate)); \/* raw approx *\/
local
2068
int const
gain2
= (int)(repLength * 4);
local
2077
int const
gain2
= (int)(ml2*4 - ZSTD_highbit32((U32)ofbCandidate)); \/* raw approx *\/
local
[
all
...]
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026