Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/hpack/
Dhuffman.go157 dst, rembits = appendByteToHuffmanCode(dst, rembits, s[i])
186 func appendByteToHuffmanCode(dst []byte, rembits uint8, c byte) ([]byte, uint8) { func