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

  /external/brotli/c/enc/
backward_references_hq.c 377 const int* starting_dist_cache, const size_t num_matches,
472 for (j = 0; j < num_matches; ++j) {
590 const uint32_t* num_matches,
603 num_matches[i], &matches[cur_match_pos], model, &queue, nodes);
605 cur_match_pos += num_matches[i];
606 if (num_matches[i] == 1 &&
618 cur_match_pos += num_matches[i];
656 size_t num_matches = FindAllMatchesH10(hasher, dictionary, ringbuffer, local
660 if (num_matches > 0 &&
661 BackwardMatchLength(&matches[num_matches - 1]) > max_zopfli_len)
717 uint32_t* num_matches = BROTLI_ALLOC(m, uint32_t, num_bytes); local
    [all...]
hash_to_binary_tree_inc.h 197 Sets *num_matches to the number of matches found, and stores the found
198 matches in matches[0] to matches[*num_matches - 1]. The matches will be
  /frameworks/base/cmds/statsd/src/
HashableDimensionKey.cpp 64 size_t num_matches = 0; local
72 output->mutableValue(num_matches)->mField.setTag(value.mField.getTag());
73 output->mutableValue(num_matches)->mField.setField(
75 num_matches++;
79 return num_matches > 0;
  /external/mesa3d/src/compiler/glsl/
ir_function.cpp 202 int num_matches,
221 other < matches + num_matches; other++) {
263 int num_matches)
265 if (num_matches == 0)
268 if (num_matches == 1)
278 for (ir_function_signature **sig = matches; sig < matches + num_matches; sig++) {
279 if (is_best_inexact_overload(actual_parameters, matches, num_matches, *sig))
link_varyings.cpp 1306 unsigned num_matches; member in class:__anon29194::varying_matches
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
tensor_format.py 366 num_matches = len(matching_indices_list)
371 start_columns[batch_pos:batch_pos + num_matches] = match_start_columns
372 end_columns[batch_pos:batch_pos + num_matches] = match_end_columns
373 are_omitted[batch_pos:batch_pos + num_matches] = [
375 ] * num_matches
376 row_indices[batch_pos:batch_pos + num_matches] = [prev_r] * num_matches
378 batch_pos += num_matches
388 num_matches = len(matching_indices_list)
393 start_columns[batch_pos:batch_pos + num_matches] = match_start_column
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 69 int num_matches, int max_length);
757 int num_matches, int max_length)
764 m = PyList_New(num_matches);
767 for (i = 0; i < num_matches; i++) {
  /external/python/cpython2/Modules/
readline.c 72 int num_matches, int max_length);
781 int num_matches, int max_length)
788 m = PyList_New(num_matches);
791 for (i = 0; i < num_matches; i++) {
    [all...]
  /external/python/cpython3/Modules/
readline.c 73 int num_matches, int max_length);
936 int num_matches, int max_length)
943 m = PyList_New(num_matches);
946 for (i = 0; i < num_matches; i++) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 85 int num_matches)
99 err_code = regexec(&regex, search_str, num_matches, matches, 0);
101 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...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]

Completed in 479 milliseconds