/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 1455 * to be adjusted to match the 'call'. in perf_sample__fprintf_callindent() 3409 * this function will check if the events in perf.data match those 3422 int match, len; in check_ev_match() local 3449 match = 0; in check_ev_match() 3452 match = 1; in check_ev_match() 3457 if (!match) { in check_ev_match()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 4410 struct cfg80211_nan_match_params *match, in ieee80211_nan_func_match() 4421 func = idr_find(&sdata->u.nan.function_inst_ids, match->inst_id); in ieee80211_nan_func_match() 4426 match->cookie = func->cookie; in ieee80211_nan_func_match() 4430 cfg80211_nan_match(ieee80211_vif_to_wdev(vif), match, gfp); in ieee80211_nan_func_match() local 4409 ieee80211_nan_func_match(struct ieee80211_vif *vif, struct cfg80211_nan_match_params *match, gfp_t gfp) ieee80211_nan_func_match() argument
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 544 bool match = true; in makeGenericType() local 545 for (int op = 0; match && op < (int)operands.size(); ++op) { in makeGenericType() 546 match = (operands[op].isId ? type->getIdOperand(op) : type->getImmediateOperand(op)) == operands[op].word; in makeGenericType() 548 if (match) in makeGenericType()
|
/third_party/python/Lib/ |
H A D | _pydecimal.py | 6148 """, re.VERBOSE | re.IGNORECASE).match 6150 _all_zeros = re.compile('0*$').match 6151 _exact_half = re.compile('50*$').match 6207 m = _parse_format_specifier_regex.match(format_spec)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 529 if (vldRegex.match(Name)) { in UpgradeIntrinsicFunction1() 540 if (vstRegex.match(Name)) { in UpgradeIntrinsicFunction1() 624 if (R.match(Name, &Groups)) { in UpgradeIntrinsicFunction1() 794 // We only need to change the name to match the mangling including the in UpgradeIntrinsicFunction1() 1878 // NOTE: Operands have to be swapped to match intrinsic definition. in UpgradeIntrinsicCall() 4170 if (!R.match(DL, &Groups)) in UpgradeDataLayoutString()
|
/third_party/libevdev/ |
H A D | configure | 1760 Use char because int might match the return type of a GCC 4585 # by default if the 'rm' program in use doesn't match our expectations; the 4970 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 5324 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 6141 *) libmagic=never-match;; 6926 # Regexp to match symbols that can be accessed directly from C. 9687 # it will be wrapped by ' (' and ')$', so one must not match beginning or 11679 *) libsuff= shlibsuff= libmagic=never-match;; 12193 Use char because int might match the return type of a GCC 12255 Use char because int might match th [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 1237 // next catch block, and jump there if the tag does not match. in CatchException() 1261 // The tags don't match, merge the current state into the catch state and in CatchException() 5564 // Falls through on match (=successful type check). 5571 Label match; 5584 __ emit_cond_jump(kEqual, null_succeeds ? &match : no_match, 5593 __ emit_cond_jump(kEqual, &match, rtt.type.kind(), tmp1.gp(), rtt_reg.gp()); 5622 // Fall through to {match}. 5623 __ bind(&match); 5704 // through to match. 5753 Label match, no_matc [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 2473 u16 type, const u8 *match, size_t match_len, in nl80211_register_frame() 2482 wpa_snprintf_hex(buf, sizeof(buf), match, match_len); in nl80211_register_frame() 2484 "nl80211: Register frame type=0x%x (%s) nl_handle=%p match=%s multicast=%d", in nl80211_register_frame() 2490 nla_put(msg, NL80211_ATTR_FRAME_MATCH, match_len, match)) { in nl80211_register_frame() 2501 wpa_hexdump(MSG_DEBUG, "nl80211: Register frame match", in nl80211_register_frame() 2502 match, match_len); in nl80211_register_frame() 2533 const u8 *match, size_t match_len) in nl80211_register_action_frame() 2537 type, match, match_len, false); in nl80211_register_action_frame() 10365 * counters match. This implementation assumes that there are only two 12627 const u8 *match, size_ 2471 nl80211_register_frame(struct i802_bss *bss, struct nl_sock *nl_handle, u16 type, const u8 *match, size_t match_len, bool multicast) nl80211_register_frame() argument 2532 nl80211_register_action_frame(struct i802_bss *bss, const u8 *match, size_t match_len) nl80211_register_action_frame() argument 12626 testing_nl80211_register_frame(void *priv, u16 type, const u8 *match, size_t match_len, bool multicast) global() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 445 * cxgb4_change_mac - Update match filter for a MAC address. 1202 int i, delta, match = 0, min_delta = INT_MAX; in closest_timer() local 1210 match = i; in closest_timer() 1213 return match; in closest_timer() 1218 int i, delta, match = 0, min_delta = INT_MAX; in closest_thres() local 1226 match = i; in closest_thres() 1229 return match; in closest_thres() 3806 /* Create a 'match all' mac filter entry for inner mac, in cxgb_udp_tunnel_set_port() 3809 * we will remove this 'match all' entry and fallback to adding in cxgb_udp_tunnel_set_port() 3810 * exact match filter in cxgb_udp_tunnel_set_port() [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core_main.c | 1062 /* match against pending cmd requests */ in qeth_issue_next_read_cb() 1065 if (tmp->match && tmp->match(tmp, iob)) { in qeth_issue_next_read_cb() 2019 iob->match = qeth_mpc_match_reply; in qeth_mpc_alloc_cmd() 3069 bool (*match)(struct qeth_cmd_buffer *iob, in qeth_prepare_ipa_cmd() 3078 iob->match = match; in qeth_prepare_ipa_cmd() 6908 /* match skb_segment(): */ in qeth_features_check()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 1306 int cnt, match, status; in qla2x00_eh_wait_for_pending_commands() local 1326 match = 0; in qla2x00_eh_wait_for_pending_commands() 1330 match = 1; in qla2x00_eh_wait_for_pending_commands() 1333 match = cmd->device->id == t; in qla2x00_eh_wait_for_pending_commands() 1336 match = (cmd->device->id == t && in qla2x00_eh_wait_for_pending_commands() 1340 if (!match) in qla2x00_eh_wait_for_pending_commands()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 444 * cxgb4_change_mac - Update match filter for a MAC address. 1201 int i, delta, match = 0, min_delta = INT_MAX; in closest_timer() local 1209 match = i; in closest_timer() 1212 return match; in closest_timer() 1217 int i, delta, match = 0, min_delta = INT_MAX; in closest_thres() local 1225 match = i; in closest_thres() 1228 return match; in closest_thres() 3803 /* Create a 'match all' mac filter entry for inner mac, in cxgb_udp_tunnel_set_port() 3806 * we will remove this 'match all' entry and fallback to adding in cxgb_udp_tunnel_set_port() 3807 * exact match filter in cxgb_udp_tunnel_set_port() [all...] |
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 82 var bgColor = bgStyle.getPropertyValue('background-color').match(/\d{1,3}/g);
90 var txtColor = bgStyle.getPropertyValue('color').match(/\d{1,3}/g);
|
/kernel/linux/linux-5.10/block/ |
H A D | sed-opal.c | 973 static bool response_token_matches(const struct opal_resp_tok *token, u8 match) in response_token_matches() argument 977 token->pos[0] != match) in response_token_matches()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | cpufeature.c | 770 * RES0 for the system-wide value, and must strictly match. 1580 * function will be called for all CPUs that match the criteria, in has_amu() 1650 * levels. Hence we must match ptr-auth feature level of the secondary in has_address_auth_cpucap() 1654 * The sanitised feature state is guaranteed to match that of the in has_address_auth_cpucap() 1742 /* Internal helper functions to match cpu capability type */ 2200 #define HWCAP_CAP_MATCH(match, cap_type, cap) \ 2203 .matches = match, \ 2616 * Any new CPU should match the system wide status of the capability. If the
|
/kernel/linux/linux-5.10/drivers/media/platform/am437x/ |
H A D | am437x-vpfe.c | 952 * values based on that.Sets crop values to match with scan resolution 2157 if (vpfe->cfg->asd[i]->match.fwnode == in vpfe_async_bound() 2158 asd[i].match.fwnode) { in vpfe_async_bound()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 273 * so we simply don't match on the main vendor id. 849 goto match; in rtl8139_init_board() 858 match: in rtl8139_init_board()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_fib.c | 765 * Prefix match in fib6_add_1() 772 "Can not replace route - no match found"); in fib6_add_1() 773 pr_warn("Can't replace route, no match found\n"); in fib6_add_1() 782 * Exact match ? in fib6_add_1() 826 "Can not replace route - no match found"); in fib6_add_1() 827 pr_warn("Can't replace route, no match found\n"); in fib6_add_1() 893 * the branches would not match less specific routes in fib6_add_1() 955 const struct fib6_info *match, in __fib6_drop_pcpu_from() 977 * is using 'match'. The cached pcpu_rt->from only changes in __fib6_drop_pcpu_from() 981 if (pcpu_rt && rcu_access_pointer(pcpu_rt->from) == match) { in __fib6_drop_pcpu_from() 954 __fib6_drop_pcpu_from(struct fib6_nh *fib6_nh, const struct fib6_info *match, const struct fib6_table *table) __fib6_drop_pcpu_from() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/am437x/ |
H A D | am437x-vpfe.c | 952 * values based on that.Sets crop values to match with scan resolution 2158 if (vpfe->cfg->asd[i]->match.fwnode == in vpfe_async_bound() 2159 asd[i].match.fwnode) { in vpfe_async_bound()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 273 * so we simply don't match on the main vendor id. 849 goto match; in rtl8139_init_board() 858 match: in rtl8139_init_board()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | icm.c | 312 req->match = icm_match; in icm_request() 2231 req->match = icm_match; in icm_usb4_switch_nvm_authenticate()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-core.c | 878 * @dlc: name of the DAI or the DAI driver and optional component info to match 882 * should also match if being specified. 1415 * If there is no configuration table or no match in the table, in soc_set_name_prefix() 1852 goto match; in soc_check_tplg_fes() 1856 match: in soc_check_tplg_fes()
|
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk.c | 3303 * This is called by register_console() to try to match 3322 if (!newcon->match || in try_enable_preferred_console() 3323 newcon->match(newcon, c->name, c->index, c->options) != 0) { in try_enable_preferred_console() 3349 * without matching. Accept the pre-enabled consoles only when match() in try_enable_preferred_console() 3513 /* If not, try to match against the platform default(s) */ in register_console()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_fib.c | 766 * Prefix match in fib6_add_1() 773 "Can not replace route - no match found"); in fib6_add_1() 774 pr_warn("Can't replace route, no match found\n"); in fib6_add_1() 783 * Exact match ? in fib6_add_1() 827 "Can not replace route - no match found"); in fib6_add_1() 828 pr_warn("Can't replace route, no match found\n"); in fib6_add_1() 894 * the branches would not match less specific routes in fib6_add_1() 956 const struct fib6_info *match, in __fib6_drop_pcpu_from() 975 * is using 'match'. The cached pcpu_rt->from only changes in __fib6_drop_pcpu_from() 979 if (pcpu_rt && rcu_access_pointer(pcpu_rt->from) == match) { in __fib6_drop_pcpu_from() 955 __fib6_drop_pcpu_from(struct fib6_nh *fib6_nh, const struct fib6_info *match, const struct fib6_table *table) __fib6_drop_pcpu_from() argument [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-comparisons_test.cc | 115 const bool match = x % 2 == 0; variable 123 return match; 321 // Using a polymorphic matcher to match a reference type. in TEST() 329 // Using a polymorphic matcher to match a value type. in TEST() 825 // Tests that Eq(v) can be used to match any type that supports 1489 EXPECT_EQ("whose first field does not match, which is 1 less than 0", in TEST() 1494 EXPECT_EQ("whose second field does not match, which is 2 less than 0", in TEST() 1497 // If the first field doesn't match but the second does, Pair() in TEST() 1499 EXPECT_EQ("whose first field does not match, which is 1 less than 0", in TEST() 1502 // If both fields match, Pai in TEST() [all...] |