Searched defs:huff (Results 1 – 15 of 15) sorted by relevance
155 struct huff { struct165 static void len2huff(struct huff *huff, char bitlen[], int len) in len2huff()185 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff()
48 unsigned huff; /* Huffman code */ local
42 unsigned huff; /* Huffman code */ in zng_inflate_table() local
48 unsigned huff; /* Huffman code */ in inflate_table() local
81 uint8_t huff; member
88 uint8_t huff; member
251 let huff = first & 0x80 == 0x80; in decode_str() localVariable
180 Buffer puff, uncompress, huff; in CheckSample() local
220 HuffmanCode32* const huff) { in AccumulateHCode()231 HuffmanCode32* const huff = &htree_group->packed_table[bits]; in BuildPackedTable() local
264 unsigned int huff:1; member