Lines Matching full:bytes
13 * number of data bytes to add to the output buffer, or an index pointing
14 * to a previously-written number of data bytes to copy to the output buffer.
22 * bytes being written to the output buffer. Each template (i.e. all actions
23 * in the table row) will add up to 8 bytes being written to the output buffer.
28 * corresponding arg is 2, 4, or 8 bytes, respectively, in the compressed data
35 * in a ring buffer that contains the last N bytes of output buffer data.
38 * this means that I2 can reference 512 bytes ((2^8 bits = 256) * 2 bytes), I4
39 * can reference 2048 bytes ((2^9 = 512) * 4 bytes), and I8 can reference 2048
40 * bytes ((2^8 = 256) * 8 bytes). Think of it as a kind-of ring buffer for
45 * bytes written to the output buffer, an I2 index of 0 would index to byte 256
51 * arg N indicating how many times to repeat. The last 8 bytes written to the
58 * bytes).
61 * 0x1d as a special "short data" template code, to represent less than 8 bytes
63 * data bytes will follow, and then N bytes of data, which should be copied to
65 * buffers that are not an exact multiple of 8 bytes long. However, those
70 * reject any input buffer that is not a multiple of 8 bytes long.