Home | History | Annotate | Download | only in test

Lines Matching refs:have

264         if (val > 255) {                /* have two digits */
288 unsigned have;
311 in = h2b(hex, &have); assert(in != NULL);
312 if (step == 0 || step > have)
313 step = have;
315 have -= step;
338 have += strm.avail_in;
339 strm.avail_in = step > have ? have : step;
340 have -= strm.avail_in;