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 565 UINT32 ByteCount = 0;
619 ByteCount = 0;
640 &Header[ByteCount]);
647 ByteCount += ThisLineByteCount;
648 if (ByteCount >= sizeof (ACPI_TABLE_HEADER))
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 198 UINT32 ByteCount;
209 ByteCount = (Aml[0] >> 6);
210 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1);
214 while (ByteCount)
223 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4));
226 ByteCount--;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmbuffer.c 182 UINT32 ByteCount);
199 * ByteCount - Length of the byte list
212 UINT32 ByteCount)
220 if (!ByteCount)
225 for (i = 0; i < ByteCount; i += ACPI_BUFFER_BYTES_PER_LINE)
230 if (ByteCount > ACPI_BUFFER_BYTES_PER_LINE)
240 if (CurrentIndex >= ByteCount)
252 if (CurrentIndex < (ByteCount - 1))
268 if (CurrentIndex >= ByteCount)
311 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 17 milliseconds