Searched refs:v_redir_mask (Results 1 – 2 of 2) sorted by relevance
2801 uint32_t v_redir_mask; member7120 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_fast() local7196 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_fast()7199 .f_huffs[0][((v_redir_top + (v_bits & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_fast()7277 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_fast()7280 .f_huffs[1][((v_redir_top + (v_bits & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_fast()7407 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_slow() local7453 v_redir_mask = self->private_data.s_decode_huffman_slow[0].v_redir_mask; in wuffs_deflate__decoder__decode_huffman_slow()7509 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_slow()7513 .f_huffs[0][((v_redir_top + (v_bits & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_slow()[all …]
7361 uint32_t v_redir_mask; member27200 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_bmi2() local27262 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() local27491 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()[all …]