Home
last modified time | relevance | path

Searched refs:EXCESS (Results 1 - 1 of 1) sorted by relevance

/third_party/zlib/examples/
H A Dfitblk.c20 output size plus a specified excess amount (see the EXCESS define
42 EXCESS is chosen to be just greater than the shortfall seen in a
45 header on the second pass. EXCESS is set to be large enough so
123 #define EXCESS 256 /* empirically determined stream overage */ macro
147 blk = malloc(size + EXCESS); in main()
156 def.avail_out = size + EXCESS; in main()
163 if (ret == Z_STREAM_END && def.avail_out >= EXCESS) { in main()
165 have = size + EXCESS - def.avail_out; in main()
186 tmp = malloc(size + EXCESS); in main()
193 inf.avail_in = size + EXCESS; in main()
[all...]

Completed in 1 milliseconds