Searched refs:BigEndianId (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/disassembler/
H A Ddmbuffer.c391 UINT32 BigEndianId; local
406 BigEndianId = AcpiUtDwordByteSwap ((UINT32) Op->Common.Value.Integer);
410 Prefix[0] = ((BigEndianId >> 26) & 0x1F) + 0x40;
411 Prefix[1] = ((BigEndianId >> 21) & 0x1F) + 0x40;
412 Prefix[2] = ((BigEndianId >> 16) & 0x1F) + 0x40;
519 UINT32 BigEndianId; local
524 BigEndianId = AcpiUtDwordByteSwap (EncodedId);
533 (int) ((BigEndianId >> 26) & 0x1F) + 0x40,
534 (int) ((BigEndianId >> 21) & 0x1F) + 0x40,
535 (int) ((BigEndianId >> 1
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Daslopcodes.c466 UINT32 BigEndianId; local
515 BigEndianId =
527 EisaId = AcpiUtDwordByteSwap (BigEndianId);

Completed in 176 milliseconds