Home
last modified time | relevance | path

Searched refs:tmp_ (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Descape-analysis-reducer.cc377 tmp_ = node_cache_->temp_nodes_.back(); in Constructor()
379 int tmp_input_count = tmp_->InputCount(); in Constructor()
381 tmp_->TrimInputCount(input_count); in Constructor()
385 tmp_->ReplaceInput(i, inputs[i]); in Constructor()
387 tmp_->AppendInput(node_cache_->graph_->zone(), inputs[i]); in Constructor()
390 NodeProperties::ChangeOp(tmp_, op); in Constructor()
392 tmp_ = node_cache_->graph_->NewNode(op, input_count, inputs); in Constructor()
394 NodeProperties::SetType(tmp_, type); in Constructor()
398 DCHECK(tmp_ || from_); in Get()
400 if (!tmp_) { in Get()
[all...]
H A Descape-analysis-reducer.h34 : node_cache_(cache), from_(from), tmp_(nullptr) {} in Constructor()
41 if (!tmp_ && input == NodeProperties::GetValueInput(from_, i)) return; in ReplaceValueInput()
46 if (!tmp_ && input == from_->InputAt(i)) return; in ReplaceInput()
61 Node* tmp_; member in v8::internal::compiler::NodeHashCache::Constructor
/third_party/lwip/src/netif/ppp/
H A Dvj.c98 u32_t tmp_ = lwip_ntohl(f) + ((cp[1] << 8) | cp[2]); \
99 (f) = lwip_htonl(tmp_); \
102 u32_t tmp_ = lwip_ntohl(f) + (u32_t)*cp++; \
103 (f) = lwip_htonl(tmp_); \
109 u16_t tmp_ = lwip_ntohs(f) + (((u16_t)cp[1] << 8) | cp[2]); \
110 (f) = lwip_htons(tmp_); \
113 u16_t tmp_ = lwip_ntohs(f) + (u16_t)*cp++; \
114 (f) = lwip_htons(tmp_); \

Completed in 2 milliseconds