Searched refs:pTree (Results 1 – 1 of 1) sorted by relevance
475 inline u8* GetNextNode( const u8* pTree, u32 select ) in GetNextNode() argument477 return (u8*)( ((u32)pTree & ~0x1) + ( ( (*pTree & 0x3F) + 1 ) * 2 ) + select ); in GetNextNode()