Lines Matching +full:256 +full:- +full:byte
1 /* SPDX-License-Identifier: GPL-2.0 */
14 * to a previously-written number of data bytes to copy to the output buffer.
16 * The template code is a 5-bit value. This code indicates what to do with
33 * 4, or 8 byte value already in the output buffer, that should be copied to
37 * and 8 bits for I8. Since each index points to a 2, 4, or 8 byte section,
38 * this means that I2 can reference 512 bytes ((2^8 bits = 256) * 2 bytes), I4
40 * bytes ((2^8 = 256) * 8 bytes). Think of it as a kind-of ring buffer for
41 * each of I2, I4, and I8 that are updated for each byte written to the output
45 * bytes written to the output buffer, an I2 index of 0 would index to byte 256
46 * in the output buffer, while an I2 index of 16 would index to byte 16 in the
57 * length to a specific byte multiple (usually a multiple of 8, 16, or 32
66 * compressed buffers containing this sw-only template will be rejected by
69 * disable using this sw-only "short data" template, and instead simply
90 /* sw only template - this is not in the hw design; it's used only by this
127 /* the max of the regular templates - not including the special templates */