Home
last modified time | relevance | path

Searched refs:Element (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd-13.1/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c461 if (!Element) in AcpiUtFindAllocation()
477 if (!Element->Next) in AcpiUtFindAllocation()
479 return (Element); in AcpiUtFindAllocation()
482 Element = Element->Next; in AcpiUtFindAllocation()
487 return (Element); in AcpiUtFindAllocation()
562 if (!Element) in AcpiUtTrackAllocation()
584 if (Element->Next) in AcpiUtTrackAllocation()
784 while (Element) in AcpiUtDumpAllocations()
796 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()
807 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp74 StringRef Element(llvm::sys::path::filename( in insert() local
76 Children[Element].Path = Path; in insert()
78 StringRef Element(llvm::sys::path::filename( in insert() local
80 Children[Element].insert(NewPath, ConsumedLength + Element.size() + 1); in insert()
118 StringRef Element(llvm::sys::path::filename(FileName.drop_back( in findEquivalent() local
121 Children.find(Element); in findEquivalent()
125 ConsumedLength + Element.size() + 1); in findEquivalent()
H A DRefactoringCallbacks.cpp203 for (const auto &Element : Template) { in run() local
204 switch (Element.Type) { in run()
206 ToText += Element.Value; in run()
209 auto NodeIter = NodeMap.find(Element.Value); in run()
211 llvm::errs() << "Node " << Element.Value in run()
/freebsd-13.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddspkginit.c169 ACPI_OPERAND_OBJECT **Element);
550 ACPI_OPERAND_OBJECT *Element = *ElementPtr; in AcpiDsResolvePackageElement() local
562 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement()
573 ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */ in AcpiDsResolvePackageElement()
575 Status = AcpiNsLookup (&ScopeInfo, (char *) Element->Reference.Aml, in AcpiDsResolvePackageElement()
603 (char *) Element->Reference.Aml, NULL, &ExternalPath); in AcpiDsResolvePackageElement()
642 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement()
643 Element->Reference.Node = ResolvedNode; in AcpiDsResolvePackageElement()
644 Type = Element->Reference.Node->Type; in AcpiDsResolvePackageElement()
696 AcpiUtRemoveReference (Element); in AcpiDsResolvePackageElement()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeCommon.h22 using Align = Bitfield::Element<unsigned, 0, 5>;
23 using UsedWithInAlloca = Bitfield::Element<bool, Align::NextBit, 1>;
24 using ExplicitType = Bitfield::Element<bool, UsedWithInAlloca::NextBit, 1>;
25 using SwiftError = Bitfield::Element<bool, ExplicitType::NextBit, 1>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp138 uint64_t Element = RawMask[i]; in DecodePSHUFBMask() local
140 if (Element & (1 << 7)) in DecodePSHUFBMask()
148 int Index = Base + (Element & 0xf); in DecodePSHUFBMask()
179 uint64_t Element = RawMask[i]; in DecodeVPERMILPMask() local
181 Index += (Element >> 1) & 0x1; in DecodeVPERMILPMask()
183 Index += Element & 0x3; in DecodeVPERMILPMask()
280 uint64_t Element = RawMask[i]; in DecodeVPPERMMask() local
281 uint64_t Index = Element & 0x1F; in DecodeVPPERMMask()
282 uint64_t PermuteOp = (Element >> 5) & 0x7; in DecodeVPPERMMask()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h92 template <typename Element>
93 inline Element* GetRawPointer(Element* p) { return p; }
452 template <typename Element, size_t N>
453 class StlContainerView<Element[N]> {
455 typedef GTEST_REMOVE_CONST_(Element) RawElement;
464 static const_reference ConstReference(const Element (&array)[N]) {
466 testing::StaticAssertTypeEq<Element, RawElement>();
481 return type(const_cast<Element*>(&array[0]), N,
487 static type Copy(const Element (&array)[N]) {
489 return type(const_cast<Element*>(&array[0]), N, RelationToSourceCopy());
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1075 template <typename Iter, typename Element>
1126 template <typename Element>
1130 typedef Element value_type;
1131 typedef Element* iterator;
1132 typedef const Element* const_iterator;
1166 Element, GTEST_REMOVE_REFERENCE_AND_CONST_(Element)>::value
1170 void InitCopy(const Element* array, size_t a_size) {
1171 Element* const copy = new Element[a_size];
1179 void InitRef(const Element* array, size_t a_size) {
1185 const Element* array_;
[all …]
/freebsd-13.1/contrib/tcsh/nls/german/
H A Dset265 3 FEHLER! letztes Element ist nicht whotail!\n
7 5 FEHLER! erstes Element ist nicht whohead!\n
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp511 struct RenderScriptRuntime::Element { struct in RenderScriptRuntime
653 RenderScriptRuntime::Element element;
2043 Element child; in JITSubelements()
2322 assert(type >= Element::RS_TYPE_NONE && type <= Element::RS_TYPE_FONT && in SetElementSize()
2515 (file_type - Element::RS_TYPE_ELEMENT) + Element::RS_TYPE_MATRIX_2X2 + in LoadAllocation()
2572 const Element &elem) { in PopulateElementHeaders()
3208 assert(type >= Element::RS_TYPE_NONE && type <= Element::RS_TYPE_FONT && in DumpAllocation()
3212 if (type >= Element::RS_TYPE_ELEMENT) in DumpAllocation()
3417 if (type >= Element::RS_TYPE_ELEMENT && type <= Element::RS_TYPE_FONT) in ListAllocations()
3419 static_cast<Element::DataType>((type - Element::RS_TYPE_ELEMENT) + in ListAllocations()
[all …]
H A DRenderScriptRuntime.h425 struct Element;
535 void SetElementSize(Element &elem);
540 void FindStructTypeName(Element &elem, StackFrame *frame_ptr);
543 size_t offset, const Element &elem);
545 size_t CalculateElementHeaderSize(const Element &elem);
560 bool JITElementPacked(Element &elem, const lldb::addr_t context,
565 bool JITSubelements(Element &elem, const lldb::addr_t context,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp169 for (const auto Element : Elements) { in completeType() local
241 for (const auto *Element : Elements) { in completeType() local
297 auto Element = Elements[I]; in completeType() local
298 if (Element) { in completeType()
300 Param.Type = BDebug.getTypeId(Element); in completeType()
473 for (const auto Element : Elements) { in visitSubroutineType() local
474 visitTypeEntry(Element); in visitSubroutineType()
488 for (const auto *Element : Elements) { in visitStructType() local
489 auto E = cast<DIDerivedType>(Element); in visitStructType()
502 for (const auto *Element : Elements) in visitStructType() local
[all …]
/freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/
H A DARM.cpp74 template <int N> using BitfieldFlag = Bitfield::Element<bool, N, 1>;
101 using Cond = Bitfield::Element<uint32_t, 28, 4>;
102 using Imm24 = Bitfield::Element<int32_t, 0, 24>;
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp289 const ScalarType *Element; member in __anonb7c02cfb0111::VectorType
293 VectorType(const ScalarType *Element, unsigned Lanes) in VectorType() argument
294 : CRegularNamedType(TypeKind::Vector), Element(Element), Lanes(Lanes) {} in VectorType()
300 return Element->cNameBase() + "x" + utostr(Lanes); in cNameBase()
313 const VectorType *Element; member in __anonb7c02cfb0111::MultiVectorType
318 : CRegularNamedType(TypeKind::MultiVector), Element(Element), in MultiVectorType()
321 return Registers * Element->sizeInBits(); in sizeInBits()
1104 const Type *Element = getType(D->getArg(0), Param); in getType() local
1106 return getVectorType(cast<ScalarType>(Element)); in getType()
1109 return getVectorType(cast<ScalarType>(Element), in getType()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp56 NativeRawSymbol &Element = in getCount() local
58 return getLength() / Element.getLength(); in getCount()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h41 using Depth = Bitfield::Element<int32_t, 0, 31>; // Low 31 bits.
42 using IsRecursive = Bitfield::Element<bool, 31, 1>; // Sign bit.
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp66 llvm::SmallVector<llvm::Constant *, 8> Element( in initializationPatternFor() local
69 return llvm::ConstantArray::get(ArrTy, Element); in initializationPatternFor()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
99 push(reinterpret_cast<FreeNode *>(Element)); in Deallocate()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp201 CXXBasePathElement Element; in lookupInBases() local
202 Element.Base = &BaseSpec; in lookupInBases()
203 Element.Class = Record; in lookupInBases()
205 Element.SubobjectNumber = 0; in lookupInBases()
207 Element.SubobjectNumber = Subobjects.NumberOfNonVirtBases; in lookupInBases()
208 ScratchPath.push_back(Element); in lookupInBases()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h54 struct Element { struct
55 Element(unsigned Priority, Function *Func, Value *Data) in Element() argument
81 Element operator*() const; argument
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h57 using OpaqueField = Bitfield::Element<uint16_t, 0, 15>;
66 typename Bitfield::Element<unsigned, Offset, 5,
70 using BoolBitfieldElementT = typename Bitfield::Element<bool, Offset, 1>;
74 typename Bitfield::Element<AtomicOrdering, Offset, 3,
80 using HasMetadataField = Bitfield::Element<bool, 15, 1>;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h39 void push_back(const T &Element) { in push_back() argument
45 memcpy(&Data[Size++], &Element, sizeof(T)); in push_back()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h410 for (RegionNodeT *Element : elements()) { in addSubRegion()
411 if (!Element->isSubRegion()) { in addSubRegion()
412 BlockT *BB = Element->template getNodeAs<BlockT>(); in addSubRegion()
507 for (const RegionNodeT *Element : elements()) { in print() local
508 OS << *Element << ", "; // TODO: remove the last ", in print()
553 for (const typename Tr::RegionNodeT *Element : R->elements()) { in verifyBBMap() local
554 if (Element->isSubRegion()) { in verifyBBMap()
555 const RegionT *SR = Element->template getNodeAs<RegionT>(); in verifyBBMap()
558 BlockT *BB = Element->template getNodeAs<BlockT>(); in verifyBBMap()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp123 template <typename Element>
124 llvm::Optional<Element> findOptional(const llvm::StringMap<Element> &Map, in findOptional()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp139 unsigned Element) { in LLVMOffsetOfElement() argument
141 return unwrap(TD)->getStructLayout(STy)->getElementOffset(Element); in LLVMOffsetOfElement()

12345