Home | History | Annotate | Download | only in examples

Lines Matching defs:have

260     unsigned have;
294 have = full = 0;
304 strm->avail_out = DSIZE - have;
305 strm->next_out = window + have;
315 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out);
317 have = DSIZE - strm->avail_out;
319 have = 0;
361 rotate(window, DSIZE, have);
362 have = DSIZE;
368 deflateSetDictionary(strm, window, have);