OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fixedstore
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/zlib/pigz/dist/zopfli/
deflate.c
458
ZopfliLZ77Store
fixedstore
;
local
459
ZopfliInitLZ77Store(&
fixedstore
);
460
ZopfliLZ77OptimalFixed(&s, in, instart, inend, &
fixedstore
);
463
fixedcost = ZopfliCalculateBlockSize(
fixedstore
.litlens,
fixedstore
.dists,
464
0,
fixedstore
.size, 1);
468
store =
fixedstore
;
470
ZopfliCleanLZ77Store(&
fixedstore
);
deflate.c
458
ZopfliLZ77Store
fixedstore
;
local
459
ZopfliInitLZ77Store(&
fixedstore
);
460
ZopfliLZ77OptimalFixed(&s, in, instart, inend, &
fixedstore
);
463
fixedcost = ZopfliCalculateBlockSize(
fixedstore
.litlens,
fixedstore
.dists,
464
0,
fixedstore
.size, 1);
468
store =
fixedstore
;
470
ZopfliCleanLZ77Store(&
fixedstore
);
Completed in 113 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026