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

  /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...]
dmresrc.c 240 * ByteCount - Length of the byte list
254 UINT32 ByteCount)
280 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;)
  /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))
axutils.c 625 UINT32 ByteCount,
634 if (ByteCount == 0)
639 if ((ByteCount < sizeof (ACPI_TABLE_HEADER)) &&
640 (ByteCount >= ACPI_NAMESEG_SIZE))
645 else if (ByteCount != AmlByteCount)
  /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/dev/ic/
ld_aac.c 152 raw->ByteCount = htole32(datasize);
186 bw->ByteCount = htole32(datasize);
197 br->ByteCount = htole32(datasize);
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;
aac.c 1725 le32toh(br->ByteCount));
1731 le32toh(bw->ByteCount),
  /src/sys/external/bsd/acpica/dist/include/
acdisasm.h 1073 UINT32 ByteCount);
1213 UINT32 ByteCount);

Completed in 26 milliseconds