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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DUsbPeim.c841 UINTN Parsed; local
843 Parsed = 0;
886 Parsed += Len;
889 *ParsedBytes = Parsed;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp92 RTPATHPARSED Parsed; member in union:__anon16742
101 int rc = RTPathParse(s_aTests[i].pszPath, &u.Parsed, sizeof(u), s_aTests[i].fFlags);
103 || s_aTests[i].cComps != u.Parsed.cComps
104 || s_aTests[i].fProps != u.Parsed.fProps
105 || s_aTests[i].offSuffix != u.Parsed.offSuffix
106 || s_aTests[i].cchPath != u.Parsed.cchPath)
115 s_aTests[i].cComps, u.Parsed.cComps,
116 s_aTests[i].fProps, u.Parsed.fProps, s_aTests[i].fProps ^ u.Parsed.fProps,
117 s_aTests[i].offSuffix, u.Parsed
[all...]

Completed in 48 milliseconds