HomeSort by relevance Sort by last modified time
    Searched refs:num_matches (Results 1 - 3 of 3) 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/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 39 int num_matches)
53 err_code = regexec(&regex, search_str, num_matches, matches, 0);
55 for (i = 0; i < num_matches; i++) {
  /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 165 milliseconds