Home
last modified time | relevance | path

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

/reactos/sdk/tools/hhpcomp/lzx_compress/
H A Dlzx_layer.c115 ih_elem *next_inode; in build_huffman_tree() local
161 ((cur_inode == next_inode) || in build_huffman_tree()
171 ((cur_inode == next_inode) || in build_huffman_tree()
185 next_inode->sym = -1; in build_huffman_tree()
186 next_inode->left = f1; in build_huffman_tree()
187 next_inode->right = f2; in build_huffman_tree()
188 next_inode->parent = NULL; in build_huffman_tree()
189 f1->parent = next_inode; in build_huffman_tree()
190 f2->parent = next_inode; in build_huffman_tree()
199 next_inode++; in build_huffman_tree()
[all …]