Searched refs:nodep (Results 1 – 2 of 2) sorted by relevance
509 u16* nodep = huffTable9 + 1; in CXUncompressLH() local514 u32 offset = (((*nodep & 0x7F) + 1U) << 1) + bit; in CXUncompressLH()516 if ( *nodep & (0x100 >> bit) ) in CXUncompressLH()518 nodep = (u16*)((u32)nodep & ~0x3); in CXUncompressLH()519 val = *(nodep + offset); in CXUncompressLH()524 nodep = (u16*)((u32)nodep & ~0x3); in CXUncompressLH()525 nodep += offset; in CXUncompressLH()538 u16* nodep = huffTable12 + 1; in CXUncompressLH() local542 u32 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXUncompressLH()544 if ( *nodep & (LEAF_FLAG >> bit) ) in CXUncompressLH()[all …]
132 u16 *nodep; // Node during a Huffman table search: 4B member