Home
last modified time | relevance | path

Searched refs:ByteCount (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmbuffer.c74 UINT32 ByteCount);
104 UINT32 ByteCount) in AcpiDmDisasmByteList() argument
112 if (!ByteCount) in AcpiDmDisasmByteList()
117 for (i = 0; i < ByteCount; i += ACPI_BUFFER_BYTES_PER_LINE) in AcpiDmDisasmByteList()
122 if (ByteCount > ACPI_BUFFER_BYTES_PER_LINE) in AcpiDmDisasmByteList()
132 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()
144 if (CurrentIndex < (ByteCount - 1)) in AcpiDmDisasmByteList()
160 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()
203 UINT32 ByteCount; in AcpiDmByteList() local
207 ByteCount = (UINT32) Op->Common.Value.Integer; in AcpiDmByteList()
[all …]
H A Ddmresrc.c254 UINT32 ByteCount) in AcpiDmResourceTemplate() argument
280 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;) in AcpiDmResourceTemplate()
/netbsd-src/external/bsd/pdisk/dist/
H A DDoSCSICommand.c87 ByteCount dataLength,
89 ByteCount *actualTransferCount,
98 ByteCount dataLength,
100 ByteCount *actualTransferCount,
187 ByteCount dataLength, in DoSCSICommand()
189 ByteCount *actualTransferCount, in DoSCSICommand()
285 ByteCount dataLength, in DoOriginalSCSICommand()
287 ByteCount *actualTransferCount, in DoOriginalSCSICommand()
352 ByteCount dataLength, in OriginalSCSI()
354 ByteCount *actualTransferCount, in OriginalSCSI()
H A DDoSCSICommand.h74 typedef uint32_t ByteCount; typedef
122 ByteCount dataLength,
124 ByteCount *actualTransferCount,
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpixtract/
H A Dacpixtract.c456 UINT32 ByteCount = 0; in AxListAllTables()
510 ByteCount = 0; in AxListAllTables()
531 &Header[ByteCount]); in AxListAllTables()
538 ByteCount += ThisLineByteCount; in AxListAllTables()
539 if (ByteCount >= sizeof (ACPI_TABLE_HEADER)) in AxListAllTables()
455 UINT32 ByteCount = 0; AxListAllTables() local
H A Daxutils.c625 UINT32 ByteCount, in AxCheckTableLengths() argument
634 if (ByteCount == 0) in AxCheckTableLengths()
639 if ((ByteCount < sizeof (ACPI_TABLE_HEADER)) && in AxCheckTableLengths()
640 (ByteCount >= ACPI_NAMESEG_SIZE)) in AxCheckTableLengths()
645 else if (ByteCount != AmlByteCount) in AxCheckTableLengths()
/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpsargs.c90 UINT32 ByteCount; in AcpiPsGetNextPackageLength()
101 ByteCount = (Aml[0] >> 6); in AcpiPsGetNextPackageLength()
102 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1); in AcpiPsGetNextPackageLength()
106 while (ByteCount) in AcpiPsGetNextPackageLength()
115 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4)); in AcpiPsGetNextPackageLength()
118 ByteCount--; in AcpiPsGetNextPackageLength()
86 UINT32 ByteCount; AcpiPsGetNextPackageLength() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
209 ++InternalState.ByteCount; in writebyte()
214 InternalState.ByteCount += Data.size(); in update()
258 addUncounted(InternalState.ByteCount >> 29); // Shifting to multiply by 8 in pad()
259 addUncounted(InternalState.ByteCount >> in pad()
261 addUncounted(InternalState.ByteCount >> 13); // byte. in pad()
262 addUncounted(InternalState.ByteCount >> 5); in pad()
263 addUncounted(InternalState.ByteCount << 3); in pad()
H A DSHA256.cpp64 InternalState.ByteCount = 0; in init()
188 ++InternalState.ByteCount; in writebyte()
193 InternalState.ByteCount += Data.size(); in update()
233 uint64_t len = InternalState.ByteCount << 3; // bit size in pad()
/netbsd-src/sys/dev/ic/
H A Daacreg.h691 u_int32_t ByteCount; member
707 u_int32_t ByteCount; member
714 u_int32_t ByteCount; member
731 u_int32_t ByteCount; member
737 u_int32_t ByteCount; member
H A Dld_aac.c152 raw->ByteCount = htole32(datasize); in ld_aac_dobio()
186 bw->ByteCount = htole32(datasize); in ld_aac_dobio()
197 br->ByteCount = htole32(datasize); in ld_aac_dobio()
H A Daac.c1725 le32toh(br->ByteCount)); in aac_print_fib()
1731 le32toh(bw->ByteCount), in aac_print_fib()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSHA1.h67 uint32_t ByteCount; member
H A DSHA256.h74 uint32_t ByteCount; member
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacdisasm.h977 UINT32 ByteCount);
1117 UINT32 ByteCount);