HomeSort by relevance Sort by last modified time
    Searched refs:Dword (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
EventLogInfo.c 258 UINT32 *Dword;
280 Dword = (UINT32 *) (VarData + 1);
281 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_EVENTLOGINFO_MULT_EVENT_COUNTER), gShellDebug1HiiHandle, *Dword);
291 Dword = (UINT32 *) (VarData + 1);
292 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_EVENTLOGINFO_MULT_EVENT_COUNTER), gShellDebug1HiiHandle, *Dword);
296 Dword = (UINT32 *) (VarData + 1);
297 DisplayPostResultsBitmapDw1 (*Dword, SHOW_DETAIL);
298 Dword++;
299 DisplayPostResultsBitmapDw2 (*Dword, SHOW_DETAIL);
303 Dword = (UINT32 *) (VarData + 1);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciReg.h 93 UINT32 Dword;
110 UINT32 Dword;
133 UINT32 Dword;
XhciSched.c     [all...]
Xhci.c 462 ParentRouteChart.Dword = 0;
    [all...]
XhciSched.h 106 UINT32 Dword;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciReg.h 128 UINT32 Dword;
145 UINT32 Dword;
168 UINT32 Dword;
XhcPeim.c     [all...]
XhciSched.c 846 if (ParentRouteChart.Dword == 0) {
980 (Xhc->UsbDevContext[Index + 1].RouteString.Dword == RouteString.Dword)) {
    [all...]
XhciSched.h 102 UINT32 Dword;
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
TestUtil.h 677 // Valid arguments are the dword ids returned by
682 T contentsOfDword(uint32_t Dword) const {
684 dwordOffset(Dword));
702 void setDwordTo(uint32_t Dword, T value) {
704 dwordOffset(Dword)) =
764 // Allocates a new dword slot in the test's scratchpad area.
781 Address dwordAddress(uint32_t Dword) {
782 return Address(GPRRegister::Encoded_Reg_ebp, dwordDisp(Dword), nullptr);
    [all...]
X87.cpp 203 TestFstpSt(32, Dword, float);
231 TestFild(s, 32, Dword, float, uint32_t);
265 TestFistp(s, 32, Dword, float, uint32_t);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiPxe.h     [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
TestUtil.h     [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
Decode.c 278 In addition, the DbPtr->pci.Config.Dword[0-63] grabs a copy of this NIC's PCI configuration space.
304 DbPtr->pci.Config.Dword[Index] = AdapterInfo->Config[Index];
    [all...]

Completed in 562 milliseconds