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

  /src/sys/external/bsd/acpica/dist/utilities/
utmisc.c 237 * RETURN: UINT32 integer with bytes swapped
239 * DESCRIPTION: Convert a 32-bit value to big-endian (swap the bytes)
250 UINT8 Bytes[4];
255 UINT8 Bytes[4];
264 Out.Bytes[0] = In.Bytes[3];
265 Out.Bytes[1] = In.Bytes[2];
266 Out.Bytes[2] = In.Bytes[1]
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslutils.c 201 UINT8 Bytes[4];
205 return (Overlay.Bytes[0]); /* Returns 0xFF (TRUE) for big endian */
657 "%-14s %s - %7u bytes %6u fields %8u source lines\n",
664 "%-14s %s - %7u bytes\n",
671 "%-14s %s - %7u bytes %6u keywords %6u source lines\n",
683 "%-14s %s - %7u bytes %6u opcodes %6u named objects\n",
715 FlPrintFile (FileId, "%-14s %s - %7u bytes\n",
  /src/sys/dev/ic/
mpt_mpilib.h 957 U8 Bytes[4];
4151 U8 FcpSenseData[32]; /* Pad to 64 bytes */ /* 20h */
4163 U8 SenseData[52]; /* Pad the IU to 64 bytes */ /* 0Ch */

Completed in 18 milliseconds