Lines Matching defs:put
763 int put;
777 put = Buf_size - s->bi_valid;
778 if (put > bits)
779 put = bits;
780 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
781 s->bi_valid += put;
783 value >>= put;
784 bits -= put;
938 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
1465 * necessary to put more guard bytes at the end of the window, or