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

  /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...]
  /external/brotli/enc/
backward_references_hq.c 376 const int* starting_dist_cache, const size_t num_matches,
464 for (j = 0; j < num_matches; ++j) {
577 const uint32_t* num_matches,
590 num_matches[i], &matches[cur_match_pos], model, &queue, nodes);
592 cur_match_pos += num_matches[i];
593 if (num_matches[i] == 1 &&
605 cur_match_pos += num_matches[i];
642 size_t num_matches = FindAllMatchesH10(hasher, dictionary, ringbuffer, local
645 if (num_matches > 0 &&
646 BackwardMatchLength(&matches[num_matches - 1]) > max_zopfli_len)
702 uint32_t* num_matches = BROTLI_ALLOC(m, uint32_t, num_bytes); local
    [all...]
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 1306 unsigned num_matches; member in class:__anon27338::varying_matches
    [all...]

Completed in 268 milliseconds