Searched refs:Dword (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c602 UINT32 Dword; local
620 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[0]);
621 PldInfo->Revision = ACPI_PLD_GET_REVISION (&Dword);
622 PldInfo->IgnoreColor = ACPI_PLD_GET_IGNORE_COLOR (&Dword);
623 PldInfo->Red = ACPI_PLD_GET_RED (&Dword);
624 PldInfo->Green = ACPI_PLD_GET_GREEN (&Dword);
625 PldInfo->Blue = ACPI_PLD_GET_BLUE (&Dword);
629 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[1]);
630 PldInfo->Width = ACPI_PLD_GET_WIDTH (&Dword);
631 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword);
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c350 UINT32 Dword; local
361 Dword = 0;
362 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision);
363 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor);
364 ACPI_PLD_SET_RED (&Dword, PldInfo->Red);
365 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green);
366 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue);
367 ACPI_MOVE_32_TO_32 (&Buffer[0], &Dword);
371 Dword = 0;
372 ACPI_PLD_SET_WIDTH (&Dword, PldInf
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Daslopcodes.c724 UINT32 Dword; local
735 Dword = 0;
736 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision);
737 ACPI_PLD_SET_IGNORE_COLOR (&Dword, PldInfo->IgnoreColor);
738 ACPI_PLD_SET_RED (&Dword, PldInfo->Red);
739 ACPI_PLD_SET_GREEN (&Dword, PldInfo->Green);
740 ACPI_PLD_SET_BLUE (&Dword, PldInfo->Blue);
741 ACPI_MOVE_32_TO_32 (&Buffer[0], &Dword);
745 Dword = 0;
746 ACPI_PLD_SET_WIDTH (&Dword, PldInf
[all...]
/freebsd-10.3-release/contrib/tcsh/
H A Dsh.dol.c75 static int Dword (struct blk_buf *);
151 while (Dword(bb))
202 Dword(struct blk_buf *bb) function
/freebsd-10.3-release/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h632 bit32 Dword[12]; member in struct:tiEncryptSHATestResult_s
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1005 /* Dword shift operations. */
1006 /* All the following Dword shift variants rely on the fact that
/freebsd-10.3-release/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h3247 bit32 Dword[12]; member in struct:agsaEncryptHMACTestResult_s
3263 bit32 Dword[12]; member in struct:agsaEncryptSHATestResult_s

Completed in 216 milliseconds