HomeSort by: relevance | last modified time | path
    Searched refs:ByteCount (Results 1 - 15 of 15) 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/external/bsd/pdisk/dist/
DoSCSICommand.h 74 typedef uint32_t ByteCount;
122 ByteCount dataLength,
124 ByteCount *actualTransferCount,
DoSCSICommand.c 87 ByteCount dataLength,
89 ByteCount *actualTransferCount,
98 ByteCount dataLength,
100 ByteCount *actualTransferCount,
187 ByteCount dataLength,
189 ByteCount *actualTransferCount,
285 ByteCount dataLength,
287 ByteCount *actualTransferCount,
352 ByteCount dataLength,
354 ByteCount *actualTransferCount
    [all...]
  /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/external/apache2/llvm/dist/llvm/include/llvm/Support/
SHA1.h 67 uint32_t ByteCount;
SHA256.h 74 uint32_t ByteCount;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
SHA1.cpp 91 InternalState.ByteCount = 0;
209 ++InternalState.ByteCount;
214 InternalState.ByteCount += Data.size();
258 addUncounted(InternalState.ByteCount >> 29); // Shifting to multiply by 8
259 addUncounted(InternalState.ByteCount >>
261 addUncounted(InternalState.ByteCount >> 13); // byte.
262 addUncounted(InternalState.ByteCount >> 5);
263 addUncounted(InternalState.ByteCount << 3);
SHA256.cpp 64 InternalState.ByteCount = 0;
188 ++InternalState.ByteCount;
193 InternalState.ByteCount += Data.size();
233 uint64_t len = InternalState.ByteCount << 3; // bit size
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 90 UINT32 ByteCount;
110 ByteCount = (Aml[0] >> 6);
112 /* Validate ByteCount and ensure we have enough bytes to read */
113 if (ByteCount >= Remaining)
120 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1);
124 while (ByteCount)
133 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4));
136 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 1082 UINT32 ByteCount);
1222 UINT32 ByteCount);

Completed in 100 milliseconds