HomeSort by relevance Sort by last modified time
    Searched defs:new_candidate (Results 1 - 4 of 4) 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/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
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 1901 const cricket::Candidate& new_candidate = conn3->remote_candidate(); local
    [all...]

Completed in 110 milliseconds