Searched refs:Length (Results 326 - 350 of 535) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp81 if (Range.Length < 16) {
87 Mapping[Range.Offset] = Range.Length;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc216 // Length modifier.
426 // Length modifier.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp159 OS << format(" length: 0x%8.8" PRIx64 "\n", FileEntry.Length);
206 FileEntry.Length = DebugLineData.getULEB128(OffsetPtr, &Err);
320 FileEntry.Length = Value.getAsUnsignedConstant().getValue();
340 uint64_t Length = PrologueLength + sizeofTotalLength() + local
343 Length += 2; // Address + Segment selector sizes.
344 return Length;
911 FileEntry.Length = TableData.getULEB128(Cursor);
916 << ", length=" << FileEntry.Length << ")";
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexprep.c186 * FieldBitLength - Length of field in bits
187 * RegionLength - Length of parent in bytes
238 "Byte Length %u, Byte Offset %u, End Offset %u\n",
627 (UINT16) SecondDesc->Buffer.Length;
692 Info->DataRegisterNode)->Named.Length;
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-tc.c860 header.Length = (USHORT)size;
861 header.CapturedLength = header.Length;
973 filterResult = bpf_filter(p->fcode.bf_insns, data, tcHeader.Length, tcHeader.CapturedLength);
998 hdr.len = tcHeader.Length;
1021 hdr.len = sizeof(PPI_HEADER) + tcHeader.Length;
1027 hdr.len = sizeof(PPI_HEADER) + tcHeader.Length;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp15 // %cmp0 = 7 u< Length
18 // %cmp1 = 9 u< Length
24 // %cmp0 = 9 u< Length
190 /// Represents a range check of the form \c Base + \c Offset u< \c Length,
191 /// with the constraint that \c Length is not negative. \c CheckInst is the
197 const Value *Length; member in class:__anon4632::GuardWideningImpl::RangeCheck
202 const Value *Length, ICmpInst *CheckInst)
203 : Base(Base), Offset(Offset), Length(Length), CheckInst(CheckInst) {}
211 const Value *getLength() const { return Length; };
201 RangeCheck(const Value *Base, const ConstantInt *Offset, const Value *Length, ICmpInst *CheckInst) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DUnicode.cpp344 unsigned Length; local
345 for (size_t i = 0, e = Text.size(); i < e; i += Length) {
346 Length = getNumBytesForUTF8(Text[i]);
347 if (Length <= 0 || i + Length > Text.size())
352 if (conversionOK != ConvertUTF8toUTF32(&Start, Start + Length, &Target,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp215 StringRef::size_type Length,
509 StringRef::size_type Length,
512 encoding::columnWidthWithTabs(Content[LineIndex].substr(Offset, Length),
520 // Note that checking that Length == 0 is not enough, since Length could
810 StringRef::size_type Length,
813 Content[LineIndex].substr(Offset, Length), StartColumn, Style.TabWidth,
213 getRangeLength(unsigned LineIndex, unsigned Offset, StringRef::size_type Length, unsigned StartColumn) const argument
507 getRangeLength(unsigned LineIndex, unsigned Offset, StringRef::size_type Length, unsigned StartColumn) const argument
809 getRangeLength(unsigned LineIndex, unsigned Offset, StringRef::size_type Length, unsigned StartColumn) const argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp101 syntax::Token::Token(SourceLocation Location, unsigned Length, argument
103 : Location(Location), Length(Length), Kind(Kind) {
149 unsigned Length) {
154 End = Begin + Length;
148 FileRange(const SourceManager &SM, SourceLocation BeginLoc, unsigned Length) argument
/freebsd-13-stable/sys/dev/mpr/mpi/
H A Dmpi2.h927 U16 Length; member in struct:_MPI2_SGE_CHAIN32
936 U16 Length; member in struct:_MPI2_SGE_CHAIN64
945 U16 Length; member in struct:_MPI2_SGE_CHAIN_UNION
1160 U32 Length; member in struct:_MPI2_IEEE_SGE_SIMPLE64
1195 U32 Length; member in struct:_MPI25_IEEE_SGE_CHAIN64
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_pci_link.c140 buf.Length = buflen;
340 tmp->Length = ACPI_RS_SIZE(tmp->Data.ExtendedIrq);
727 srsbuf->Length = ACPI_ALLOCATE_BUFFER;
744 end = (ACPI_RESOURCE *)((char *)srsbuf->Pointer + srsbuf->Length);
891 end = (ACPI_RESOURCE *)((char *)srsbuf.Pointer + srsbuf.Length);
H A Dacpi_perf.c190 buf.Length = ACPI_ALLOCATE_BUFFER;
256 buf.Length = ACPI_ALLOCATE_BUFFER;
319 buf.Length = ACPI_ALLOCATE_BUFFER;
H A Dacpi_powerres.c150 buf.Length = ACPI_ALLOCATE_BUFFER;
388 reslist_buffer.Length = ACPI_ALLOCATE_BUFFER;
412 reslist_buffer.Length = ACPI_ALLOCATE_BUFFER;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp171 unsigned *Length) {
173 *Length = S.size();
178 unsigned *Length) {
180 *Length = S.size();
828 const char *LLVMGetValueName2(LLVMValueRef Val, size_t *Length) { argument
830 *Length = V->getName().size();
1122 const char *LLVMGetMDString(LLVMValueRef V, unsigned *Length) {
1125 *Length = S->getString().size();
1128 *Length = 0;
1227 const char *LLVMGetDebugLocDirectory(LLVMValueRef Val, unsigned *Length) {
170 LLVMGetStringAttributeKind(LLVMAttributeRef A, unsigned *Length) argument
177 LLVMGetStringAttributeValue(LLVMAttributeRef A, unsigned *Length) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp49 unsigned Start, unsigned Length,
51 return PM.StartIdx == Start && PM.Length == Length &&
48 checkPartMapping(const RegisterBankInfo::PartialMapping &PM, unsigned Start, unsigned Length, unsigned RegBankID) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h946 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { argument
948 for (LLVMValueRef *I = Vals, *E = Vals + Length; I != E; ++I)
951 (void)Length;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp495 unsigned Length = OptionHelp[i].Name.size(); local
496 if (Length <= 23)
497 OptionFieldWidth = std::max(OptionFieldWidth, Length);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp523 uint32_t Length) const {
526 Symbol->findInlineeLinesByAddr(Section, Offset, Length, &DiaEnumerator))
533 DIARawSymbol::findInlineeLinesByRVA(uint32_t RVA, uint32_t Length) const {
535 if (S_OK != Symbol->findInlineeLinesByRVA(RVA, Length, &DiaEnumerator))
542 DIARawSymbol::findInlineeLinesByVA(uint64_t VA, uint32_t Length) const {
544 if (S_OK != Symbol->findInlineeLinesByVA(VA, Length, &DiaEnumerator))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1184 static unsigned countTrailingNullBytes(const uint8_t *StringBytes, int Length) { argument
1185 const uint8_t *End = StringBytes + Length - 1;
1187 while (Length > 0 && *End == 0) {
1188 --Length;
1196 unsigned Length) {
1198 for (unsigned I = 0; I < Length; ++I) {
1308 // Encoded Length
1195 countEmbeddedNulls(const uint8_t *StringBytes, unsigned Length) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp824 Aux->Length = SectionOneSize;
843 Aux->Length = SectionTwoSize;
960 uint16_t Length = String.size(); local
961 support::endian::write16le(BufferStart + CurrentOffset, Length);
965 CurrentOffset += Length * sizeof(UTF16);
966 TotalStringTableSize += Length * sizeof(UTF16) + sizeof(uint16_t);
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_tbolt.c833 mpi25_ieee_chain->Length = 1024;
981 sgl_ptr->Length = os_sgl->sg_skinny[i].len;
984 sgl_ptr->Length = os_sgl->sg32[i].len;
1011 sg_chain->Length = (sizeof(MPI2_SGE_IO_UNION) *
1017 sgl_ptr->Length = os_sgl->sg_skinny[i].len;
1020 sgl_ptr->Length = os_sgl->sg32[i].len;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp308 bool Rewriter::RemoveText(SourceLocation Start, unsigned Length, argument
313 getEditBuffer(FID).RemoveText(StartOffs, Length, opts.RemoveLineIfEmpty);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp127 unsigned Length,
130 Sources[i]->FindFileRegionDecls(File, Offset, Length, Decls);
125 FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp265 unsigned Length, llvm::StringRef Text) {
266 return Replaces.add(Replacement(SM, Loc, Length, Text));
264 replace(const SourceManager &SM, SourceLocation Loc, unsigned Length, llvm::StringRef Text) argument
/freebsd-13-stable/sys/dev/acpi_support/
H A Dacpi_panasonic.c280 buf.Length = ACPI_ALLOCATE_BUFFER;
406 buf.Length = ACPI_ALLOCATE_BUFFER;

Completed in 305 milliseconds

<<11121314151617181920>>