Home
last modified time | relevance | path

Searched refs:Bytes (Results 1 – 4 of 4) sorted by relevance

/acpica-latest/source/components/utilities/
Dutmisc.c250 UINT8 Bytes[4]; in AcpiUtDwordByteSwap() member
255 UINT8 Bytes[4]; in AcpiUtDwordByteSwap() member
264 Out.Bytes[0] = In.Bytes[3]; in AcpiUtDwordByteSwap()
265 Out.Bytes[1] = In.Bytes[2]; in AcpiUtDwordByteSwap()
266 Out.Bytes[2] = In.Bytes[1]; in AcpiUtDwordByteSwap()
267 Out.Bytes[3] = In.Bytes[0]; in AcpiUtDwordByteSwap()
/acpica-latest/source/compiler/
Daslutils.c201 UINT8 Bytes[4]; in UtIsBigEndianMachine() member
205 return (Overlay.Bytes[0]); /* Returns 0xFF (TRUE) for big endian */ in UtIsBigEndianMachine()
/acpica-latest/tests/aslts/src/runtime/collections/functional/region/
Dregionfield.asl1125 /* Read/Write N Bytes (AttribBytes) */
1128 /* Raw Read/Write N Bytes (AttribRawBytes) */
1527 /* Read/Write N Bytes (AttribBytes) */
1614 /* Raw Read/Write N Bytes (AttribRawBytes) */
1732 CreateWordField(BUF0, 0x02, CMD0) // Command (Bytes 2 and 3)
1738 CreateWordField(BUF1, 0x02, CMD1) // Command (Bytes 2 and 3)
47131 LNGT, 32, // 4 Bytes
/acpica-latest/documents/
Dchanges.txt7270 AccessAs: AttribBytes (n) // Read/Write N-Bytes Protocol
7271 AccessAs: AttribRawBytes (n) // Raw Read/Write N-Bytes