Searched defs:_SIP_ULL (Results 1 – 3 of 3) sorted by relevance
111 #define _SIP_ULL(high, low) (((uint64_t)high << 32) | low) macro