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 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...]
dmresrc.c 348 * ByteCount - Length of the byte list
362 UINT32 ByteCount)
388 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;)
  /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))
axutils.c 733 UINT32 ByteCount,
742 if (ByteCount == 0)
747 if ((ByteCount < sizeof (ACPI_TABLE_HEADER)) &&
748 (ByteCount >= ACPI_NAMESEG_SIZE))
753 else if (ByteCount != AmlByteCount)
  /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/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 1160 UINT32 ByteCount);
1300 UINT32 ByteCount);

Completed in 55 milliseconds