Home | History | Annotate | Download | only in examples

Lines Matching defs:max

42      subsequent stored blocks as needed (16K max each)
611 uint got, max;
654 max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */
656 strm.avail_in = len > max ? max : (uint)len;