Home
last modified time | relevance | path

Searched refs:rembits (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd_huffman.c48 if (rembits > nbits) { in huff_encode_sym()
50 return (ssize_t)(rembits - nbits); in huff_encode_sym()
53 if (rembits == nbits) { in huff_encode_sym()
59 nghttp2_bufs_fast_orb(bufs, (uint8_t)(code >> (nbits - rembits))); in huff_encode_sym()
62 nbits -= rembits; in huff_encode_sym()
158 ssize_t rembits = 8; in nghttp2_hd_huff_encode() local
166 if (rembits == 8) { in nghttp2_hd_huff_encode()
177 rembits = huff_encode_sym(bufs, &avail, (size_t)rembits, sym); in nghttp2_hd_huff_encode()
178 if (rembits < 0) { in nghttp2_hd_huff_encode()
179 return (int)rembits; in nghttp2_hd_huff_encode()
[all …]

Completed in 5 milliseconds