Lines Matching defs:history
82 uint8_t history[64 * 1024];
97 bytestream2_get_buffer(gb, history + pos, num_literals);
101 history[pos++] = bytestream2_get_byte(gb);
103 bytestream2_put_buffer(pb, history, HISTORY_SIZE);
127 memcpy(history + pos, history + reference_pos, match_length);
131 history[pos++] = history[reference_pos++];
135 history[pos++] = history[reference_pos++];
137 bytestream2_put_buffer(pb, history, HISTORY_SIZE);
145 bytestream2_put_buffer(pb, history, pos);