HomeSort by relevance Sort by last modified time
    Searched refs:new_candidate (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
linkage.cc 82 int new_candidate = local
84 if (new_candidate > callee_slots_above_sp) {
85 callee_slots_above_sp = new_candidate;
94 int new_candidate = local
96 if (new_candidate > tail_caller_slots_above_sp) {
97 tail_caller_slots_above_sp = new_candidate;
  /external/webrtc/webrtc/p2p/base/
port.cc     [all...]
port.h 569 // |new_candidate| except the type, update |remote_candidate_| to
570 // |new_candidate|.
571 void MaybeUpdatePeerReflexiveCandidate(const Candidate& new_candidate);
p2ptransportchannel_unittest.cc 1901 const cricket::Candidate& new_candidate = conn3->remote_candidate(); local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 124 const IceCandidateInterface* new_candidate = source_candidates->at(n); local
125 if (!dest_candidates->HasCandidate(new_candidate))
  /external/toybox/toys/pending/
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 310 milliseconds