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

/vbox/src/VBox/Runtime/generic/
H A Duuid-generic.cpp310 #define MY_TONUM(ch) (g_au8Digits[(ch) & 0xff]) macro
311 pUuid->Gen.u32TimeLow = RT_LE2H_U32((uint32_t)MY_TONUM(pszString[ 0]) << 28
312 | (uint32_t)MY_TONUM(pszString[ 1]) << 24
313 | (uint32_t)MY_TONUM(pszString[ 2]) << 20
314 | (uint32_t)MY_TONUM(pszString[ 3]) << 16
315 | (uint32_t)MY_TONUM(pszString[ 4]) << 12
316 | (uint32_t)MY_TONUM(pszString[ 5]) << 8
317 | (uint32_t)MY_TONUM(pszString[ 6]) << 4
318 | (uint32_t)MY_TONUM(pszString[ 7]));
319 pUuid->Gen.u16TimeMid = RT_LE2H_U16((uint16_t)MY_TONUM(pszStrin
346 #undef MY_TONUM macro
482 #define MY_TONUM macro
518 #undef MY_TONUM macro
[all...]

Completed in 33 milliseconds