• Home
  • Raw
  • Download

Lines Matching refs:v_redir_mask

7361       uint32_t v_redir_mask;  member
27200 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_bmi2() local
27262 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_bmi2()
27263 …ate_data.f_huffs[0][((v_redir_top + (((uint32_t)((v_bits & 4294967295))) & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_bmi2()
27304 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_bmi2()
27305 …ate_data.f_huffs[1][((v_redir_top + (((uint32_t)((v_bits & 4294967295))) & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_bmi2()
27414 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_fast32() local
27491 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_fast32()
27492 … v_table_entry = self->private_data.f_huffs[0][((v_redir_top + (v_bits & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_fast32()
27561 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_fast32()
27562 … v_table_entry = self->private_data.f_huffs[1][((v_redir_top + (v_bits & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_fast32()
27679 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_fast64__choosy_default() local
27741 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_fast64__choosy_default()
27742 …ate_data.f_huffs[0][((v_redir_top + (((uint32_t)((v_bits & 4294967295))) & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_fast64__choosy_default()
27783 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_fast64__choosy_default()
27784 …ate_data.f_huffs[1][((v_redir_top + (((uint32_t)((v_bits & 4294967295))) & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_fast64__choosy_default()
27892 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_slow() local
27937 v_redir_mask = self->private_data.s_decode_huffman_slow[0].v_redir_mask; in wuffs_deflate__decoder__decode_huffman_slow()
27992 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_slow()
27994 … v_table_entry = self->private_data.f_huffs[0][((v_redir_top + (v_bits & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_slow()
28087 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_slow()
28089 … v_table_entry = self->private_data.f_huffs[1][((v_redir_top + (v_bits & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_slow()
28226 self->private_data.s_decode_huffman_slow[0].v_redir_mask = v_redir_mask; in wuffs_deflate__decoder__decode_huffman_slow()