OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZopfliInitCache
(Results
1 - 3
of
3
) sorted by null
/external/zopfli/src/zopfli/
cache.h
46
void
ZopfliInitCache
(size_t blocksize, ZopfliLongestMatchCache* lmc);
cache.c
28
void
ZopfliInitCache
(size_t blocksize, ZopfliLongestMatchCache* lmc) {
deflate.c
603
ZopfliInitCache
(blocksize, s.lmc);
655
ZopfliInitCache
(blocksize, s.lmc);
783
ZopfliInitCache
(inend - instart, s.lmc);
Completed in 86 milliseconds