Home
last modified time | relevance | path

Searched refs:v_redir_mask (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.2.c2801 uint32_t v_redir_mask; member
7120 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_fast() local
7196 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() local
7453 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 in wuffs_deflate__decoder__decode_huffman_slow()
[all...]
H A Dwuffs-v0.3.c7155 uint32_t v_redir_mask; member
26642 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_bmi2() local
26698 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_bmi2()
26699 v_table_entry = self->private_data.f_huffs[0][((v_redir_top + (((uint32_t)((v_bits & 4294967295))) & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_bmi2()
26740 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_bmi2()
26741 v_table_entry = self->private_data.f_huffs[1][((v_redir_top + (((uint32_t)((v_bits & 4294967295))) & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_bmi2()
26849 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_fast32() local
26920 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_fast32()
26921 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()
26990 v_redir_mask in wuffs_deflate__decoder__decode_huffman_fast32()
27107 uint32_t v_redir_mask = 0; wuffs_deflate__decoder__decode_huffman_fast64__choosy_default() local
27313 uint32_t v_redir_mask = 0; wuffs_deflate__decoder__decode_huffman_slow() local
[all...]
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c7371 uint32_t v_redir_mask; member
27732 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_bmi2() local
27794 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_bmi2()
27795 v_table_entry = self->private_data.f_huffs[0][((v_redir_top + (((uint32_t)((v_bits & 4294967295))) & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_bmi2()
27836 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_bmi2()
27837 v_table_entry = self->private_data.f_huffs[1][((v_redir_top + (((uint32_t)((v_bits & 4294967295))) & v_redir_mask)) & 1023)]; in wuffs_deflate__decoder__decode_huffman_bmi2()
27945 uint32_t v_redir_mask = 0; in wuffs_deflate__decoder__decode_huffman_fast32() local
28022 v_redir_mask = ((((uint32_t)(1)) << ((v_table_entry >> 4) & 15)) - 1); in wuffs_deflate__decoder__decode_huffman_fast32()
28023 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()
28092 v_redir_mask in wuffs_deflate__decoder__decode_huffman_fast32()
28209 uint32_t v_redir_mask = 0; wuffs_deflate__decoder__decode_huffman_fast64__choosy_default() local
28421 uint32_t v_redir_mask = 0; wuffs_deflate__decoder__decode_huffman_slow() local
[all...]

Completed in 98 milliseconds