Lines Matching defs:put
730 int put;
744 put = Buf_size - s->bi_valid;
745 if (put > bits)
746 put = bits;
747 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
748 s->bi_valid += put;
750 value >>= put;
751 bits -= put;
906 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
1427 * necessary to put more guard bytes at the end of the window, or