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

  /src/sys/external/bsd/acpica/dist/tools/acpixtract/
acpixtract.c 457 UINT32 ByteCount = 0;
511 ByteCount = 0;
532 &Header[ByteCount]);
539 ByteCount += ThisLineByteCount;
540 if (ByteCount >= sizeof (ACPI_TABLE_HEADER))
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 90 UINT32 ByteCount;
101 ByteCount = (Aml[0] >> 6);
102 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1);
106 while (ByteCount)
115 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4));
118 ByteCount--;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmbuffer.c 74 UINT32 ByteCount);
91 * ByteCount - Length of the byte list
104 UINT32 ByteCount)
112 if (!ByteCount)
117 for (i = 0; i < ByteCount; i += ACPI_BUFFER_BYTES_PER_LINE)
122 if (ByteCount > ACPI_BUFFER_BYTES_PER_LINE)
132 if (CurrentIndex >= ByteCount)
144 if (CurrentIndex < (ByteCount - 1))
160 if (CurrentIndex >= ByteCount)
203 UINT32 ByteCount;
    [all...]
  /src/sys/dev/ic/
aacreg.h 691 u_int32_t ByteCount;
707 u_int32_t ByteCount;
714 u_int32_t ByteCount;
731 u_int32_t ByteCount;
737 u_int32_t ByteCount;

Completed in 21 milliseconds