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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp262 uint32_t u32Int = 0; local
263 RTStrToUInt32Ex(pszValue, &pszNext, uBase, &u32Int);
269 if (u32Int & ~0xff)
271 AssertMsgFailed(("pszValue=%s u32Int=%#x (int)\n", pszValue, u32Int));
306 *pu16 = (uint16_t)u32Int << 8 | (uint16_t)u32Dec;

Completed in 48 milliseconds