HomeSort by: relevance | last modified time | path
    Searched defs:BigEndianId (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslopcodes.c 689 UINT32 BigEndianId;
738 BigEndianId =
750 EisaId = AcpiUtDwordByteSwap (BigEndianId);
  /src/sys/external/bsd/acpica/dist/disassembler/
dmbuffer.c 1037 UINT32 BigEndianId;
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;

Completed in 12 milliseconds