Searched refs:new_candidate (Results 1 - 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
H A D | linkage.cc | 83 int new_candidate = local 85 if (new_candidate > callee_slots_above_sp) { 86 callee_slots_above_sp = new_candidate; 95 int new_candidate = local 97 if (new_candidate > tail_caller_slots_above_sp) { 98 tail_caller_slots_above_sp = new_candidate;
|
/external/webrtc/webrtc/p2p/base/ |
H A D | port.cc | 1291 const Candidate& new_candidate) { 1293 new_candidate.type() != PRFLX_PORT_TYPE && 1294 remote_candidate_.protocol() == new_candidate.protocol() && 1295 remote_candidate_.address() == new_candidate.address() && 1296 remote_candidate_.username() == new_candidate.username() && 1297 remote_candidate_.password() == new_candidate.password() && 1298 remote_candidate_.generation() == new_candidate.generation()) { 1299 remote_candidate_ = new_candidate; 1290 MaybeUpdatePeerReflexiveCandidate( const Candidate& new_candidate) argument
|
H A D | port.h | 569 // |new_candidate| except the type, update |remote_candidate_| to 570 // |new_candidate|. 571 void MaybeUpdatePeerReflexiveCandidate(const Candidate& new_candidate);
|
H A D | p2ptransportchannel_unittest.cc | 1901 const cricket::Candidate& new_candidate = conn3->remote_candidate(); local 1902 EXPECT_EQ(kIcePwd[2], new_candidate.password()); 1903 EXPECT_EQ(1U, new_candidate.generation());
|
/external/bison/lib/ |
H A D | hash.c | 548 float new_candidate = candidate / tuning->growth_threshold; local 549 if (SIZE_MAX <= new_candidate) 551 candidate = new_candidate;
|
/external/webrtc/talk/app/webrtc/ |
H A D | webrtcsessiondescriptionfactory.cc | 124 const IceCandidateInterface* new_candidate = source_candidates->at(n); local 125 if (!dest_candidates->HasCandidate(new_candidate))
|
/external/toybox/toys/pending/ |
H A D | diff.c | 118 static struct candidate * new_candidate (int i, int j, struct candidate* prev) function 164 c = new_candidate(i , j, pr); 321 kcand[0] = new_candidate(0 , 0, NULL); 322 kcand[1] = new_candidate(file[0].len+1, file[1].len+1, NULL); //the fence
|
Completed in 1077 milliseconds