HomeSort by relevance Sort by last modified time
    Searched defs:num_matches (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 40 uptr num_matches = GetListOfModules( local
42 if (num_matches == 1) {
46 if (num_matches == 0)
49 else if (num_matches > 1)
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel_unittest.cc 316 int num_matches = 0; local
319 ++num_matches;
322 return (num_matches < ((static_cast<int>(size) - 5) / 10));
    [all...]

Completed in 78 milliseconds