Home
last modified time | relevance | path

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

/external/toybox/lib/
Ddeflate.c177 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff() function
255 int sym = huff_and_puff(bb, h2); in inflate()
281 int sym = huff_and_puff(bb, lithuff); in inflate()
292 sym = huff_and_puff(bb, disthuff); in inflate()