Home
last modified time | relevance | path

Searched refs:Reference (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp174 if (!Reference.IsExport && in analyze()
313 !Reference->DefaultImport.empty() || Reference->Symbols.empty() || in mergeModuleReferences()
316 ++Reference; in mergeModuleReferences()
323 Reference = References.erase(Reference); in mergeModuleReferences()
331 getSourceText(Reference.Range.getBegin(), Reference.Range.getEnd()); in appendReference()
341 if (!Reference.SymbolsMerged && Symbols == Reference.Symbols) { in appendReference()
348 Buffer += getSourceText(Reference.Range.getBegin(), Reference.SymbolsStart); in appendReference()
358 Buffer += getSourceText(Reference.SymbolsEnd, Reference.Range.getEnd()); in appendReference()
455 Reference.URL = in parseModuleReference()
469 Reference.URL = in parseModuleReference()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/executer/
H A Dexdebug.c341 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject()
364 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject()
370 SourceDesc->Reference.Node); in AcpiExDoDebugObject()
375 (SourceDesc->Reference.Node)->Name.Ascii); in AcpiExDoDebugObject()
377 switch ((SourceDesc->Reference.Node)->Type) in AcpiExDoDebugObject()
397 else if (SourceDesc->Reference.Object) in AcpiExDoDebugObject()
405 SourceDesc->Reference.Object), in AcpiExDoDebugObject()
410 ObjectDesc = SourceDesc->Reference.Object; in AcpiExDoDebugObject()
411 Value = SourceDesc->Reference.Value; in AcpiExDoDebugObject()
425 *SourceDesc->Reference.IndexPointer); in AcpiExDoDebugObject()
[all …]
H A Dexresolv.c279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
297 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
328 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
382 *StackPtr = (void *) StackDesc->Reference.Node; in AcpiExResolveObjectToValue()
538 switch (ObjDesc->Reference.Class) in AcpiExResolveMultiple()
547 Node = ObjDesc->Reference.Object; in AcpiExResolveMultiple()
551 Node = ObjDesc->Reference.Node; in AcpiExResolveMultiple()
587 Type = ObjDesc->Reference.TargetType; in AcpiExResolveMultiple()
600 ObjDesc = *(ObjDesc->Reference.Where); in AcpiExResolveMultiple()
[all …]
H A Dexstore.c272 switch (RefDesc->Reference.Class) in AcpiExStore()
279 RefDesc->Reference.Object, in AcpiExStore()
295 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class, in AcpiExStore()
296 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore()
314 RefDesc->Reference.Class)); in AcpiExStore()
359 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex()
371 ObjDesc = *(IndexDesc->Reference.Where); in AcpiExStoreObjectToIndex()
374 SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiExStoreObjectToIndex()
406 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex()
435 ObjDesc = IndexDesc->Reference.Object; in AcpiExStoreObjectToIndex()
[all …]
H A Dexdump.c806 switch (ObjDesc->Reference.Class) in AcpiExDumpOperand()
815 AcpiOsPrintf ("%p\n", ObjDesc->Reference.Object); in AcpiExDumpOperand()
827 ObjDesc->Reference.Object)->Common.Type)); in AcpiExDumpOperand()
834 ObjDesc->Reference.Node->Name.Ascii, in AcpiExDumpOperand()
835 ObjDesc->Reference.Node); in AcpiExDumpOperand()
841 AcpiOsPrintf ("%X\n", ObjDesc->Reference.Value); in AcpiExDumpOperand()
1166 if (ObjDesc->Reference.Class == ACPI_REFCLASS_NAME) in AcpiExDumpReferenceObj()
1168 AcpiOsPrintf (" %p ", ObjDesc->Reference.Node); in AcpiExDumpReferenceObj()
1185 else if (ObjDesc->Reference.Object) in AcpiExDumpReferenceObj()
1190 ObjDesc->Reference.Object); in AcpiExDumpReferenceObj()
[all …]
H A Dexoparg2.c509 ReturnDesc->Reference.Value = (UINT32) Index; in AcpiExOpcode_2A_1T_1R()
510 ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX; in AcpiExOpcode_2A_1T_1R()
526 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
527 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R()
539 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R()
540 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R()
552 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R()
553 ReturnDesc->Reference.Where = in AcpiExOpcode_2A_1T_1R()
579 ReturnDesc->Reference.Object = Operand[0]; in AcpiExOpcode_2A_1T_1R()
H A Dexoparg1.c1004 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
1012 Operand[0]->Reference.Class, in AcpiExOpcode_1A_0T_1R()
1013 Operand[0]->Reference.Value, in AcpiExOpcode_1A_0T_1R()
1032 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
1121 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R()
1128 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R()
1132 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
1160 ReturnDesc = *(Operand[0]->Reference.Where); in AcpiExOpcode_1A_0T_1R()
1178 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
1187 ReturnDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R()
[all …]
H A Dexmisc.c205 switch (ObjDesc->Reference.Class) in AcpiExGetObjectReference()
213 ReferencedObj = ObjDesc->Reference.Object; in AcpiExGetObjectReference()
219 ObjDesc->Reference.Class)); in AcpiExGetObjectReference()
247 ReferenceObj->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiExGetObjectReference()
248 ReferenceObj->Reference.Object = ReferencedObj; in AcpiExGetObjectReference()
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbobject.c425 switch (ObjDesc->Reference.Class) in AcpiDbDisplayInternalObject()
429 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); in AcpiDbDisplayInternalObject()
433 [ObjDesc->Reference.Value].Object; in AcpiDbDisplayInternalObject()
441 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); in AcpiDbDisplayInternalObject()
445 [ObjDesc->Reference.Value].Object; in AcpiDbDisplayInternalObject()
453 switch (ObjDesc->Reference.TargetType) in AcpiDbDisplayInternalObject()
464 if (!ObjDesc->Reference.Where) in AcpiDbDisplayInternalObject()
471 *(ObjDesc->Reference.Where)); in AcpiDbDisplayInternalObject()
484 if (!ObjDesc->Reference.Object) in AcpiDbDisplayInternalObject()
497 AcpiDbDecodeNode (ObjDesc->Reference.Object); in AcpiDbDisplayInternalObject()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c259 ObjDesc->Reference.Resolved = TRUE; in AcpiDsBuildInternalObject()
262 !ObjDesc->Reference.Node) in AcpiDsBuildInternalObject()
269 ObjDesc->Reference.Aml = Op->Common.Aml; in AcpiDsBuildInternalObject()
270 ObjDesc->Reference.Resolved = FALSE; in AcpiDsBuildInternalObject()
636 ObjDesc->Reference.Class = ACPI_REFCLASS_LOCAL; in AcpiDsInitObjectFromOp()
639 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
641 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
649 ObjDesc->Reference.Class = ACPI_REFCLASS_ARG; in AcpiDsInitObjectFromOp()
652 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
654 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
[all …]
H A Ddspkginit.c562 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp242 LVSymbol *Reference = getReference(); in resolveReferences() local
243 if (Reference) { in resolveReferences()
244 Reference->resolve(); in resolveReferences()
250 setFile(Reference); in resolveReferences()
268 if (!getType() && Reference) in resolveReferences()
269 setType(Reference->getType()); in resolveReferences()
298 for (LVSymbol *Reference : *References) { in markMissingParents()
303 if (!Reference->findIn(Targets)) in markMissingParents()
304 Reference->markBranchAsMissing(); in markMissingParents()
374 if (!Reference->findIn(Targets)) in equals()
[all …]
H A DLVLine.cpp76 for (const LVLine *Reference : *References) in markMissingParents()
78 << "Kind = " << formattedKind(Reference->kind()) << ", " in markMissingParents()
79 << "Line = " << Reference->getLineNumber() << "\n"; in markMissingParents()
86 for (LVLine *Reference : *References) { in markMissingParents()
88 dbgs() << "Search Reference: Line = " << Reference->getLineNumber() in markMissingParents()
91 if (!Reference->findIn(Targets)) in markMissingParents()
92 Reference->markBranchAsMissing(); in markMissingParents()
128 for (const LVLine *Reference : *References) in equals()
129 if (!Reference->findIn(Targets)) in equals()
H A DLVScope.cpp291 if (!Reference) in addMissingElements()
334 if (Reference->getIsConstant()) in addMissingElements()
423 if (Reference) { in resolveReferences()
424 Reference->resolve(); in resolveReferences()
430 setFile(Reference); in resolveReferences()
914 if (Reference->getIsBlock() || Reference->getIsGeneratedName()) in markMissingParents()
1061 if (Reference) in printExtra()
1789 if (Reference && Reference->getIsExternal()) { in resolveReferences()
1790 Reference->resetIsExternal(); in resolveReferences()
1863 Reference ? Reference->getInlineCode() : getInlineCode(); in printExtra()
[all …]
H A DLVCompare.cpp201 for (LVElement *Reference : References) { in execute()
204 if (Reference->getIncludeInPrint()) { in execute()
206 updateExpected(Reference); in execute()
207 Reference->setIsInCompare(); in execute()
211 return Reference->equals(Target); in execute()
218 static_cast<LVScope *>(Reference)); in execute()
222 Pass == LVComparePass::Missing ? Reference->setIsMissing() in execute()
223 : Reference->setIsAdded(); in execute()
224 Elements.push_back(Reference); in execute()
225 updateMissingOrAdded(Reference, Pass); in execute()
[all …]
H A DLVType.cpp180 for (const LVType *Reference : *References) in markMissingParents()
182 << "Kind = " << formattedKind(Reference->kind()) << ", " in markMissingParents()
183 << "Name = " << formattedName(Reference->getName()) << "\n"; in markMissingParents()
190 for (LVType *Reference : *References) { in markMissingParents()
193 << formattedName(Reference->getName()) << "\n"; in markMissingParents()
195 if (!Reference->findIn(Targets)) in markMissingParents()
196 Reference->markBranchAsMissing(); in markMissingParents()
273 for (const LVType *Reference : *References) in equals()
274 if (!Reference->findIn(Targets)) in equals()
/freebsd-14.2/contrib/ntp/html/scripts/
H A Drefclock.txt1 document.write("<p>Reference Clock Support</p><ul>\
3 <li class='inline'><a href='howto.html'>How to Write a Reference Clock Driver</a></li>\
5 <li class='inline'><a href='refclock.html'>Reference Clock Drivers</a></li>\
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dgimp16 # Reference: http://fileformats.archiveteam.org/wiki/GIMP_Palette
27 # Reference: https://gitlab.gnome.org/GNOME/gimp/blob/master/devel-docs/xcf.txt
46 # Reference: http://fileformats.archiveteam.org/wiki/GIMP_Pattern
58 # Reference: http://fileformats.archiveteam.org/wiki/GIMP_Brush
65 # Reference: http://fileformats.archiveteam.org/wiki/GIMP_Animated_Brush
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dscu.txt9 - Cortex-A9: see DDI0407E Cortex-A9 MPCore Technical Reference Manual
11 - Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual
13 - ARM11 MPCore: see DDI0360F ARM 11 MPCore Processor Technical Reference
H A Darm,scu.yaml18 - Cortex-A9: see DDI0407E Cortex-A9 MPCore Technical Reference Manual
20 - Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual
22 - ARM11 MPCore: see DDI0360F ARM 11 MPCore Processor Technical Reference
/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A Dutcopy.c302 switch (InternalObject->Reference.Class) in AcpiUtCopyIsimpleToEsimple()
309 ExternalObject->Reference.Handle = in AcpiUtCopyIsimpleToEsimple()
310 InternalObject->Reference.Node; in AcpiUtCopyIsimpleToEsimple()
311 ExternalObject->Reference.ActualType = in AcpiUtCopyIsimpleToEsimple()
312 AcpiNsGetType (InternalObject->Reference.Node); in AcpiUtCopyIsimpleToEsimple()
675 InternalObject->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiUtCopyEsimpleToIsimple()
676 InternalObject->Reference.Object = ExternalObject->Reference.Handle; in AcpiUtCopyEsimpleToIsimple()
916 if (SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiUtCopySimpleObject()
921 AcpiUtAddReference (SourceDesc->Reference.Object); in AcpiUtCopySimpleObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp81 bool isLargeStride(MemAccessInfo &Reference) const;
378 MemAccessInfo &Reference) const { in isLargeStride()
380 if (!Base || !Reference.Base || Base != Reference.Base) in isLargeStride()
383 uint64_t Diff = Offset > Reference.Offset ? Offset - Reference.Offset in isLargeStride()
384 : Reference.Offset - Offset; in isLargeStride()
388 << Reference.print() << "Result:" << Result << '\n'); in isLargeStride()
/freebsd-14.2/sys/contrib/device-tree/Bindings/fsi/
H A Dfsi-master-ast-cf.txt16 - memory-region = <phandle>; : Reference to the reserved memory for
19 - aspeed,sram = <phandle>; : Reference to the SRAM node.
20 - aspeed,cvic = <phandle>; : Reference to the CVIC node.
/freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Dqcom,spmi-regulator.txt44 Definition: Reference to regulator supplying the input pin, as
59 Definition: Reference to regulator supplying the input pin, as
77 Definition: Reference to regulator supplying the input pin, as
128 Definition: Reference to regulator supplying the input pin, as
137 Definition: Reference to regulator supplying the input pin, as
152 Definition: Reference to regulator supplying the input pin, as
166 Definition: Reference to regulator supplying the input pin, as
183 Definition: Reference to regulator supplying the input pin, as
189 Description: Reference to syscon node defining the SAW registers.
/freebsd-14.2/sys/contrib/device-tree/src/arm64/lg/
H A Dlg1312-ref.dts3 * dts file for lg1312 Reference Board.
16 model = "LG Electronics, DTV SoC LG1312 Reference Board";

12345678910>>...21