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

/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c1037 UINT32 BigEndianId; local
1058 BigEndianId = AcpiUtDwordByteSwap ((UINT32) Op->Common.Value.Integer);
1062 Prefix[0] = ((BigEndianId >> 26) & 0x1F) + 0x40;
1063 Prefix[1] = ((BigEndianId >> 21) & 0x1F) + 0x40;
1064 Prefix[2] = ((BigEndianId >> 16) & 0x1F) + 0x40;
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslopcodes.c689 UINT32 BigEndianId; local
738 BigEndianId =
750 EisaId = AcpiUtDwordByteSwap (BigEndianId);

Completed in 56 milliseconds