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

/freebsd-10-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c831 UINT32 BigEndianId; local
852 BigEndianId = AcpiUtDwordByteSwap ((UINT32) Op->Common.Value.Integer);
856 Prefix[0] = ((BigEndianId >> 26) & 0x1F) + 0x40;
857 Prefix[1] = ((BigEndianId >> 21) & 0x1F) + 0x40;
858 Prefix[2] = ((BigEndianId >> 16) & 0x1F) + 0x40;
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslopcodes.c577 UINT32 BigEndianId; local
626 BigEndianId =
638 EisaId = AcpiUtDwordByteSwap (BigEndianId);

Completed in 108 milliseconds