Home
last modified time | relevance | path

Searched defs:curNode (Results 1 – 14 of 14) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_hrtimer.c62 struct hrtimer_list_node *curNode = NULL; in HrtimerNodeAdd() local
123 struct handler_list_node *curNode = NULL; in HrtimerHandlerRun() local
181 … struct handler_list_node **prevNode, struct handler_list_node **curNode) in GetHandlerNodePosition()
201 struct hrtimer_list_node **curNode) in GetHrtimerNodePosition()
235 …IC UINT32 ChangeNodePosition(struct hrtimer_list_node *prevNode, struct hrtimer_list_node *curNode, in ChangeNodePosition()
286 STATIC VOID CancelHandlerNode(const struct hrtimer *timer, struct hrtimer_list_node *curNode) in CancelHandlerNode()
369 struct hrtimer_list_node *curNode = NULL; in linux_hrtimer_start() local
419 struct hrtimer_list_node *curNode = NULL; in linux_hrtimer_cancel() local
474 struct hrtimer_list_node *curNode = NULL; in linux_hrtimer_forward() local
508 struct hrtimer_list_node *curNode = NULL; in linux_hrtimer_is_queued() local
/third_party/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp498 const NWildcard::CCensorNode &curNode, in EnumerateDirItems_Spec()
523 const NWildcard::CCensorNode &curNode, in EnumerateAltStreams()
605 const NWildcard::CCensorNode &curNode, in EnumerateForItem()
743 static bool CanUseFsDirect(const NWildcard::CCensorNode &curNode) in CanUseFsDirect()
789 const NWildcard::CCensorNode &curNode, in EnumerateDirItems()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp131 TestNode *const curNode = in seekToCase() local
/third_party/vk-gl-cts/framework/common/
DtcuTestSessionExecutor.cpp79 TestNode* const curNode = m_iterator.getNode(); in iterate() local
DtcuCommandLine.cpp395 const CaseTreeNode* curNode = root; in findNode() local
/third_party/vk-gl-cts/executor/
DxeTestCase.cpp109 const TestNode* curNode = this; in getFullPath() local
453 const TestNode* curNode = **this; in operator ++() local
/third_party/icu/icu4c/source/tools/ctestfw/
Dctest.c227 TestNode *nextNode, *curNode; in addTestNode() local
582 const TestNode* curNode; in getTest() local
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dctest.c225 TestNode *nextNode, *curNode; in addTestNode() local
580 const TestNode* curNode; in getTest() local
/third_party/vk-gl-cts/scripts/
Dmustpass.py375 def recursiveBuild (curNode, prefix): argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp188 const BinaryIndexNode& curNode = (*index)[nodeNdx]; in findBinaryIndex() local
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dbuild-ideal-tree.js1392 const curNode = node.resolve(edge.name) constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSLBase.cpp852 TIntermNode *curNode = *iter; in visitBlock() local
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py397 def _finish_end_element(self, curNode): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp717 T &curNode() const { return W->Paths[*N]; } in curNode() function