Searched refs:Length (Results 426 - 450 of 535) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp96 unsigned Length = 0; local
121 Length += AddLength;
126 return Length;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp119 unsigned Length; member in struct:__anon4170::LanaiOperand::Token
168 return StringRef(Tok.Data, Tok.Length);
588 Op->Tok.Length = Str.size();
/freebsd-13-stable/sys/dev/mfi/
H A Dmfireg.h1586 uint16_t Length; member in struct:MPI2_SGE_CHAIN_UNION
1602 uint32_t Length; member in struct:MPI2_IEEE_SGE_SIMPLE64
1715 uint32_t Length; member in struct:_MPI25_IEEE_SGE_CHAIN64
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3867 auto *Length = E->getLength(); local
3869 if (Length) {
3870 // Idx = LowerBound + Length - 1;
3871 if (Length->isIntegerConstantExpr(ConstLength, C)) {
3873 Length = nullptr;
3881 if (!Length)
3886 if (Length || LowerBound) {
3894 Length
3896 EmitScalarExpr(Length), IntPtrTy,
3897 Length
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1138 Type *getMemcpyLoopLoweringType(LLVMContext &Context, Value *Length,
1469 virtual Type *getMemcpyLoopLoweringType(LLVMContext &Context, Value *Length,
1919 Type *getMemcpyLoopLoweringType(LLVMContext &Context, Value *Length,
1923 return Impl.getMemcpyLoopLoweringType(Context, Length, SrcAddrSpace,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h445 uint32_t Length; member in struct:llvm::COFF::AuxiliarySectionDefinition
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h194 /// Get the decls that are contained in a file in the Offset/Length
195 /// range. \p Length can be 0 to indicate a point at \p Offset instead of
198 unsigned Length,
/freebsd-13-stable/sys/dev/pci/
H A Dpci_host_generic_acpi.c193 mcfg_end = (ACPI_MCFG_ALLOCATION *)((char *)hdr + hdr->Length);
/freebsd-13-stable/sys/dev/acpi_support/
H A Dacpi_toshiba.c435 results.Length = ACPI_ALLOCATE_BUFFER;
H A Dacpi_asus.c570 Buf.Length = ACPI_ALLOCATE_BUFFER;
1151 Buf.Length = sizeof(Obj);
H A Dacpi_hp.c873 if (obj && obj->Type == ACPI_TYPE_BUFFER && obj->Buffer.Length == 8) {
926 length = obj->String.Length+1;
949 * 7 Length of prerequisites array [int]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp250 Result.Length = getStreamByteSize(StreamIdx);
/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h56 UINT8 Length[2]; ///< Specific Device Path data. Type and Sub-Type define member in struct:__anon9476
57 ///< type of data. Size of data is included in Length.
490 /// determined by the Length field less the offset of the
928 /// is determined by subtracting the offset of this field from Length.
/freebsd-13-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c422 dummy_dsdt_table.Length = sizeof(ACPI_TABLE_HEADER) + sb.st_size;
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsprepkg.c474 if ((*Elements)->Buffer.Length != 16)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp455 uint64_t Length;
457 Length = LengthArg->getZExtValue();
461 if (Length == 0) // strncmp(x,y,0) -> 0
464 if (Length == 1) // strncmp(x,y,1) -> memcmp(x,y,1)
473 StringRef SubStr1 = Str1.substr(0, Length);
474 StringRef SubStr2 = Str2.substr(0, Length);
495 Len2 = std::min(Len2, Length);
502 Len1 = std::min(Len1, Length);
651 for (uint64_t I = 0, E = Slice.Length; I < E; ++I) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp514 static unsigned skipWhitespace(unsigned Idx, StringRef Str, unsigned Length) {
515 while (Idx < Length && isWhitespace(Str[Idx]))
546 unsigned Length, unsigned Column,
560 while (End < Length && !isWhitespace(Str[End]))
569 while (End < Length && !PunctuationEndStack.empty()) {
579 while (End < Length && !isWhitespace(Str[End]))
594 return findEndOfWord(Start + 1, Str, Length, Column + 1, Columns);
617 const unsigned Length = std::min(Str.find('\n'), Str.size());
624 for (unsigned WordStart = 0, WordEnd; WordStart < Length;
627 WordStart = skipWhitespace(WordStart, Str, Length);
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp485 contribution->Length);
820 if (!unit_contrib || unit_contrib->Length != header.m_length + 4) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h81 uint16_t Length = 0; member in class:llvm::codeview::Thunk32Sym
116 uint32_t Length = 0; member in class:llvm::codeview::SectionSym
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlreg.h429 uint16_t Length; member in struct:__anon13427
1104 uint16_t Length; // Total length of this structure member in struct:__anon13495
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_apei.c518 remaining = hest->Header.Length - sizeof(ACPI_TABLE_HEST);
520 cp = (char *)hest + hest->Header.Length - remaining;
H A Dacpi_thermal.c409 sc->tz_zone.al[i].Length = ACPI_ALLOCATE_BUFFER;
424 sc->tz_zone.psl.Length = ACPI_ALLOCATE_BUFFER;
H A Dacpi_video.c1054 dod_buf.Length = ACPI_ALLOCATE_BUFFER;
1098 bcl_buf.Length = ACPI_ALLOCATE_BUFFER;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp142 W.printNumber("Len", Thunk.Length);
162 W.printNumber("Length", Section.Length);
498 << ", Length: " << W.hex(Annotation.U1) << "}\n";
649 W.printNumber("Length", CVR.length());
H A DSymbolRecordMapping.cpp66 error(IO.mapInteger(Thunk.Length));
95 error(IO.mapInteger(Section.Length));

Completed in 258 milliseconds

<<11121314151617181920>>