Home
last modified time | relevance | path

Searched refs:RecursionDepth (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/
H A Dreorder.c368 COUNT RecursionDepth);
388 COUNT RecursionDepth = 0; in ReorderStartupSections() local
399 RecursionDepth++; in ReorderStartupSections()
436 if (RecursionDepth == SectionCount) in ReorderSectionsRecurse()
465 Sections[RecursionDepth++] = RemainingSection; in ReorderSectionsRecurse()
483 Goodness = ComputeGoodness(Sections, RecursionDepth, in ReorderSectionsRecurse()
518 RecursionDepth + 1); in ReorderSectionsRecurse()
526 "%ld.", (long) RecursionDepth); in ReorderSectionsRecurse()
535 COUNT RecursionDepth) in FindNextSection() argument
544 for (PCurrentSection = Sections + (RecursionDepth - 1); in FindNextSection()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkRecursiveSphereDirectionEncoder.cxx27 this->RecursionDepth = 6; in vtkRecursiveSphereDirectionEncoder()
47 if (this->IndexTableRecursionDepth != this->RecursionDepth) in GetEncodedDirection()
101 if (this->IndexTableRecursionDepth != this->RecursionDepth) in GetDecodedGradient()
114 outer_size = (int)(pow(2.0, (double)this->RecursionDepth) + 1); in GetNumberOfEncodedDirections()
124 if (this->IndexTableRecursionDepth != this->RecursionDepth) in GetDecodedGradientTable()
157 this->OuterSize = (int)(pow(2.0, (double)this->RecursionDepth) + 1); in InitializeIndexTable()
314 this->IndexTableRecursionDepth = this->RecursionDepth; in InitializeIndexTable()
353 os << indent << "Recursion depth: " << this->RecursionDepth << endl; in PrintSelf()
H A DvtkRecursiveSphereDirectionEncoder.h87 vtkSetClampMacro(RecursionDepth, int, 0, 6);
88 vtkGetMacro(RecursionDepth, int);
96 int RecursionDepth; variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkRecursiveSphereDirectionEncoder.cxx27 this->RecursionDepth = 6; in vtkRecursiveSphereDirectionEncoder()
48 if ( this->IndexTableRecursionDepth != this->RecursionDepth ) in GetEncodedDirection()
104 if ( this->IndexTableRecursionDepth != this->RecursionDepth ) in GetDecodedGradient()
117 outer_size = (int)(pow( 2.0, (double) this->RecursionDepth ) + 1); in GetNumberOfEncodedDirections()
127 if ( this->IndexTableRecursionDepth != this->RecursionDepth ) in GetDecodedGradientTable()
160 this->OuterSize = (int)(pow( 2.0, (double) this->RecursionDepth ) + 1); in InitializeIndexTable()
325 this->IndexTableRecursionDepth = this->RecursionDepth; in InitializeIndexTable()
368 os << indent << "Recursion depth: " << this->RecursionDepth << endl; in PrintSelf()
H A DvtkRecursiveSphereDirectionEncoder.h88 vtkSetClampMacro( RecursionDepth, int, 0, 6 );
89 vtkGetMacro( RecursionDepth, int );
97 int RecursionDepth; variable
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkRecursiveSphereDirectionEncoder.cxx27 this->RecursionDepth = 6; in vtkRecursiveSphereDirectionEncoder()
54 if ( this->IndexTableRecursionDepth != this->RecursionDepth ) in GetEncodedDirection()
110 if ( this->IndexTableRecursionDepth != this->RecursionDepth ) in GetDecodedGradient()
123 outer_size = (int)(pow( 2.0, (double) this->RecursionDepth ) + 1); in GetNumberOfEncodedDirections()
133 if ( this->IndexTableRecursionDepth != this->RecursionDepth ) in GetDecodedGradientTable()
172 this->OuterSize = (int)(pow( 2.0, (double) this->RecursionDepth ) + 1); in InitializeIndexTable()
337 this->IndexTableRecursionDepth = this->RecursionDepth; in InitializeIndexTable()
380 os << indent << "Recursion depth: " << this->RecursionDepth << endl; in PrintSelf()
H A DvtkRecursiveSphereDirectionEncoder.h78 vtkSetClampMacro( RecursionDepth, int, 0, 6 );
79 vtkGetMacro( RecursionDepth, int );
86 int RecursionDepth; variable
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/
H A DSPIRVLowerBitCastToNonStandardType.cpp73 unsigned RecursionDepth = 0) { in lowerBitCastToNonStdVec() argument
75 if (RecursionDepth++ > MaxRecursionDepth) in lowerBitCastToNonStdVec()
96 InstsToErase, Builder, RecursionDepth); in lowerBitCastToNonStdVec()
102 LI, LocalValue, OldVecTy, InstsToErase, Builder, RecursionDepth); in lowerBitCastToNonStdVec()
130 EEI, LocalValue, OldVecTy, InstsToErase, Builder, RecursionDepth); in lowerBitCastToNonStdVec()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/netstd/Thrift/Protocol/
H A DTProtocol.cs31 protected int RecursionDepth; field in Thrift.Protocol.TProtocol
43 RecursionDepth = 0; in TProtocol()
57 if (RecursionDepth < RecursionLimit) in IncrementRecursionDepth()
59 ++RecursionDepth; in IncrementRecursionDepth()
69 --RecursionDepth; in DecrementRecursionDepth()
/dports/devel/py-thrift/thrift-0.14.0/lib/netstd/Thrift/Protocol/
H A DTProtocol.cs31 protected int RecursionDepth; field in Thrift.Protocol.TProtocol
43 RecursionDepth = 0; in TProtocol()
57 if (RecursionDepth < RecursionLimit) in IncrementRecursionDepth()
59 ++RecursionDepth; in IncrementRecursionDepth()
69 --RecursionDepth; in DecrementRecursionDepth()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/netstd/Thrift/Protocol/
H A DTProtocol.cs31 protected int RecursionDepth; field in Thrift.Protocol.TProtocol
43 RecursionDepth = 0; in TProtocol()
57 if (RecursionDepth < RecursionLimit) in IncrementRecursionDepth()
59 ++RecursionDepth; in IncrementRecursionDepth()
69 --RecursionDepth; in DecrementRecursionDepth()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/netstd/Thrift/Protocol/
H A DTProtocol.cs31 protected int RecursionDepth; field in Thrift.Protocol.TProtocol
43 RecursionDepth = 0; in TProtocol()
57 if (RecursionDepth < RecursionLimit) in IncrementRecursionDepth()
59 ++RecursionDepth; in IncrementRecursionDepth()
69 --RecursionDepth; in DecrementRecursionDepth()
/dports/devel/thrift/thrift-0.14.0/lib/netstd/Thrift/Protocol/
H A DTProtocol.cs31 protected int RecursionDepth; field in Thrift.Protocol.TProtocol
43 RecursionDepth = 0; in TProtocol()
57 if (RecursionDepth < RecursionLimit) in IncrementRecursionDepth()
59 ++RecursionDepth; in IncrementRecursionDepth()
69 --RecursionDepth; in DecrementRecursionDepth()
/dports/devel/node-thrift/thrift-0.14.0/lib/netstd/Thrift/Protocol/
H A DTProtocol.cs31 protected int RecursionDepth; field in Thrift.Protocol.TProtocol
43 RecursionDepth = 0; in TProtocol()
57 if (RecursionDepth < RecursionLimit) in IncrementRecursionDepth()
59 ++RecursionDepth; in IncrementRecursionDepth()
69 --RecursionDepth; in DecrementRecursionDepth()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-xray/
H A Dxray-account.cpp169 if (RecursiveCallsOnly && !ThreadStack.RecursionDepth) in accountRecord()
170 ThreadStack.RecursionDepth.emplace(); in accountRecord()
179 if (ThreadStack.RecursionDepth) in accountRecord()
180 ++(*ThreadStack.RecursionDepth)[Record.FuncId]; in accountRecord()
190 if (!ThreadStack.RecursionDepth || in accountRecord()
193 if (ThreadStack.RecursionDepth) in accountRecord()
194 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
241 if (!ThreadStack.RecursionDepth || in accountRecord()
242 (*ThreadStack.RecursionDepth)[E.first].isRecursive()) in accountRecord()
246 if (ThreadStack.RecursionDepth) in accountRecord()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp169 if (RecursiveCallsOnly && !ThreadStack.RecursionDepth) in accountRecord()
170 ThreadStack.RecursionDepth.emplace(); in accountRecord()
179 if (ThreadStack.RecursionDepth) in accountRecord()
180 ++(*ThreadStack.RecursionDepth)[Record.FuncId]; in accountRecord()
190 if (!ThreadStack.RecursionDepth || in accountRecord()
193 if (ThreadStack.RecursionDepth) in accountRecord()
194 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
241 if (!ThreadStack.RecursionDepth || in accountRecord()
242 (*ThreadStack.RecursionDepth)[E.first].isRecursive()) in accountRecord()
246 if (ThreadStack.RecursionDepth) in accountRecord()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-xray/
H A Dxray-account.cpp169 if (RecursiveCallsOnly && !ThreadStack.RecursionDepth) in accountRecord()
170 ThreadStack.RecursionDepth.emplace(); in accountRecord()
179 if (ThreadStack.RecursionDepth) in accountRecord()
180 ++(*ThreadStack.RecursionDepth)[Record.FuncId]; in accountRecord()
190 if (!ThreadStack.RecursionDepth || in accountRecord()
193 if (ThreadStack.RecursionDepth) in accountRecord()
194 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
241 if (!ThreadStack.RecursionDepth || in accountRecord()
242 (*ThreadStack.RecursionDepth)[E.first].isRecursive()) in accountRecord()
246 if (ThreadStack.RecursionDepth) in accountRecord()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-xray/
H A Dxray-account.cpp169 if (RecursiveCallsOnly && !ThreadStack.RecursionDepth) in accountRecord()
170 ThreadStack.RecursionDepth.emplace(); in accountRecord()
179 if (ThreadStack.RecursionDepth) in accountRecord()
180 ++(*ThreadStack.RecursionDepth)[Record.FuncId]; in accountRecord()
190 if (!ThreadStack.RecursionDepth || in accountRecord()
193 if (ThreadStack.RecursionDepth) in accountRecord()
194 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
241 if (!ThreadStack.RecursionDepth || in accountRecord()
242 (*ThreadStack.RecursionDepth)[E.first].isRecursive()) in accountRecord()
246 if (ThreadStack.RecursionDepth) in accountRecord()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-xray/
H A Dxray-account.cpp169 if (RecursiveCallsOnly && !ThreadStack.RecursionDepth) in accountRecord()
170 ThreadStack.RecursionDepth.emplace(); in accountRecord()
179 if (ThreadStack.RecursionDepth) in accountRecord()
180 ++(*ThreadStack.RecursionDepth)[Record.FuncId]; in accountRecord()
190 if (!ThreadStack.RecursionDepth || in accountRecord()
193 if (ThreadStack.RecursionDepth) in accountRecord()
194 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
241 if (!ThreadStack.RecursionDepth || in accountRecord()
242 (*ThreadStack.RecursionDepth)[E.first].isRecursive()) in accountRecord()
246 if (ThreadStack.RecursionDepth) in accountRecord()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-xray/
H A Dxray-account.cpp169 if (RecursiveCallsOnly && !ThreadStack.RecursionDepth) in accountRecord()
170 ThreadStack.RecursionDepth.emplace(); in accountRecord()
179 if (ThreadStack.RecursionDepth) in accountRecord()
180 ++(*ThreadStack.RecursionDepth)[Record.FuncId]; in accountRecord()
190 if (!ThreadStack.RecursionDepth || in accountRecord()
193 if (ThreadStack.RecursionDepth) in accountRecord()
194 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
241 if (!ThreadStack.RecursionDepth || in accountRecord()
242 (*ThreadStack.RecursionDepth)[E.first].isRecursive()) in accountRecord()
246 if (ThreadStack.RecursionDepth) in accountRecord()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-xray/
H A Dxray-account.cpp169 if (RecursiveCallsOnly && !ThreadStack.RecursionDepth) in accountRecord()
170 ThreadStack.RecursionDepth.emplace(); in accountRecord()
179 if (ThreadStack.RecursionDepth) in accountRecord()
180 ++(*ThreadStack.RecursionDepth)[Record.FuncId]; in accountRecord()
190 if (!ThreadStack.RecursionDepth || in accountRecord()
193 if (ThreadStack.RecursionDepth) in accountRecord()
194 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
241 if (!ThreadStack.RecursionDepth || in accountRecord()
242 (*ThreadStack.RecursionDepth)[E.first].isRecursive()) in accountRecord()
246 if (ThreadStack.RecursionDepth) in accountRecord()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-xray/
H A Dxray-account.cpp169 if (RecursiveCallsOnly && !ThreadStack.RecursionDepth) in accountRecord()
170 ThreadStack.RecursionDepth.emplace(); in accountRecord()
179 if (ThreadStack.RecursionDepth) in accountRecord()
180 ++(*ThreadStack.RecursionDepth)[Record.FuncId]; in accountRecord()
190 if (!ThreadStack.RecursionDepth || in accountRecord()
193 if (ThreadStack.RecursionDepth) in accountRecord()
194 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
241 if (!ThreadStack.RecursionDepth || in accountRecord()
242 (*ThreadStack.RecursionDepth)[E.first].isRecursive()) in accountRecord()
246 if (ThreadStack.RecursionDepth) in accountRecord()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-xray/
H A Dxray-account.cpp169 if (RecursiveCallsOnly && !ThreadStack.RecursionDepth)
170 ThreadStack.RecursionDepth.emplace();
179 if (ThreadStack.RecursionDepth)
180 ++(*ThreadStack.RecursionDepth)[Record.FuncId];
190 if (!ThreadStack.RecursionDepth ||
193 if (ThreadStack.RecursionDepth)
194 --(*ThreadStack.RecursionDepth)[Top.first];
241 if (!ThreadStack.RecursionDepth ||
242 (*ThreadStack.RecursionDepth)[E.first].isRecursive())
246 if (ThreadStack.RecursionDepth)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/ResetSystemPei/
H A DResetSystem.c286 UINT8 RecursionDepth; in ResetSystem2() local
294 RecursionDepth = 0; in ResetSystem2()
295 …rsionDepthPointer = BuildGuidDataHob (&gEfiCallerIdGuid, &RecursionDepth, sizeof (RecursionDepth)); in ResetSystem2()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/ResetSystemPei/
H A DResetSystem.c286 UINT8 RecursionDepth; in ResetSystem2() local
294 RecursionDepth = 0; in ResetSystem2()
295 …rsionDepthPointer = BuildGuidDataHob (&gEfiCallerIdGuid, &RecursionDepth, sizeof (RecursionDepth)); in ResetSystem2()

1234567