Home
last modified time | relevance | path

Searched refs:total_matches (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DVariableList.cpp113 size_t &total_matches) { in AppendVariablesIfUnique() argument
119 total_matches++; in AppendVariablesIfUnique()
/external/llvm-project/lldb/include/lldb/Symbol/
DVariableList.h58 VariableList &var_list, size_t &total_matches);
/external/libgav1/libgav1/src/
Dmotion_vector.cc696 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/
DSymbolFileDWARFDebugMap.cpp861 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/
Dheap.py1157 total_matches = 0
1163 total_matches += display_match_results(
1165 return total_matches
/external/selinux/libselinux/src/
Dlabel_file.c1082 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()