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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
EventLogInfo.c 262 UINT32 *Dword;
284 Dword = (UINT32 *) (VarData + 1);
285 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_EVENTLOGINFO_MULT_EVENT_COUNTER), gShellDebug1HiiHandle, *Dword);
295 Dword = (UINT32 *) (VarData + 1);
296 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_EVENTLOGINFO_MULT_EVENT_COUNTER), gShellDebug1HiiHandle, *Dword);
300 Dword = (UINT32 *) (VarData + 1);
301 DisplayPostResultsBitmapDw1 (*Dword, SHOW_DETAIL);
302 Dword++;
303 DisplayPostResultsBitmapDw2 (*Dword, SHOW_DETAIL);
307 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/syslinux/efi32/include/efi/
efi_pxe.h     [all...]
  /external/syslinux/efi64/include/efi/
efi_pxe.h     [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efi_pxe.h     [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiPxe.h     [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
TestUtil.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 388 /* Convert to DWORD */
701 /* DWORD memory. 4 byte */
702 Dword,
784 unsigned int dword:1; member in struct:i386_operand_type::__anon116489
i386-gen.c 323 "Reg32|Acc|Dword" },
562 BITFIELD (Dword),
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 78 DWORD TotalFramesSent;
79 DWORD TotalBytesSent;
80 DWORD TotalTransmitErrors;
89 DWORD TotalFramesCaptured;
90 DWORD TotalBytesCaptured;
91 DWORD TotalFramesFiltered;
92 DWORD TotalBytesFiltered;
93 DWORD TotalMulticastsFiltered;
94 DWORD TotalBroadcastsFiltered;
95 DWORD TotalFramesSeen
    [all...]

Completed in 1128 milliseconds