Home
last modified time | relevance | path

Searched refs:num_matching (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp60 int num_matching = 0; in ActOnMatchingPlugins() local
74 num_matching += matching_plugins.size(); in ActOnMatchingPlugins()
79 return num_matching; in ActOnMatchingPlugins()
243 int num_matching = ActOnMatchingPlugins( in OutputTextFormat() local
253 if (num_matching == 0) { in OutputTextFormat()
277 int num_matching = SetEnableOnMatchingPlugins(pattern, result, enable); in DoPluginEnableDisable() local
279 if (num_matching == 0) { in DoPluginEnableDisable()
/freebsd/contrib/wpa/src/ap/
H A Dgas_serv.c451 u8 num_realms, num_matching = 0, encoding, realm_len, *realm_list_len; in hs20_add_nai_home_realm_matches() local
468 for (i = 0; i < num_realms && num_matching < 10; i++) { in hs20_add_nai_home_realm_matches()
485 num_matching < 10; j++) { in hs20_add_nai_home_realm_matches()
493 num_matching < 10) { in hs20_add_nai_home_realm_matches()
501 num_matching < 10; k++) { in hs20_add_nai_home_realm_matches()
508 matches[num_matching].realm_data_idx = in hs20_add_nai_home_realm_matches()
510 matches[num_matching].realm_idx = k; in hs20_add_nai_home_realm_matches()
511 num_matching++; in hs20_add_nai_home_realm_matches()
520 wpabuf_put_le16(buf, num_matching); in hs20_add_nai_home_realm_matches()
528 for (i = 0; i < num_matching; i++) { in hs20_add_nai_home_realm_matches()