Home
last modified time | relevance | path

Searched refs:huff_decode_table (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_hd_huffman.c122 t = &huff_decode_table[t->fstate & 0x1ff][c >> 4]; in nghttp2_hd_huff_decode()
127 t = &huff_decode_table[t->fstate & 0x1ff][c & 0xf]; in nghttp2_hd_huff_decode()
H A Dnghttp2_hd_huffman.h70 extern const nghttp2_huff_decode huff_decode_table[][16];
H A Dnghttp2_hd_huffman_data.c96 const nghttp2_huff_decode huff_decode_table[][16] = { variable
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd_huffman.c122 t = &huff_decode_table[t->fstate & 0x1ff][c >> 4]; in nghttp2_hd_huff_decode()
127 t = &huff_decode_table[t->fstate & 0x1ff][c & 0xf]; in nghttp2_hd_huff_decode()
H A Dnghttp2_hd_huffman.h70 extern const nghttp2_huff_decode huff_decode_table[][16];
H A Dnghttp2_hd_huffman_data.c96 const nghttp2_huff_decode huff_decode_table[][16] = { variable

Completed in 13 milliseconds