Searched refs:SWAP_KEY (Results 1 – 1 of 1) sorted by relevance
28 #define SWAP_KEY(p) (((le_uint32) SWAPW((p)->left) << 16) | SWAPW((p)->right)) macro189 if (key > SWAP_KEY(tp)) { in process()203 le_uint32 tkey = SWAP_KEY(tp); in process()