Searched refs:total_matches (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Symbol/ |
D | VariableList.cpp | 113 size_t &total_matches) { in AppendVariablesIfUnique() argument 119 total_matches++; in AppendVariablesIfUnique()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | VariableList.h | 58 VariableList &var_list, size_t &total_matches);
|
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 696 void ComputeContexts(bool found_new_mv, int nearest_matches, int total_matches, in ComputeContexts() argument 700 *new_mv_context = std::min(total_matches, 1); in ComputeContexts() 701 *reference_mv_context = total_matches; in ComputeContexts() 705 *reference_mv_context = 2 + total_matches; in ComputeContexts() 857 const int total_matches = in FindMvStack() local 859 ComputeContexts(found_new_mv, nearest_matches, total_matches, in FindMvStack()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 861 uint32_t total_matches = 0; in FindGlobalVariables() local 869 total_matches += oso_matches; in FindGlobalVariables() 876 if (max_matches >= total_matches) in FindGlobalVariables() 892 uint32_t total_matches = 0; in FindGlobalVariables() local 899 total_matches += oso_matches; in FindGlobalVariables() 906 if (max_matches >= total_matches) in FindGlobalVariables()
|
/external/llvm-project/lldb/examples/darwin/heap_find/ |
D | heap.py | 1157 total_matches = 0 1163 total_matches += display_match_results( 1165 return total_matches
|
/external/selinux/libselinux/src/ |
D | label_file.c | 1082 size_t total_matches; in hash_all_partial_matches() local 1083 const struct spec **matches = lookup_all(rec, key, 0, true, &total_matches); in hash_all_partial_matches() 1091 for (i = 0; i < total_matches; i++) { in hash_all_partial_matches()
|