Lines Matching defs:s_decode_huffman_slow

7376     } s_decode_huffman_slow[1];
28459 v_bits = self->private_data.s_decode_huffman_slow[0].v_bits;
28460 v_n_bits = self->private_data.s_decode_huffman_slow[0].v_n_bits;
28461 v_table_entry = self->private_data.s_decode_huffman_slow[0].v_table_entry;
28462 v_table_entry_n_bits = self->private_data.s_decode_huffman_slow[0].v_table_entry_n_bits;
28463 v_lmask = self->private_data.s_decode_huffman_slow[0].v_lmask;
28464 v_dmask = self->private_data.s_decode_huffman_slow[0].v_dmask;
28465 v_redir_top = self->private_data.s_decode_huffman_slow[0].v_redir_top;
28466 v_redir_mask = self->private_data.s_decode_huffman_slow[0].v_redir_mask;
28467 v_length = self->private_data.s_decode_huffman_slow[0].v_length;
28468 v_dist_minus_1 = self->private_data.s_decode_huffman_slow[0].v_dist_minus_1;
28469 v_hlen = self->private_data.s_decode_huffman_slow[0].v_hlen;
28506 self->private_data.s_decode_huffman_slow[0].scratch = ((uint8_t)(((v_table_entry >> 8) & 255)));
28512 *iop_a_dst++ = ((uint8_t)(self->private_data.s_decode_huffman_slow[0].scratch));
28543 self->private_data.s_decode_huffman_slow[0].scratch = ((uint8_t)(((v_table_entry >> 8) & 255)));
28549 *iop_a_dst++ = ((uint8_t)(self->private_data.s_decode_huffman_slow[0].scratch));
28719 self->private_data.s_decode_huffman_slow[0].v_bits = v_bits;
28720 self->private_data.s_decode_huffman_slow[0].v_n_bits = v_n_bits;
28721 self->private_data.s_decode_huffman_slow[0].v_table_entry = v_table_entry;
28722 self->private_data.s_decode_huffman_slow[0].v_table_entry_n_bits = v_table_entry_n_bits;
28723 self->private_data.s_decode_huffman_slow[0].v_lmask = v_lmask;
28724 self->private_data.s_decode_huffman_slow[0].v_dmask = v_dmask;
28725 self->private_data.s_decode_huffman_slow[0].v_redir_top = v_redir_top;
28726 self->private_data.s_decode_huffman_slow[0].v_redir_mask = v_redir_mask;
28727 self->private_data.s_decode_huffman_slow[0].v_length = v_length;
28728 self->private_data.s_decode_huffman_slow[0].v_dist_minus_1 = v_dist_minus_1;
28729 self->private_data.s_decode_huffman_slow[0].v_hlen = v_hlen;