Lines Matching full:each
6 /* The 842 compressed format is made up of multiple blocks, each of
12 * template operation. For normal operations, each arg is either a specific
18 * table, the static "decomp_ops" table used in decompress. For each template
19 * (table row), there are between 1 and 4 actions; each action corresponds to
20 * an arg following the template code bits. Each action is either a "data"
21 * type action, or a "index" type action, and each action results in 2, 4, or 8
22 * bytes being written to the output buffer. Each template (i.e. all actions
36 * The number of bits for each index's arg are: 8 bits for I2, 9 bits for I4,
37 * and 8 bits for I8. Since each index points to a 2, 4, or 8 byte section,
41 * each of I2, I4, and I8 that are updated for each byte written to the output
42 * buffer. In this implementation, the output buffer is directly used for each
72 * After all actions for each operation code are processed, another template
96 /* additional bits of each op param */