Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c182 UINT32 ByteCount);
212 UINT32 ByteCount) in AcpiDmDisasmByteList() argument
220 if (!ByteCount) in AcpiDmDisasmByteList()
311 UINT32 ByteCount; in AcpiDmByteList() local
395 UINT32 ByteCount; in AcpiDmIsUuidBuffer() local
513 UINT32 ByteCount; in AcpiDmIsUnicodeBuffer() local
542 if ((!ByteCount) || in AcpiDmIsUnicodeBuffer()
543 (ByteCount < 4) || in AcpiDmIsUnicodeBuffer()
544 (ByteCount & 1) || in AcpiDmIsUnicodeBuffer()
615 if ((!ByteCount) || in AcpiDmIsStringBuffer()
[all …]
H A Ddmresrc.c361 UINT32 ByteCount) in AcpiDmResourceTemplate() argument
387 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;) in AcpiDmResourceTemplate()
/freebsd-12.1/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c194 UINT32 ByteCount; in AcpiPsGetNextPackageLength() local
205 ByteCount = (Aml[0] >> 6); in AcpiPsGetNextPackageLength()
206 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1); in AcpiPsGetNextPackageLength()
210 while (ByteCount) in AcpiPsGetNextPackageLength()
219 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4)); in AcpiPsGetNextPackageLength()
222 ByteCount--; in AcpiPsGetNextPackageLength()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
209 ++InternalState.ByteCount; in writebyte()
230 addUncounted(InternalState.ByteCount >> 29); // Shifting to multiply by 8 in pad()
231 addUncounted(InternalState.ByteCount >> in pad()
233 addUncounted(InternalState.ByteCount >> 13); // byte. in pad()
234 addUncounted(InternalState.ByteCount >> 5); in pad()
235 addUncounted(InternalState.ByteCount << 3); in pad()
/freebsd-12.1/sys/dev/aac/
H A Daacreg.h1323 u_int32_t ByteCount; member
1339 u_int32_t ByteCount; member
1346 u_int32_t ByteCount; member
1363 u_int32_t ByteCount; member
1369 u_int32_t ByteCount; member
H A Daac_debug.c232 br->ByteCount); in aac_print_fib()
239 bw->BlockNumber, bw->ByteCount, in aac_print_fib()
H A Daac_disk.c274 bw->ByteCount = len; in aac_disk_dump()
H A Daac.c1238 raw->ByteCount = bp->bio_bcount; in aac_bio_command()
1259 br->ByteCount = bp->bio_bcount; in aac_bio_command()
1269 bw->ByteCount = bp->bio_bcount; in aac_bio_command()
/freebsd-12.1/sys/dev/aacraid/
H A Daacraid_reg.h1386 u_int32_t ByteCount; member
1402 u_int32_t ByteCount; member
1409 u_int32_t ByteCount; member
1426 u_int32_t ByteCount; member
1432 u_int32_t ByteCount; member
H A Daacraid_debug.c145 br->ByteCount); in aacraid_print_fib()
152 bw->BlockNumber, bw->ByteCount, in aacraid_print_fib()
H A Daacraid_cam.c458 raw->ByteCount = cm->cm_datalen; in aac_container_rw_command()
473 br->ByteCount = cm->cm_datalen; in aac_container_rw_command()
482 bw->ByteCount = cm->cm_datalen; in aac_container_rw_command()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSHA1.h73 uint32_t ByteCount; member
/freebsd-12.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c1214 bit32 ByteCount ) in saVhistCapture() argument
1227 …x%08X%08X 0x%08X%08X count 0x%X\n",Channel, NumBitHi, NumBitLo ,PcieAddrHi,PcieAddrLo,ByteCount)); in saVhistCapture()
1272 …CapCmd(agRoot,agContext, queueNum, Channel, NumBitLo, NumBitHi ,PcieAddrLo, PcieAddrHi, ByteCount); in saVhistCapture()
H A Dsampicmd.c367 bit32 ByteCount ) in mpiVHistCapCmd() argument
412 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetVHistCap_V_t, ByteCount), ByteCount ); in mpiVHistCapCmd()
H A Dsaproto.h597 bit32 ByteCount );
H A Dsampidefs.h1281 bit32 ByteCount; member
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacdisasm.h892 UINT32 ByteCount);
1032 UINT32 ByteCount);
/freebsd-12.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h703 bit32 ByteCount );