Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp165 JsModuleReference Reference = References[I]; in analyze() local
166 appendReference(ReferencesText, Reference); in analyze()
172 if (!Reference.IsExport && in analyze()
173 (Reference.IsExport != References[I + 1].IsExport || in analyze()
174 Reference.Category != References[I + 1].Category)) { in analyze()
298 auto *Reference = std::next(References.begin()); in mergeModuleReferences() local
299 while (Reference != References.end()) { in mergeModuleReferences()
305 if (Reference->Category == JsModuleReference::SIDE_EFFECT || in mergeModuleReferences()
307 Reference->IsExport != PreviousReference->IsExport || in mergeModuleReferences()
308 Reference->IsTypeOnly != PreviousReference->IsTypeOnly || in mergeModuleReferences()
[all …]
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexdebug.c341 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject()
345 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject()
352 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject()
364 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject()
366 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Node) != in AcpiExDoDebugObject()
370 SourceDesc->Reference.Node); in AcpiExDoDebugObject()
374 AcpiOsPrintf ("Node %p [%4.4s] ", SourceDesc->Reference.Node, in AcpiExDoDebugObject()
375 (SourceDesc->Reference.Node)->Name.Ascii); in AcpiExDoDebugObject()
377 switch ((SourceDesc->Reference.Node)->Type) in AcpiExDoDebugObject()
391 AcpiExDoDebugObject ((SourceDesc->Reference.Node)->Object, in AcpiExDoDebugObject()
[all …]
H A Dexresolv.c279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()
290 StackDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveObjectToValue()
297 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue()
309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue()
328 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue()
359 StackDesc->Reference.TargetType, StackDesc)); in AcpiExResolveObjectToValue()
377 if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) || in AcpiExResolveObjectToValue()
378 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL)) in AcpiExResolveObjectToValue()
382 *StackPtr = (void *) StackDesc->Reference.Node; in AcpiExResolveObjectToValue()
388 *StackPtr = (StackDesc->Reference.Node)->Object; in AcpiExResolveObjectToValue()
[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()
399 IndexDesc->Reference.Object)->Common.ReferenceCount; in AcpiExStoreObjectToIndex()
406 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex()
[all …]
H A Dexdump.c352 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.Class), "Class"},
353 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"},
354 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Reference.Value), "Value"},
355 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Object), "Object Desc"},
356 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Reference.Node), "Node"},
357 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"},
358 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.IndexPointer), "Index Pointer"},
806 switch (ObjDesc->Reference.Class) in AcpiExDumpOperand()
815 AcpiOsPrintf ("%p\n", ObjDesc->Reference.Object); in AcpiExDumpOperand()
820 AcpiOsPrintf ("Table Index %X\n", ObjDesc->Reference.Value); in AcpiExDumpOperand()
[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()
1147 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]); 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()
[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/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()
457 AcpiOsPrintf ("%p", ObjDesc->Reference.Object); in AcpiDbDisplayInternalObject()
458 AcpiDbDecodeInternalObject (ObjDesc->Reference.Object); in AcpiDbDisplayInternalObject()
463 AcpiOsPrintf ("%p", ObjDesc->Reference.Where); in AcpiDbDisplayInternalObject()
464 if (!ObjDesc->Reference.Where) in AcpiDbDisplayInternalObject()
[all …]
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c259 ObjDesc->Reference.Resolved = TRUE; in AcpiDsBuildInternalObject()
262 !ObjDesc->Reference.Node) in AcpiDsBuildInternalObject()
268 ObjDesc->Reference.Node = WalkState->ScopeInfo->Scope.Node; in AcpiDsBuildInternalObject()
269 ObjDesc->Reference.Aml = Op->Common.Aml; in AcpiDsBuildInternalObject()
270 ObjDesc->Reference.Resolved = FALSE; in AcpiDsBuildInternalObject()
635 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_LOCAL_OP; in AcpiDsInitObjectFromOp()
636 ObjDesc->Reference.Class = ACPI_REFCLASS_LOCAL; in AcpiDsInitObjectFromOp()
639 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp()
641 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp()
648 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_ARG_OP; 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/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()
288 for (const LVSymbol *Reference : *References) in markMissingParents()
290 << "Kind = " << formattedKind(Reference->kind()) << ", " in markMissingParents()
291 << "Name = " << formattedName(Reference->getName()) << "\n"; in markMissingParents()
298 for (LVSymbol *Reference : *References) { in markMissingParents()
[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.cpp289 void LVScope::addMissingElements(LVScope *Reference) { in addMissingElements() argument
291 if (!Reference) in addMissingElements()
295 const LVSymbols *ReferenceSymbols = Reference->getSymbols(); in addMissingElements()
315 << "Abstract = " << hexSquareString(Reference->getOffset()) in addMissingElements()
318 for (LVSymbol *Reference : References) { in addMissingElements()
320 dbgs() << "Missing Offset = " << hexSquareString(Reference->getOffset()) in addMissingElements()
331 Symbol->setReference(Reference); in addMissingElements()
334 if (Reference->getIsConstant()) in addMissingElements()
336 else if (Reference->getIsParameter()) in addMissingElements()
338 else if (Reference in addMissingElements()
430 LVScope *Reference = getReference(); resolveReferences() local
1068 LVScope *Reference = getReference(); printExtra() local
1796 LVScope *Reference = getReference(); resolveReferences() local
1805 if (LVScope *Reference = getReference()) resolveReferences() local
1867 LVScope *Reference = getReference(); printExtra() local
2007 if (LVScope *Reference = getReference()) printExtra() local
[all...]
H A DLVCompare.cpp120 // In the case of added elements, the 'Reference' reader will be modified; in execute()
126 dbgs() << "[Reference] " << LHS->getName() << "\n" in execute()
133 // We traverse the given scopes tree ('Reference' and 'Target') twice. in execute()
134 // The first time we look for missing items from the 'Reference' and the in execute()
192 // The final comparison result will show the 'Reference' scopes tree, in execute()
201 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 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/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/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
H A Dacorn8 # From RISC OS Programmer's Reference Manual, Appendix D
18 # From RISC OS Programmer's Reference Manual, Appendix E
22 # From RISC OS Programmer's Reference Manual, Appendix E
31 # From RISC OS Programmer's Reference Manual, Appendix E
H A Dframe13 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/fm.trid.xml
29 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/h/hlp-fm.trid.xml
52 # Reference: https://help.adobe.com/en_US/framemaker/mifreference/mifref.pdf
77 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/fm-hyph-dict-30.trid.xml
80 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/fm-hyph-dict-20.trid.xml
84 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bfont.trid.xml
97 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/m/mml-fm.trid.xml
109 # Reference: http://mark0.net/download/triddefs_xml.7z
/freebsd/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/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
/freebsd/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/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/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.

12345678910>>...17