Home
last modified time | relevance | path

Searched refs:this_node (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/plugins/radius/
Davpair.c401 VALUE_PAIR *this_node = NULL; in rc_avpair_insert() local
419 this_node = vp; in rc_avpair_insert()
425 this_node = *a; in rc_avpair_insert()
426 while (this_node != (VALUE_PAIR *) NULL) in rc_avpair_insert()
428 if (this_node == p) in rc_avpair_insert()
432 this_node = this_node->next; in rc_avpair_insert()
437 vp = this_node->next; in rc_avpair_insert()
438 this_node->next = b; in rc_avpair_insert()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dexpand-foldable-isel.ll44 …%this_node.0250 = phi %"struct.pov::ot_node_struct"* [ undef, %entry ], [ %1, %cond.false21.i156 ]…
51 …inbounds %"struct.pov::ot_node_struct", %"struct.pov::ot_node_struct"* %this_node.0250, i64 0, i32…
/external/v8/src/compiler/
Dload-elimination.cc165 if (Node* this_node = this->nodes_[i]) { in Equals() local
168 if (that->nodes_[j] == this_node) break; in Equals()
187 for (Node* const this_node : this->nodes_) { in Merge()
188 if (this_node == nullptr) continue; in Merge()
190 if (this_node == that_node) { in Merge()
191 copy->nodes_[copy->next_index_++] = this_node; in Merge()