Searched refs:Bit (Results 1 – 1 of 1) sorted by relevance
552 u8 Bit; // Node's bit data member837 table[ leftNo ].Bit = 0; in HuffConstructTree()863 table[ leftNo ].Bit = 0; in HuffConstructTree()864 table[ rightNo ].Bit = 1; in HuffConstructTree()904 table[ nodeNo ].HuffCode = (paHuffCode << 1) | table[ nodeNo ].Bit; in HuffAddCodeToTable()