Searched refs:SuccessorHigh (Results 1 – 3 of 3) sorted by relevance
124 UInt16 SuccessorHigh; member
316 #define SUCCESSOR(p) ((CPpmd_Void_Ref)((p)->SuccessorLow | ((UInt32)(p)->SuccessorHigh << 16)))321 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF); in SetSuccessor()
341 #define SUCCESSOR(p) ((CPpmd_Void_Ref)((p)->SuccessorLow | ((UInt32)(p)->SuccessorHigh << 16)))346 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF); in SetSuccessor()