Lines Matching defs:put
470 int put;
477 put = Buf_size - s->bi_valid;
478 if (put > bits)
479 put = bits;
480 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
481 s->bi_valid += put;
483 value >>= put;
484 bits -= put;
624 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
1220 * necessary to put more guard bytes at the end of the window, or