Searched refs:Length (Results 376 - 400 of 535) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp193 Data = Data.substr(C->Offset, C->Length);
261 std::tie(Length, FormParams.Format) =
321 UnitContrib->Length != (getLength() + getUnitLengthFieldByteSize()))
1003 {C->Offset, C->Length, 4, Header.getFormat()})};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h41 unsigned Length; member in struct:llvm::final::TokOp
151 return StringRef(Tok.Data, Tok.Length);
156 Tok.Length = Value.size();
619 Res->Tok.Length = Str.size();
/freebsd-13-stable/sys/arm64/iommu/
H A Dsmmu_acpi.c130 acpi_walk_subtables(iort + 1, (char *)iort + iort->Header.Length,
/freebsd-13-stable/stand/efi/include/
H A Defipciio.h489 BarIndex, Offset, and Length.
494 @param Length A pointer to the length of the resource range to be modified by the
498 range specified by BarIndex, Offset, and Length were
500 in Offset and Length.
501 @retval EFI_INVALID_PARAMETER Offset or Length is NULL.
505 Length.
515 IN OUT UINT64 *Length
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslnamesp.c378 " [Offset 0x%04X Length 0x%04X bits]",
442 " [Initial Length 0x%.2X elements]",
465 " [Initial Length 0x%.2X bytes]",
473 " [Code Length 0x%.4X bytes]",
545 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
H A Ddtutils.c545 /* Length is based upon the opcode for this field in the info table */
756 Checksum = AcpiTbChecksum (Subtable->Buffer, Subtable->Length);
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsargs.c179 * AmlLength - Length of executable AML
546 ObjDesc->Region.Address, ObjDesc->Region.Length, Node);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h313 UINT32 Length; member in struct:acpi_namespace_node
400 UINT32 Length; member in struct:acpi_namestring_info
1142 UINT32 Length; /* AML length */ member in struct:acpi_parse_obj_named
1479 UINT16 Length; member in struct:acpi_external_list
H A Dacresrc.h377 UINT32 Length,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h615 const char *LLVMGetStringAttributeKind(LLVMAttributeRef A, unsigned *Length);
620 const char *LLVMGetStringAttributeValue(LLVMAttributeRef A, unsigned *Length);
689 * @param Len Length of Ident
710 * @param Len Length of Name
969 const char *LLVMGetDebugLocDirectory(LLVMValueRef Val, unsigned *Length);
979 const char *LLVMGetDebugLocFilename(LLVMValueRef Val, unsigned *Length);
1645 const char *LLVMGetValueName2(LLVMValueRef Val, size_t *Length);
1976 unsigned Length, LLVMBool DontNullTerminate);
1987 LLVMValueRef LLVMConstString(const char *Str, unsigned Length,
2002 const char *LLVMGetAsString(LLVMValueRef c, size_t *Length);
[all...]
H A DDebugInfo.h321 * \param NameLen Length of enumeration name.
323 * \param LinkageNameLen Length of linkage name.
577 * @param NameLen Length of enumerator name.
591 * \param NameLen Length of enumeration name.
611 * \param NameLen Length of union name.
621 * \param UniqueIdLen Length of unique identifier.
665 * \param NameLen Length of type name.
676 * \param NameLen Length of type name.
695 * \param NameLen Length of pointer type name. (optional)
718 * \param UniqueIdLen Length o
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp402 formatThunkOrdinal(Thunk.Thunk), Thunk.Length,
424 Section.Length, Section.Alignment, Section.Rva,
688 auto formatCodeLength = [&](uint32_t Length) {
690 P.format(" code end 0x{0} (+0x{1})", utohexstr(CodeOffset + Length),
691 utohexstr(Length));
H A DExplainOutputStyle.cpp252 StreamOff, Layout.Length, Stream, S.getLongName(),
253 (StreamOff > Layout.Length) ? " in unused space" : "");
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp404 Optional<NonLoc> Length = LengthVal.getAs<NonLoc>(); local
405 if (!Length)
410 SVal Offset = svalBuilder.evalBinOpNN(State, BO_Sub, *Length, One, SizeTy);
504 Optional<NonLoc> Length = LengthVal.getAs<NonLoc>(); local
505 if (!Length)
520 *Length, CharPtrTy);
890 Optional<NonLoc> Length = LengthVal.getAs<NonLoc>(); local
891 if (!Length)
896 SVal Offset = svalBuilder.evalBinOpNN(state, BO_Sub, *Length, One, sizeTy);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp303 unsigned Length; member in struct:__anon3880::AArch64Operand::TokOp
372 unsigned Length; member in struct:__anon3880::AArch64Operand::BarrierOp
378 unsigned Length; member in struct:__anon3880::AArch64Operand::SysRegOp
390 unsigned Length; member in struct:__anon3880::AArch64Operand::PrefetchOp
396 unsigned Length; member in struct:__anon3880::AArch64Operand::PSBHintOp
402 unsigned Length; member in struct:__anon3880::AArch64Operand::BTIHintOp
495 return StringRef(Tok.Data, Tok.Length);
540 return StringRef(Barrier.Data, Barrier.Length);
570 return StringRef(SysReg.Data, SysReg.Length);
590 return StringRef(PSBHint.Data, PSBHint.Length);
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp301 edit.InsertFromRangeOffs, edit.Length,
305 commitRemove(edit.OrigLoc, edit.Offset, edit.Length);
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_table.c558 length = le32toh(ieee_sge->Length);
569 le32toh(ieee_sgc->Length),
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_debug.c783 ce64->Flags, ce64->Length);
789 ce->NextChainOffset, ce->Flags, ce->Length);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp56 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { argument
58 MemoryBufferRef(StringRef((const char *)Mem, Length), "<mem>"));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp88 support::ulittle32_t Length(B.size() - Offset);
89 support::endian::write32le(&B[Offset], Length);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp106 size_t Length = std::accumulate(ColumnWidths.begin(), ColumnWidths.end(), 0); local
107 for (size_t I = 0; I < Length; ++I)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp724 static Option *getOptionPred(StringRef Name, size_t &Length, argument
742 Length = Name.size();
760 size_t Length = 0;
761 Option *PGOpt = getOptionPred(Arg, Length, isPrefixedOrGrouping, OptionsMap);
767 (Length < Arg.size()) ? Arg.substr(Length) : StringRef();
768 Arg = Arg.substr(0, Length);
800 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1113 @param[in] Length Number of bytes to copy from Source to Destination.
1121 IN UINTN Length
1611 /// Length in bytes of the data pointed to by DataBlock/ContinuationPointer.
1613 UINT64 Length; member in struct:__anon9581
1617 /// used if Length is not equal to zero.
1623 /// member of the union is used if Length is equal to zero. If
2075 /// Length in bytes of the FilePathList. OptionalData starts at offset
/freebsd-13-stable/sys/arm64/arm64/
H A Dmp_machdep.c598 acpi_walk_subtables(madt + 1, (char *)madt + madt->Header.Length,
732 acpi_walk_subtables(madt + 1, (char *)madt + madt->Header.Length,
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c344 RetBuf.Length = sizeof (Buffer);
970 RetBuf.Length = sizeof (Buffer);

Completed in 839 milliseconds

<<11121314151617181920>>