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

/vbox/src/VBox/Debugger/
H A DDBGCOps.cpp198 * @param pu64Ret Where to return the value.
200 static int dbgcOpHelperGetNumber(PDBGC pDbgc, PCDBGCVAR pArg, uint64_t *pu64Ret) argument
206 *pu64Ret = Var.u.GCFlat;
209 *pu64Ret = Var.u.GCFar.off;
212 *pu64Ret = Var.u.GCPhys;
215 *pu64Ret = (uintptr_t)Var.u.pvHCFlat;
218 *pu64Ret = Var.u.HCPhys;
221 *pu64Ret = Var.u.u64Number;

Completed in 45 milliseconds