/freebsd/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmbuffer.c | 182 UINT32 ByteCount); 212 UINT32 ByteCount) in AcpiDmDisasmByteList() argument 220 if (!ByteCount) in AcpiDmDisasmByteList() 225 for (i = 0; i < ByteCount; i += ACPI_BUFFER_BYTES_PER_LINE) in AcpiDmDisasmByteList() 230 if (ByteCount > ACPI_BUFFER_BYTES_PER_LINE) in AcpiDmDisasmByteList() 240 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList() 252 if (CurrentIndex < (ByteCount - 1)) in AcpiDmDisasmByteList() 268 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList() 311 UINT32 ByteCount; in AcpiDmByteList() local 315 ByteCount = (UINT32) Op->Common.Value.Integer; in AcpiDmByteList() [all …]
|
H A D | dmresrc.c | 362 UINT32 ByteCount) in AcpiDmResourceTemplate() argument 388 for (CurrentByteOffset = 0; CurrentByteOffset < ByteCount;) in AcpiDmResourceTemplate()
|
/freebsd/sys/contrib/dev/acpica/components/parser/ |
H A D | psargs.c | 198 UINT32 ByteCount; in AcpiPsGetNextPackageLength() local 209 ByteCount = (Aml[0] >> 6); in AcpiPsGetNextPackageLength() 210 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1); in AcpiPsGetNextPackageLength() 214 while (ByteCount) in AcpiPsGetNextPackageLength() 223 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4)); in AcpiPsGetNextPackageLength() 226 ByteCount--; in AcpiPsGetNextPackageLength()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SHA1.cpp | 87 InternalState.ByteCount = 0; in init() 204 ++InternalState.ByteCount; in writebyte() 209 InternalState.ByteCount += Data.size(); in update() 253 addUncounted(InternalState.ByteCount >> 29); // Shifting to multiply by 8 in pad() 254 addUncounted(InternalState.ByteCount >> in pad() 256 addUncounted(InternalState.ByteCount >> 13); // byte. in pad() 257 addUncounted(InternalState.ByteCount >> 5); in pad() 258 addUncounted(InternalState.ByteCount << 3); in pad()
|
H A D | SHA256.cpp | 60 InternalState.ByteCount = 0; in init() 183 ++InternalState.ByteCount; in writebyte() 188 InternalState.ByteCount += Data.size(); in update() 228 uint64_t len = InternalState.ByteCount << 3; // bit size in pad()
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_endian.c | 239 TOLE(ptr->ByteCount, 32); in aac_raw_io_tole() 351 TOLE(ptr->ByteCount, 32); in aac_blockread_tole() 360 TOLE(ptr->ByteCount, 32); in aac_blockwrite_tole()
|
H A D | aacraid_reg.h | 1383 u_int32_t ByteCount; member 1399 u_int32_t ByteCount; member 1406 u_int32_t ByteCount; member 1423 u_int32_t ByteCount; member 1429 u_int32_t ByteCount; member
|
H A D | aacraid_debug.c | 143 br->ByteCount); in aacraid_print_fib() 150 bw->BlockNumber, bw->ByteCount, in aacraid_print_fib()
|
H A D | aacraid_cam.c | 438 raw->ByteCount = cm->cm_datalen; in aac_container_rw_command() 453 br->ByteCount = cm->cm_datalen; in aac_container_rw_command() 463 bw->ByteCount = cm->cm_datalen; in aac_container_rw_command()
|
/freebsd/sys/dev/aac/ |
H A D | aacreg.h | 1321 u_int32_t ByteCount; member 1337 u_int32_t ByteCount; member 1344 u_int32_t ByteCount; member 1361 u_int32_t ByteCount; member 1367 u_int32_t ByteCount; member
|
H A D | aac_debug.c | 230 br->ByteCount); in aac_print_fib() 237 bw->BlockNumber, bw->ByteCount, in aac_print_fib()
|
H A D | aac_disk.c | 275 bw->ByteCount = len; in aac_disk_dump()
|
H A D | aac.c | 1233 raw->ByteCount = bp->bio_bcount; in aac_bio_command() 1254 br->ByteCount = bp->bio_bcount; in aac_bio_command() 1264 bw->ByteCount = bp->bio_bcount; in aac_bio_command()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SHA1.h | 67 uint32_t ByteCount; member
|
H A D | SHA256.h | 74 uint32_t ByteCount; member
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | saphy.c | 1213 bit32 ByteCount ) in saVhistCapture() argument 1226 …x%08X%08X 0x%08X%08X count 0x%X\n",Channel, NumBitHi, NumBitLo ,PcieAddrHi,PcieAddrLo,ByteCount)); in saVhistCapture() 1271 …CapCmd(agRoot,agContext, queueNum, Channel, NumBitLo, NumBitHi ,PcieAddrLo, PcieAddrHi, ByteCount); in saVhistCapture()
|
H A D | sampicmd.c | 366 bit32 ByteCount ) in mpiVHistCapCmd() argument 411 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetVHistCap_V_t, ByteCount), ByteCount ); in mpiVHistCapCmd()
|
H A D | saproto.h | 596 bit32 ByteCount );
|
H A D | sampidefs.h | 1280 bit32 ByteCount; member
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acdisasm.h | 1085 UINT32 ByteCount); 1225 UINT32 ByteCount);
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | saapi.h | 702 bit32 ByteCount );
|