Searched refs:DataLength (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp24 uint64_t Offset = 0, DataLength = std::min(Limit, Stream.getLength()); local
26 Result.reserve(DataLength);
27 while (Offset < DataLength) {
31 Data = Data.take_front(DataLength - Offset);
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Dasldebug.c166 UINT32 DataLength);
421 * DataLength - Length of data to appear after the name
433 UINT32 DataLength)
453 LineLength = IndentLength + 1 + NameLength + 1 + DataLength;
474 (DEBUG_FULL_LINE_LENGTH - DataLength), " ");
430 UtDumpParseOpName( ACPI_PARSE_OBJECT *Op, UINT32 Level, UINT32 DataLength) argument
/freebsd-current/sys/dev/mpi3mr/mpi/
H A Dmpi30_pci.h63 U32 DataLength; /* 0x10 */ member in struct:_MPI3_NVME_ENCAPSULATED_REQUEST
/freebsd-current/stand/efi/include/
H A Defiudp.h99 UINT32 DataLength; member in struct:__anon727
107 UINT32 DataLength; member in struct:__anon728
214 UINT32 DataLength; member in struct:__anon734
221 UINT32 DataLength; member in struct:__anon735
H A Defitcp.h146 UINT32 DataLength; member in struct:__anon706
154 UINT32 DataLength; member in struct:__anon707
319 UINT32 DataLength; member in struct:__anon719
327 UINT32 DataLength; member in struct:__anon720
H A Defiip.h139 UINT32 DataLength; member in struct:__anon643
381 UINT32 DataLength; member in struct:_EFI_IP6_TRANSMIT_DATA
406 UINT32 DataLength; member in struct:_EFI_IP6_RECEIVE_DATA
/freebsd-current/sys/dev/mpr/mpi/
H A Dmpi2_pci.h94 U32 DataLength; /* 0x1C */ member in struct:_MPI26_NVME_ENCAPSULATED_REQUEST
H A Dmpi2_tool.h199 U32 DataLength; /* 0x14 */ member in struct:_MPI2_TOOLBOX_DIAG_DATA_UPLOAD_REQUEST
344 U32 DataLength; /* 0x10 */ member in struct:_MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST
368 U32 DataLength; /* 0x10 */ member in struct:_MPI25_TOOLBOX_DIAGNOSTIC_CLI_REQUEST
457 U16 DataLength; /* 0x12 */ member in struct:_MPI26_TOOLBOX_LANE_MARGINING_REQUEST
H A Dmpi2_init.h145 U32 DataLength; /* 0x1C */ member in struct:_MPI2_SCSI_IO_REQUEST
298 U32 DataLength; /* 0x1C */ member in struct:_MPI25_SCSI_IO_REQUEST
H A Dmpi2_targ.h253 U32 DataLength; /* 0x1C */ member in struct:_MPI2_TARGET_ASSIST_REQUEST
357 U32 DataLength; /* 0x1C */ member in struct:_MPI25_TARGET_ASSIST_REQUEST
H A Dmpi2_sas.h214 U32 DataLength; /* 0x18 */ member in struct:_MPI2_SATA_PASSTHROUGH_REQUEST
/freebsd-current/sys/contrib/dev/acpica/components/executer/
H A Dexserial.c412 UINT32 DataLength; local
508 DataLength = ACPI_MIN (BufferLength, SourceDesc->Buffer.Length);
509 memcpy (Buffer, SourceDesc->Buffer.Pointer, DataLength);
H A Dexfield.c432 UINT32 DataLength; local
491 DataLength = (ACPI_SIZE) ACPI_ROUND_BITS_UP_TO_BYTES (
495 SourceDesc->Buffer.Pointer, DataLength);
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp439 Error Record::getContinuousData(const uint8_t *Record, uint16_t DataLength, argument
444 std::min(DataLength, (uint16_t)(GOFF::RecordLength - DataIndex));
446 DataLength -= SliceLength;
450 for (; DataLength > 0;
451 DataLength -= SliceLength, Slice += GOFF::PayloadLength) {
456 if (DataLength <= 77 && Record::isContinued(Slice))
460 SliceLength = std::min(DataLength, (uint16_t)GOFF::PayloadLength);
/freebsd-current/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c466 UINT32 DataLength = 0; local
503 DataLength = ACPI_CAST_PTR (ACPI_ASF_ALERT, Subtable)->DataLength;
513 DataLength = ACPI_CAST_PTR (ACPI_ASF_REMOTE, Subtable)->DataLength;
526 DataLength = ACPI_CAST_PTR (ACPI_ASF_ADDRESS, Subtable)->Devices;
555 DataTable, DataLength, DataInfoTable);
561 DataTable = ACPI_ADD_PTR (UINT8, DataTable, DataLength);
562 DataOffset += DataLength;
568 for (i = 0; i < DataLength;
[all...]
/freebsd-current/sys/dev/mpt/mpilib/
H A Dmpi_targ.h290 U32 DataLength; /* 0Ch */ member in struct:_MPI_TARGET_SCSI_SPI_CMD_BUFFER
361 U32 DataLength; /* 1Ch */ member in struct:_MSG_TARGET_ASSIST_REQUEST
414 U32 DataLength; /* 30h */ member in struct:_MSG_TARGET_ASSIST_EXT_REQUEST
H A Dmpi_init.h117 U32 DataLength; /* 28h */ member in struct:_MSG_SCSI_IO_REQUEST
252 U32 DataLength; /* 10h */ member in struct:__anon3438
299 U32 DataLength; /* 38h */ member in struct:_MSG_SCSI_IO32_REQUEST
H A Dmpi_raid.h209 U32 DataLength; /* 28h */ member in struct:_MSG_SCSI_IO_RAID_PT_REQUEST
H A Dmpi_tool.h189 U16 DataLength; /* 12h */ member in struct:_MSG_TOOLBOX_ISTWI_READ_WRITE_REQUEST
H A Dmpi_sas.h189 U32 DataLength; /* 18h */ member in struct:_MSG_SATA_PASSTHROUGH_REQUEST
/freebsd-current/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp295 uint32_t DataLength = sizeof(uint32_t); local
299 writer.write<uint16_t>(DataLength);
300 return {KeyLength, DataLength};
355 uint32_t DataLength = sizeof(uint32_t); local
359 writer.write<uint16_t>(DataLength);
360 return {KeyLength, DataLength};
477 uint32_t DataLength = local
484 writer.write<uint16_t>(DataLength);
485 return {KeyLength, DataLength};
816 uint32_t DataLength local
[all...]
H A DAPINotesReader.cpp69 unsigned DataLength = local
71 return {KeyLength, DataLength};
161 unsigned DataLength = local
163 return {KeyLength, DataLength};
201 unsigned DataLength = local
203 return {KeyLength, DataLength};
417 unsigned DataLength = local
419 return {KeyLength, DataLength};
/freebsd-current/sys/dev/mps/mpi/
H A Dmpi2_tool.h174 U32 DataLength; /* 0x14 */ member in struct:_MPI2_TOOLBOX_DIAG_DATA_UPLOAD_REQUEST
312 U32 DataLength; /* 0x10 */ member in struct:_MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST
H A Dmpi2_sas.h193 U32 DataLength; /* 0x18 */ member in struct:_MPI2_SATA_PASSTHROUGH_REQUEST
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dactbl1.h333 UINT8 DataLength; member in struct:acpi_asf_alert
361 UINT8 DataLength; member in struct:acpi_asf_remote
506 UINT32 DataLength; /* Length of generic error data */ member in struct:acpi_bert_region
2077 UINT32 DataLength; member in struct:acpi_hest_generic_status

Completed in 379 milliseconds

123