/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/ |
H A D | nsCounterManager.cpp | 161 nsCounterUseNode* useNode = node->UseNode(); in RecalcAll() local 165 if (useNode->mText) { in RecalcAll() 167 useNode->GetText(text); in RecalcAll() 168 useNode->mText->SetData(text); in RecalcAll()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/ |
H A D | nsCounterManager.cpp | 193 nsCounterUseNode *useNode = node->UseNode(); in RecalcAll() local 197 if (useNode->mText) { in RecalcAll() 199 useNode->GetText(text); in RecalcAll() 200 useNode->mText->SetData(text); in RecalcAll()
|
/dports/net-mgmt/arts++/arts++-1.1.a13/classes/include/ |
H A D | Ipv4PrefixPatricia.hh.in | 84 enum { useNode = 0x1, useLeft = 0x2, useRight = 0x4 }; enumerator 151 if ((state & useNode) && node->has_data) { 154 state = useNode | useLeft | useRight; 157 state = useNode | useLeft | useRight; 178 state = useNode | useLeft | useRight; 181 state = useNode | useLeft | useRight; 183 } else if ((state & useNode) && node->has_data) { 186 state = useNode;
|
/dports/math/vtk6/VTK-6.2.0/IO/Import/ |
H A D | vtkVRMLImporter.h | 134 virtual void useNode(const char*);
|
H A D | vtkVRMLImporter.cxx | 1320 void vtkVRMLImporter::useNode(const char *name) in useNode() function in vtkVRMLImporter
|
H A D | vtkVRMLImporter_Yacc.h | 1274 { self->useNode(yyvsp[0].string);//free(yyvsp[0].string); ; in yyparse()
|
/dports/math/vtk9/VTK-9.1.0/IO/Import/ |
H A D | vtkVRMLImporter.h | 134 virtual void useNode(const char*);
|
H A D | vtkVRMLImporter.cxx | 1305 void vtkVRMLImporter::useNode(const char* name) in useNode() function in vtkVRMLImporter
|
H A D | vtkVRMLImporter_Yacc.h | 1274 { self->useNode(yyvsp[0].string);//free(yyvsp[0].string); ; in yyparse()
|
/dports/math/vtk8/VTK-8.2.0/IO/Import/ |
H A D | vtkVRMLImporter.h | 129 virtual void useNode(const char*);
|
H A D | vtkVRMLImporter.cxx | 1326 void vtkVRMLImporter::useNode(const char *name) in useNode() function in vtkVRMLImporter
|
H A D | vtkVRMLImporter_Yacc.h | 1274 { self->useNode(yyvsp[0].string);//free(yyvsp[0].string); ; in yyparse()
|
/dports/graphics/yafaray/libYafaRay-3.5.1/src/materials/ |
H A D | shinydiffuse.cc | 81 int shinyDiffuseMat_t::getComponents(const bool *useNode, nodeStack_t &stack, float *component) con… in getComponents() argument 85 component[0] = useNode[0] ? mMirrorShader->getScalar(stack) : mMirrorStrength; in getComponents() 89 component[1] = useNode[1] ? mTransparencyShader->getScalar(stack) : mTransparencyStrength; in getComponents() 93 component[2] = useNode[2] ? mTranslucencyShader->getScalar(stack) : mTranslucencyStrength; in getComponents()
|
/dports/graphics/yafaray/libYafaRay-3.5.1/include/materials/ |
H A D | shinydiff.h | 92 int getComponents(const bool *useNode, nodeStack_t &stack, float *component) const;
|
/dports/math/cvc4/CVC4-1.7/src/theory/uf/ |
H A D | equality_engine.cpp | 633 UseListNode& useNode = d_useListNodes[currentUseId]; in merge() local 635 EqualityNodeId funId = useNode.getApplicationId(); in merge() 637 const FunctionApplication& fun = d_applications[useNode.getApplicationId()].normalized; in merge() 660 currentUseId = useNode.getNext(); in merge() 1884 UseListNode& useNode = d_useListNodes[currentUseId]; in getUseListTerms() local 1886 EqualityNodeId funId = useNode.getApplicationId(); in getUseListTerms() 1889 currentUseId = useNode.getNext(); in getUseListTerms()
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/impl/ |
H A D | RepImpl.java | 808 RepNode useNode = repNode; in isMaster() local 809 if (useNode == null) { in isMaster() 812 return useNode.isMaster(); in isMaster()
|
/dports/graphics/qt5-svg/kde-qtsvg-5.15.2p13/src/svg/ |
H A D | qsvghandler.cpp | 3953 QSvgUse *useNode = static_cast<QSvgUse *>(node); in resolveNodes() local 3954 if (useNode->isResolved()) in resolveNodes() 3956 QSvgNode::Type t = useNode->parent()->type(); in resolveNodes() 3960 QSvgStructureNode *group = static_cast<QSvgStructureNode *>(useNode->parent()); in resolveNodes() 3961 QSvgNode *link = group->scopeNode(useNode->linkId()); in resolveNodes() 3963 qCWarning(lcSvgHandler, "link #%s is undefined!", qPrintable(useNode->linkId())); in resolveNodes() 3967 if (useNode->parent()->isDescendantOf(link)) in resolveNodes() 3968 qCWarning(lcSvgHandler, "link #%s is recursive!", qPrintable(useNode->linkId())); in resolveNodes() 3970 useNode->setLink(link); in resolveNodes()
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/ |
H A D | SWSB_G4IR.cpp | 2511 for (SBNode* useNode : *reachUseArray[i]) in reuseTokenSelectionGlobal() 2519 (BBVector[useNode->getBBID()]->tokenLiveInDist[node->globalID] != -1) && in reuseTokenSelectionGlobal() 2520 (useNode->getBBID() != bb->getId() || useNode->getNodeID() > node->getNodeID())) in reuseTokenSelectionGlobal() 2522 …nodeDist = BBVector[useNode->getBBID()]->tokenLiveInDist[node->globalID] + (useNode->getNodeID() -… in reuseTokenSelectionGlobal() 2526 assert(useNode->getBBID() == bb->getId()); in reuseTokenSelectionGlobal() 2527 nodeDist = node->getNodeID() - useNode->getNodeID(); in reuseTokenSelectionGlobal() 2536 candidateTokenNode = useNode; in reuseTokenSelectionGlobal()
|
/dports/www/grafana8/grafana-8.3.6/public/build/ |
H A D | prom-query-field.0e38943fa459e872fe93.js.map | 1 …useNode(value, next) {\n let index = this.p.reused.length - 1;\n if (index < 0 || th…
|