HomeSort by: relevance | last modified time | path
    Searched refs:Dword (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utxface.c 573 UINT32 Dword;
589 /* First 32-bit DWord */
591 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[0]);
592 PldInfo->Revision = ACPI_PLD_GET_REVISION (&Dword);
593 PldInfo->IgnoreColor = ACPI_PLD_GET_IGNORE_COLOR (&Dword);
594 PldInfo->Red = ACPI_PLD_GET_RED (&Dword);
595 PldInfo->Green = ACPI_PLD_GET_GREEN (&Dword);
596 PldInfo->Blue = ACPI_PLD_GET_BLUE (&Dword);
598 /* Second 32-bit DWord */
600 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[1])
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbconvert.c 355 UINT32 Dword;
366 Dword = 0;
367 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision);
368 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor);
369 ACPI_PLD_SET_RED (&Dword, PldInfo->Red);
370 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green);
371 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue);
372 ACPI_MOVE_32_TO_32 (&Buffer[0], &Dword);
376 Dword = 0;
377 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslpld.c 620 UINT32 Dword;
627 Dword = 0;
628 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision);
629 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor);
630 ACPI_PLD_SET_RED (&Dword, PldInfo->Red);
631 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green);
632 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue);
633 ACPI_MOVE_32_TO_32 (&Buffer[0], &Dword);
637 Dword = 0;
638 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width)
    [all...]
  /src/bin/csh/
dol.c 88 static int Dword(void);
158 while (Dword())
214 Dword(void)
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h 1155 PXE_UINT32 Dword[64];
1182 PXE_UINT32 Dword[64];
1454 PXE_UINT32 Dword;
1476 // Array of dword-wide data items.
1478 PXE_UINT32 Dword[MAX_EEPROM_LEN];
1496 // Array of dword-wide data items.
1498 PXE_UINT32 Dword[MAX_EEPROM_LEN];
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 725 3: Dword broadcast.
897 /* DWORD size. 4 byte */
898 Dword,
949 unsigned int dword:1;
i386-gen.c 555 BITFIELD (Dword),
1079 else if (strcasecmp(str, "Dword") == 0)
1248 "%s: %d: W modifier without Word/Dword/Qword operand(s)\n",
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 708 3: Dword broadcast.
880 /* DWORD size. 4 byte */
881 Dword,
932 unsigned int dword:1;
i386-gen.c 546 BITFIELD (Dword),
1070 else if (strcasecmp(str, "Dword") == 0)
1239 "%s: %d: W modifier without Word/Dword/Qword operand(s)\n",
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 771 3: Dword broadcast.
944 /* DWORD size. 4 byte */
945 Dword,
996 unsigned int dword:1;
i386-gen.c 605 BITFIELD (Dword),
1143 else if (strcasecmp(str, "Dword") == 0)
1312 "%s: %d: W modifier without Word/Dword/Qword operand(s)\n",
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 758 3: Dword broadcast.
931 /* DWORD size. 4 byte */
932 Dword,
983 unsigned int dword:1;
i386-gen.c 585 BITFIELD (Dword),
1123 else if (strcasecmp(str, "Dword") == 0)
1292 "%s: %d: W modifier without Word/Dword/Qword operand(s)\n",

Completed in 60 milliseconds