Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.2.c2800 uint32_t v_redir_top; member
7119 uint32_t v_redir_top = 0; in wuffs_deflate__decoder__decode_huffman_fast() local
7195 v_redir_top = ((v_table_entry >> 8) & 65535); 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()
7276 v_redir_top = ((v_table_entry >> 8) & 65535); 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()
7406 uint32_t v_redir_top = 0; in wuffs_deflate__decoder__decode_huffman_slow() local
7452 v_redir_top = self->private_data.s_decode_huffman_slow[0].v_redir_top; in wuffs_deflate__decoder__decode_huffman_slow()
7508 v_redir_top in wuffs_deflate__decoder__decode_huffman_slow()
[all...]
H A Dwuffs-v0.3.c7154 uint32_t v_redir_top; member
26641 uint32_t v_redir_top = 0; in wuffs_deflate__decoder__decode_huffman_bmi2() local
26697 v_redir_top = ((v_table_entry >> 8) & 65535); 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()
26739 v_redir_top = ((v_table_entry >> 8) & 65535); 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()
26848 uint32_t v_redir_top = 0; in wuffs_deflate__decoder__decode_huffman_fast32() local
26919 v_redir_top = ((v_table_entry >> 8) & 65535); 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()
26989 v_redir_top in wuffs_deflate__decoder__decode_huffman_fast32()
27106 uint32_t v_redir_top = 0; wuffs_deflate__decoder__decode_huffman_fast64__choosy_default() local
27312 uint32_t v_redir_top = 0; wuffs_deflate__decoder__decode_huffman_slow() local
[all...]
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c7370 uint32_t v_redir_top; member
27731 uint32_t v_redir_top = 0; in wuffs_deflate__decoder__decode_huffman_bmi2() local
27793 v_redir_top = ((v_table_entry >> 8) & 65535); 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()
27835 v_redir_top = ((v_table_entry >> 8) & 65535); 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()
27944 uint32_t v_redir_top = 0; in wuffs_deflate__decoder__decode_huffman_fast32() local
28021 v_redir_top = ((v_table_entry >> 8) & 65535); 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()
28091 v_redir_top in wuffs_deflate__decoder__decode_huffman_fast32()
28208 uint32_t v_redir_top = 0; wuffs_deflate__decoder__decode_huffman_fast64__choosy_default() local
28420 uint32_t v_redir_top = 0; wuffs_deflate__decoder__decode_huffman_slow() local
[all...]

Completed in 101 milliseconds