Searched defs:u64High (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dasm-math.h125 uint64_t u64Low, u64High; local
127 : "=a" (u64Low), "=d" (u64High)
129 *pu64ProdHi = u64High;
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodnm.cpp213 uint64_t u64High = 0; local
426 if (u64High < u64Addr)
427 u64High = u64Addr;
468 || u64High != 0)
469 rc = RTDbgModSegmentAdd(pThis->hCnt, u64Low, u64High - u64Low + 1, "main", 0, NULL);

Completed in 53 milliseconds