Lines Matching full:template
9 * <template>[arg1][arg2][arg3][arg4]
11 * where there are between 0 and 4 template args, depending on the specific
12 * template operation. For normal operations, each arg is either a specific
16 * The template code is a 5-bit value. This code indicates what to do with
17 * the following data. Template codes from 0 to 0x19 should use the template
18 * table, the static "decomp_ops" table used in decompress. For each template
20 * an arg following the template code bits. Each action is either a "data"
22 * bytes being written to the output buffer. Each template (i.e. all actions
49 * There are also 3 special template codes; 0x1b for "repeat", 0x1c for
60 * This software implementation also uses one of the undefined template values,
61 * 0x1d as a special "short data" template code, to represent less than 8 bytes
66 * compressed buffers containing this sw-only template will be rejected by
69 * disable using this sw-only "short data" template, and instead simply
72 * After all actions for each operation code are processed, another template
73 * code is in the next 5 bits. The decompression ends once the "end" template
90 /* sw only template - this is not in the hw design; it's used only by this