Searched refs:ByteCount (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c182 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; local
209 AcpiDmDisasmByteList( UINT32 Level, UINT8 *ByteData, UINT32 ByteCount) argument
395 UINT32 ByteCount; local
521 UINT32 ByteCount; local
602 UINT32 ByteCount; local
875 AcpiDmPldBuffer( UINT32 Level, UINT8 *ByteData, UINT32 ByteCount) argument
[all...]
H A Ddmresrc.c347 * ByteCount - Length of the byte list
361 UINT32 ByteCount)
387 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;)
357 AcpiDmResourceTemplate( ACPI_OP_WALK_INFO *Info, ACPI_PARSE_OBJECT *Op, UINT8 *ByteData, UINT32 ByteCount) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSHA1.h67 uint32_t ByteCount; member in struct:llvm::SHA1::__anon3278
/freebsd-13-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c194 UINT32 ByteCount; local
205 ByteCount = (Aml[0] >> 6);
206 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1);
210 while (ByteCount)
219 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4));
222 ByteCount--;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp91 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);
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_endian.c242 TOLE(ptr->ByteCount, 32);
354 TOLE(ptr->ByteCount, 32);
363 TOLE(ptr->ByteCount, 32);
H A Daacraid_reg.h1385 u_int32_t ByteCount; member in struct:aac_blockread
1401 u_int32_t ByteCount; member in struct:aac_blockread_response
1408 u_int32_t ByteCount; member in struct:aac_blockwrite
1425 u_int32_t ByteCount; member in struct:aac_blockwrite_response
1431 u_int32_t ByteCount; member in struct:aac_raw_io
H A Daacraid_debug.c145 br->ByteCount);
152 bw->BlockNumber, bw->ByteCount,
H A Daacraid_cam.c442 raw->ByteCount = cm->cm_datalen;
457 br->ByteCount = cm->cm_datalen;
467 bw->ByteCount = cm->cm_datalen;
/freebsd-13-stable/sys/dev/aac/
H A Daacreg.h1323 u_int32_t ByteCount; member in struct:aac_blockread
1339 u_int32_t ByteCount; member in struct:aac_blockread_response
1346 u_int32_t ByteCount; member in struct:aac_blockwrite
1363 u_int32_t ByteCount; member in struct:aac_blockwrite_response
1369 u_int32_t ByteCount; member in struct:aac_raw_io
H A Daac_debug.c232 br->ByteCount);
239 bw->BlockNumber, bw->ByteCount,
H A Daac_disk.c279 bw->ByteCount = len;
H A Daac.c1238 raw->ByteCount = bp->bio_bcount;
1259 br->ByteCount = bp->bio_bcount;
1269 bw->ByteCount = bp->bio_bcount;
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacdisasm.h895 UINT32 ByteCount);
1035 UINT32 ByteCount);
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c1214 bit32 ByteCount )
1227 SA_DBG1(("saVhistCapture:Channel 0x%08X 0x%08X%08X 0x%08X%08X count 0x%X\n",Channel, NumBitHi, NumBitLo ,PcieAddrHi,PcieAddrLo,ByteCount));
1272 ret = mpiVHistCapCmd(agRoot,agContext, queueNum, Channel, NumBitLo, NumBitHi ,PcieAddrLo, PcieAddrHi, ByteCount);
H A Dsampicmd.c367 bit32 ByteCount )
412 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetVHistCap_V_t, ByteCount), ByteCount );
H A Dsaproto.h597 bit32 ByteCount );
H A Dsampidefs.h1281 bit32 ByteCount; member in struct:agsaGetVHistCap_V_s
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h703 bit32 ByteCount );

Completed in 125 milliseconds