Searched refs:SuccessorHigh (Results 1 – 2 of 2) sorted by relevance
50 UInt16 SuccessorHigh; member
279 #define SUCCESSOR(p) ((CPpmd_Void_Ref)((p)->SuccessorLow | ((UInt32)(p)->SuccessorHigh << 16)))284 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF); in SetSuccessor()