Searched refs:Length (Results 476 - 500 of 535) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.h334 u_int32_t Length; member in struct:_MPI25_IEEE_SGE_CHAIN64
360 u_int16_t Length; member in struct:_MPI2_SGE_CHAIN_UNION
377 u_int32_t Length; member in struct:_MPI2_IEEE_SGE_SIMPLE64
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp251 uint64_t Length = Rnglists.length(); local
254 if (Length == 0)
256 Offset = TableOffset + Length;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp274 unsigned Length; member in struct:__anon4287::RISCVOperand::SysRegOp
734 return StringRef(SysReg.Data, SysReg.Length);
848 Op->SysReg.Length = Str.size();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2722 size_t Length = 0; local
2723 if (parsePositiveInteger(&Length))
2725 if (numLeft() < Length || Length == 0)
2727 StringView Name(First, First + Length);
2728 First += Length;
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1254 sym.Length = os.getVirtualSize();
1330 ts.Length = thunkChunk->getSize();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp280 // aka the i.first value, of the data in code table entry plus its Length
285 uint16_t Length; local
286 i.second.getLength(Length);
288 return j.first >= i.first && j.first < i.first + Length;
291 static uint64_t DumpDataInCode(const uint8_t *bytes, uint64_t Length, argument
298 if (Length >= 4) {
304 } else if (Length >= 2) {
405 uint16_t Length; local
406 DTI->second.getLength(Length);
409 InstSize = DumpDataInCode(bytes, Length, Kin
1116 uint16_t Length; local
7770 uint32_t Length; member in struct:__anon4849::CompactUnwindEntry
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp311 return SegmentOffsetLength{record.Segment, record.Offset, record.Length};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h566 Type *getMemcpyLoopLoweringType(LLVMContext &Context, Value *Length, argument
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_ec.c378 buf.Length = ACPI_ALLOCATE_BUFFER;
/freebsd-13-stable/sys/dev/ichiic/
H A Dig4_iic.c798 buf.Length = ACPI_ALLOCATE_BUFFER;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp470 R << "Did not outline " << NV("Length", StringLen) << " instructions"
498 << "outlining " << NV("Length", OF.getNumInstrs()) << " instructions "
528 unsigned StringLen = RS.Length;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp577 OS << binary_le(i->SectionDefinition->Length)
H A DCOFFYAML.cpp527 IO.mapRequired("Length", ASD.Length);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp317 : Die(UnitTag), Section(nullptr), Offset(0), Length(0), Version(V),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp338 Type *GCNTTIImpl::getMemcpyLoopLoweringType(LLVMContext &Context, Value *Length, argument
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslload.c481 Node->Length = InitializerOp->Asl.Value.Tag.BitLength;
H A Daslxref.c334 * PARAMETERS: RegionBitLength - Length of entire parent region
881 TagBitLength = Node->Length;
891 case AML_CREATE_FIELD_OP: /* Variable "Length" field, in bits */
1208 * Op->Asl.Parent->Asl.ExtraValue - Region Length (bits)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3945 uint64_t Length = SizeInBytes / (ElementSize / 8); local
3946 if (Length <= Offset)
3951 Slice.Length = Length - Offset;
3970 Slice.Length = NumElts - Offset;
3988 if (Slice.Length == 1) {
4068 for (unsigned E = Slice.Length; NullIndex < E; ++NullIndex) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1419 auto Replace = [&](SourceLocation Start, unsigned Length,
1422 Env.getSourceManager(), Start, Length, ReplacementText));
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1810 unsigned Length = End.second - Begin.second; local
1812 OS << " \"remove\": " << Length << ",\n"; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1518 Optional<unsigned> Length,
1523 PackLoc, RParenLoc, Length, PartialArgs);
1515 Create(ASTContext &Context, SourceLocation OperatorLoc, NamedDecl *Pack, SourceLocation PackLoc, SourceLocation RParenLoc, Optional<unsigned> Length, ArrayRef<TemplateArgument> PartialArgs) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14743 const Expr *Length = OASE->getLength();
14744 if (Length == nullptr) {
14755 if (!Length->EvaluateAsInt(Result, Context))
14769 Length = TempOASE->getLength();
14770 if (Length == nullptr) {
14780 if (!Length->EvaluateAsInt(Result, Context))
16389 const Expr *Length = OASE->getLength();
16391 if (Length && !Length->isValueDependent() &&
16392 Length
[all...]
/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.c2571 pcmdmessagefld->cmdmessage.Length = allxfer_len;
2581 user_len = pcmdmessagefld->cmdmessage.Length;
2794 pcmdmessagefld->cmdmessage.Length = allxfer_len;
2805 user_len = pcmdmessagefld->cmdmessage.Length;
H A Darcmsr.h206 u_int32_t Length; member in struct:CMD_MESSAGE
5935 ** (B) Length : 2 bytes (low byte 1st, excludes length and checksum byte)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1759 unsigned Length = 0; local
1766 Length += MaxInstLength;
1776 Length += AStr.count(Occ)*4;
1777 return Length;

Completed in 374 milliseconds

<<11121314151617181920>>