Searched defs:MAX_STORE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c118 When the stored block gets to 16K (see the MAX_STORE define), then a new
261 #define MAX_STORE 16 macro
264 dictionary construction, and <= 204 * MAX_STORE, in order for >> 10 to
517 put = (MAX_STORE << 10) - log->stored;

Completed in 843 milliseconds