Searched defs:SIP_ULL (Results 1 – 2 of 2) sorted by relevance
109 #define SIP_ULL(high, low) ((((uint64_t)high) << 32) | (low)) macro