Searched refs:Length (Results 401 - 425 of 535) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c395 SecondDesc->Extra.AmlLength = Op->Named.Length;
698 ACPI_ALLOCATE_ZEROED(Info.RegionNode->Object->Region.Length);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacpixf.h644 ACPI_SIZE Length,
651 ACPI_SIZE Length,
H A Dactbl3.h389 UINT64 Length; member in struct:acpi_srat_mem_affinity
748 UINT32 HeaderLength; /* Watchdog Header Length */
/freebsd-13-stable/sys/x86/acpica/
H A Dmadt.c123 madt_length = madt->Header.Length;
344 acpi_walk_subtables(madt + 1, (char *)madt + madt->Header.Length,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h40 uint64_t Length = 0; member in struct:llvm::DWARFDebugLine::FileNameEntry
110 /// Length of the prologue in bytes.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1299 /// Returns true if \p Loc is inside the [\p Start, +\p Length)
1305 SourceLocation Start, unsigned Length,
1308 Start.getOffset()+Length <= NextLocalOffset) ||
1310 Start.getOffset()+Length < MaxLoadedOffset)) &&
1314 unsigned EndOffs = BeginOffs + Length;
1304 isInSLocAddrSpace(SourceLocation Loc, SourceLocation Start, unsigned Length, unsigned *RelativeOffset = nullptr) const argument
/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm_e820.c227 nfit_sa.Length = hintsize;
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_cpu.c264 buf.Length = ACPI_ALLOCATE_BUFFER;
352 buf.Length = ACPI_ALLOCATE_BUFFER;
437 arg.Buffer.Length = sizeof(cap_set);
832 buf.Length = ACPI_ALLOCATE_BUFFER;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp105 uint64_t AbbrOffset, Length; local
118 std::tie(Length, Format) = DebugInfoData.getInitialLength(Offset);
136 ValidLength = DebugInfoData.isValidOffset(OffsetStart + Length + 3);
157 *Offset = OffsetStart + Length + (isUnitDWARF64 ? 12 : 4);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h179 Type *getMemcpyLoopLoweringType(LLVMContext &Context, Value *Length,
/freebsd-13-stable/stand/i386/libi386/
H A Dpxe.h80 uint8_t Length; /* structure length */ member in struct:__anon8141
248 uint16_t HwAddrLen; /* Length of hardware address */
330 uint16_t BufferLength; /* Length of Frame */
332 uint16_t FrameHeaderLength; /* Length of the media header in Frame */
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsaccess.c341 ObjDesc->String.Length = (UINT32) strlen (Val);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h867 uint32_t Length; /// The length in bytes of all of the DIEs in this unit. member in class:llvm::DIEUnit
898 void setLength(uint64_t L) { Length = L; }
899 uint64_t getLength() const { return Length; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp656 unsigned Length = Record[Idx++]; local
658 Record.begin() + Idx + Length);
659 Idx += Length;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4106 unsigned Length; member in class:clang::final
4115 Optional<unsigned> Length,
4119 Length(Length ? *Length : PartialArgs.size()), Pack(Pack) {
4120 assert((!Length || PartialArgs.empty()) &&
4124 setDependence(Length ? ExprDependence::None
4130 : Expr(SizeOfPackExprClass, Empty), Length(NumPartialArgs) {}
4136 Optional<unsigned> Length = None,
4160 return Length;
4113 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, SourceLocation PackLoc, SourceLocation RParenLoc, Optional<unsigned> Length, ArrayRef<TemplateArgument> PartialArgs) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp653 unsigned Length = 1; local
656 Length = 2;
662 C.advance(Length);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp508 SymbolCache::findLineNumbersByVA(uint64_t VA, uint32_t Length) const {
545 Optional<uint16_t> EndModi = getModuleIndexForAddr(VA + Length);
580 if (LineIter->Addr > VA + Length)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1592 unsigned Length = StringLiteral.GetStringLength(); local
1593 char *Saved = StringData.Allocate<char>(Length + 1);
1594 memcpy(Saved, StringLiteral.GetString().data(), Length);
1595 Saved[Length] = 0;
1600 Tok.StringLength = Length;
1609 unsigned Length = local
1612 if (StringRef(Start, Length).getAsInteger(0, Value)) {
H A DPreprocessor.cpp507 SourceLocation Preprocessor::SplitToken(SourceLocation Loc, unsigned Length) { argument
519 ScratchBuf->getToken(Buffer.data() + LocInfo.second, Length, DestPtr);
520 return SM.createTokenSplitLoc(Spelling, Loc, Loc.getLocWithOffset(Length));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp823 ConstantInt *Length = dyn_cast<ConstantInt>(II.getLength());
824 if ((Length && Length->getValue() == 0) ||
837 insertUse(II, Offset, Length ? Length->getLimitedValue()
839 (bool)Length);
843 ConstantInt *Length = dyn_cast<ConstantInt>(II.getLength());
844 if (Length && Length->getValue() == 0)
877 uint64_t Size = Length
[all...]
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr.c3343 /* Set chain element Length. */
3344 main_chain_element->Length = htole32(num_entries * prp_size);
3417 ieee_sgc->Length = next_chain_offset ?
3563 saved_buf_len = sge->Length;
3567 sge->Length = cm->cm_out_len;
3572 sge_length = sge->Length;
3573 sge->Length = htole32(sge_length);
3579 sge->Length = saved_buf_len;
3589 sge_length = sge->Length;
3590 sge->Length
[all...]
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlhal.c103 pCmd->CmdHdr.Length = htole16(sizeof(type)); \
827 pCmd->CmdHdr.Length = htole16(sizeof(HostCmd_802_11h_Detect_Radar));
1193 pCmd->KeyParam.Length = htole16(sizeof(pCmd->KeyParam));
1239 pCmd->KeyParam.Length = htole16(sizeof(pCmd->KeyParam));
1292 pCmd->CmdHdr.Length = htole16(sizeof(HostCmd_DS_SET_BEACON)-1+frameLen);
2752 len = le16toh(h->Length);
2754 device_printf(mh->mh_dev, "Cmd %s Length %d SeqNum %d MacId %d",
2757 device_printf(mh->mh_dev, "Cmd %s Length %d SeqNum %d",
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp468 unsigned Length = 0;
501 Length += I[1 + NumStmts]->Last->TotalLength + 1; // 1 for the space.
503 if (NumStmts == 0 || NumStmts == 3 || Length > Limit)
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.c1521 ce->Length = (this_seg_lim - seg) *
1523 ce->NextChainOffset = ce->Length >> 2;
1524 ce->Length += sizeof (SGE_CHAIN64);
1527 ce->Length = (this_seg_lim - seg) *
1530 ce->Length = htole16(ce->Length);
1905 ce->Length = (this_seg_lim - seg) *
1907 ce->NextChainOffset = ce->Length >> 2;
1908 ce->Length += sizeof (SGE_CHAIN32);
1911 ce->Length
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1505 OS << InstrCount << " / " << Length << " = "; local
1506 if (!Length)
1509 OS << format("%g", ((double)InstrCount / Length));

Completed in 802 milliseconds

<<11121314151617181920>>