HomeSort by relevance Sort by last modified time
    Searched full:cur_node (Results 1 - 25 of 29) sorted by null

1 2

  /external/libxml2/doc/examples/
tree1.c 33 xmlNode *cur_node = NULL; local
35 for (cur_node = a_node; cur_node; cur_node = cur_node->next) {
36 if (cur_node->type == XML_ELEMENT_NODE) {
37 printf("node type: Element, name: %s\n", cur_node->name);
40 print_element_names(cur_node->children);
  /external/v8/src/
locked-queue-inl.h 34 Node* cur_node = head_; local
35 while (cur_node != nullptr) {
36 old_node = cur_node;
37 cur_node = cur_node->next.Value();
  /external/llvm/test/CodeGen/X86/
2008-01-16-InvalidDAGCombineXform.ll 5 define void @localize_local_bb19_bb(%struct.node_t** %cur_node) {
7 %tmp1 = load %struct.node_t*, %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
10 %tmp4 = load %struct.node_t*, %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
13 %tmp6 = load %struct.node_t*, %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
16 %tmp9 = load %struct.node_t*, %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
19 %tmp11 = load %struct.node_t*, %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
22 %tmp14 = load %struct.node_t*, %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
25 %tmp16 = load %struct.node_t*, %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
28 store %struct.node_t* %tmp18, %struct.node_t** %cur_node, align 4
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h 206 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) {
208 uptr cur_idx = nodeToIndex(cur_node);
216 // Add cur_node to the set of locks held currently by dtls.
217 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) {
219 uptr cur_idx = nodeToIndex(cur_node);
224 // Returns true if all edges from the currently held locks to cur_node exist.
225 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) {
228 if (cur_node && local_epoch == current_epoch_ &&
229 local_epoch == nodeToEpoch(cur_node)) {
230 uptr cur_idx = nodeToIndexUnchecked(cur_node);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
mcparse.y 39 static mc_node *cur_node = NULL;
77 cur_node = mc_add_node ();
78 cur_node->user_text = $1;
178 cur_node = mc_add_node ();
179 cur_node->symbol = mc_last_symbol;
180 cur_node->facility = mc_cur_facility;
181 cur_node->severity = mc_cur_severity;
182 cur_node->id = ($1 & 0xffffUL);
183 cur_node->vid = ($1 & 0xffffUL) | mc_sefa_val;
269 h = mc_add_node_lang (cur_node, $1, cur_node->vid)
    [all...]
  /packages/services/Car/vehicle_network_service/
VehiclePropertyAccessControl.cpp 131 xmlNode* cur_node = NULL; local
148 for (cur_node = a_node; cur_node; cur_node = cur_node->next) {
149 if ((xmlStrcmp(cur_node->name, (const xmlChar *)"PROPERTY") == 0) &&
150 (cur_node->type == XML_ELEMENT_NODE)) {
154 property = xmlGetProp(cur_node, (const xmlChar *)"name");
161 property_value_str = xmlGetProp(cur_node, (const xmlChar*)"value");
175 for (child = cur_node->children; child; child = child->next)
    [all...]
  /external/llvm/test/CodeGen/Generic/
2006-01-12-BadSetCCFold.ll 27 %cur_node.0.i8.1.i.i = phi %struct.node_t* [ undef, %dealwithargs.exit ], [ null, %no_exit.i12.i.i ] ; <%struct.node_t*> [#uses=0]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
pulldom.py 244 token, cur_node = event
245 if cur_node is node:
248 parents[-1].appendChild(cur_node)
250 parents.append(cur_node)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
pulldom.py 244 token, cur_node = event
245 if cur_node is node:
248 parents[-1].appendChild(cur_node)
250 parents.append(cur_node)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 244 token, cur_node = event
245 if cur_node is node:
248 parents[-1].appendChild(cur_node)
250 parents.append(cur_node)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 244 token, cur_node = event
245 if cur_node is node:
248 parents[-1].appendChild(cur_node)
250 parents.append(cur_node)
  /external/v8/src/heap/
spaces.cc     [all...]
  /external/selinux/libsepol/src/
expand.c 2819 cond_node_t *cur_node; local
    [all...]
  /external/libxml2/
xmlreader.c 1702 xmlNodePtr node, cur_node; local
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a     [all...]
libclang_rt.ubsan_standalone-i686.a     [all...]
libclang_rt.ubsan_standalone-x86_64.a     [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a     [all...]
libclang_rt.ubsan_standalone-i686.a     [all...]
libclang_rt.ubsan_standalone-x86_64.a     [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a     [all...]
libclang_rt.ubsan_standalone-i686.a     [all...]
libclang_rt.ubsan_standalone-x86_64.a     [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a     [all...]
libclang_rt.ubsan_standalone-i686.a     [all...]

Completed in 1099 milliseconds

1 2