Home
last modified time | relevance | path

Searched refs:match (Results 1326 - 1350 of 4544) sorted by relevance

1...<<51525354555657585960>>...182

/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.c938 struct sw_flow_match match; in ovs_flow_cmd_new() local
970 ovs_match_init(&match, key, false, &mask); in ovs_flow_cmd_new()
971 error = ovs_nla_get_match(net, &match, a[OVS_FLOW_ATTR_KEY], in ovs_flow_cmd_new()
1048 if (unlikely(!ovs_flow_cmp(flow, &match))) { in ovs_flow_cmd_new()
1051 &match); in ovs_flow_cmd_new()
1120 /* Factor out match-init and action-copy to avoid
1127 * match as before. If there is action attr, we try to get
1129 * the function, we reset the match->mask pointer. Because
1130 * we should not to return match object with dangling reference
1135 struct sw_flow_match *match, in ovs_nla_init_match_and_action()
1134 ovs_nla_init_match_and_action(struct net *net, struct sw_flow_match *match, struct sw_flow_key *key, struct nlattr **a, struct sw_flow_actions **acts, bool log) ovs_nla_init_match_and_action() argument
1184 struct sw_flow_match match; ovs_flow_cmd_set() local
1285 struct sw_flow_match match; ovs_flow_cmd_get() local
1344 struct sw_flow_match match; ovs_flow_cmd_del() local
[all...]
H A Dflow_table.c690 const struct sw_flow_match *match) in ovs_flow_cmp_unmasked_key()
692 struct sw_flow_key *key = match->key; in ovs_flow_cmp_unmasked_key()
694 int key_end = match->range.end; in ovs_flow_cmp_unmasked_key()
870 const struct sw_flow_match *match) in ovs_flow_tbl_lookup_exact()
886 flow = masked_flow_lookup(ti, match->key, mask, &n_mask_hit); in ovs_flow_tbl_lookup_exact()
888 ovs_flow_cmp_unmasked_key(flow, match)) { in ovs_flow_tbl_lookup_exact()
911 const struct sw_flow_match *match) in ovs_flow_cmp()
914 return flow_cmp_masked_key(flow, match->key, &match->range); in ovs_flow_cmp()
916 return ovs_flow_cmp_unmasked_key(flow, match); in ovs_flow_cmp()
689 ovs_flow_cmp_unmasked_key(const struct sw_flow *flow, const struct sw_flow_match *match) ovs_flow_cmp_unmasked_key() argument
869 ovs_flow_tbl_lookup_exact(struct flow_table *tbl, const struct sw_flow_match *match) ovs_flow_tbl_lookup_exact() argument
910 ovs_flow_cmp(const struct sw_flow *flow, const struct sw_flow_match *match) ovs_flow_cmp() argument
[all...]
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c977 struct sw_flow_match match; in ovs_flow_cmd_new() local
1009 ovs_match_init(&match, key, false, &mask); in ovs_flow_cmd_new()
1010 error = ovs_nla_get_match(net, &match, a[OVS_FLOW_ATTR_KEY], in ovs_flow_cmd_new()
1087 if (unlikely(!ovs_flow_cmp(flow, &match))) { in ovs_flow_cmd_new()
1090 &match); in ovs_flow_cmd_new()
1159 /* Factor out match-init and action-copy to avoid
1166 * match as before. If there is action attr, we try to get
1168 * the function, we reset the match->mask pointer. Because
1169 * we should not to return match object with dangling reference
1174 struct sw_flow_match *match, in ovs_nla_init_match_and_action()
1173 ovs_nla_init_match_and_action(struct net *net, struct sw_flow_match *match, struct sw_flow_key *key, struct nlattr **a, struct sw_flow_actions **acts, bool log) ovs_nla_init_match_and_action() argument
1223 struct sw_flow_match match; ovs_flow_cmd_set() local
1324 struct sw_flow_match match; ovs_flow_cmd_get() local
1383 struct sw_flow_match match; ovs_flow_cmd_del() local
[all...]
H A Dflow_table.c691 const struct sw_flow_match *match) in ovs_flow_cmp_unmasked_key()
693 struct sw_flow_key *key = match->key; in ovs_flow_cmp_unmasked_key()
695 int key_end = match->range.end; in ovs_flow_cmp_unmasked_key()
871 const struct sw_flow_match *match) in ovs_flow_tbl_lookup_exact()
887 flow = masked_flow_lookup(ti, match->key, mask, &n_mask_hit); in ovs_flow_tbl_lookup_exact()
889 ovs_flow_cmp_unmasked_key(flow, match)) { in ovs_flow_tbl_lookup_exact()
912 const struct sw_flow_match *match) in ovs_flow_cmp()
915 return flow_cmp_masked_key(flow, match->key, &match->range); in ovs_flow_cmp()
917 return ovs_flow_cmp_unmasked_key(flow, match); in ovs_flow_cmp()
690 ovs_flow_cmp_unmasked_key(const struct sw_flow *flow, const struct sw_flow_match *match) ovs_flow_cmp_unmasked_key() argument
870 ovs_flow_tbl_lookup_exact(struct flow_table *tbl, const struct sw_flow_match *match) ovs_flow_tbl_lookup_exact() argument
911 ovs_flow_cmp(const struct sw_flow *flow, const struct sw_flow_match *match) ovs_flow_cmp() argument
[all...]
/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c1653 struct packet_fanout *f, *match; in fanout_add() local
1705 match = NULL; in fanout_add()
1709 match = f; in fanout_add()
1714 if (match) { in fanout_add()
1715 if (match->flags != flags) in fanout_add()
1718 args->max_num_members != match->max_num_members) in fanout_add()
1727 match = kvzalloc(struct_size(match, arr, args->max_num_members), in fanout_add()
1729 if (!match) in fanout_add()
1731 write_pnet(&match in fanout_add()
[all...]
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-device.c143 int match = 0; in match_ids() local
146 match |= IEEE1394_MATCH_VENDOR_ID; in match_ids()
148 match |= IEEE1394_MATCH_MODEL_ID; in match_ids()
150 match |= IEEE1394_MATCH_SPECIFIER_ID; in match_ids()
152 match |= IEEE1394_MATCH_VERSION; in match_ids()
154 return (match & id_table->match_flags) == id_table->match_flags; in match_ids()
223 .match = fw_unit_match,
702 * match the drivers id_tables against it. in create_units()
878 int match = 0; in lookup_existing_device() local
911 match in lookup_existing_device()
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dpalmas-regulator.c1490 struct of_regulator_match *match; in palmas_dt_to_pdata() local
1494 match = &ddata->palmas_matches[idx]; in palmas_dt_to_pdata()
1495 np = match->of_node; in palmas_dt_to_pdata()
1497 if (!match->init_data || !np) in palmas_dt_to_pdata()
1504 pdata->reg_data[idx] = match->init_data; in palmas_dt_to_pdata()
1530 match->name, prop); in palmas_dt_to_pdata()
1604 const struct of_device_id *match; in palmas_regulators_probe() local
1608 match = of_match_device(of_match_ptr(of_palmas_match_tbl), &pdev->dev); in palmas_regulators_probe()
1610 if (!match) in palmas_regulators_probe()
1613 driver_data = (struct palmas_pmic_driver_data *)match in palmas_regulators_probe()
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H A Dpalmas-regulator.c1490 struct of_regulator_match *match; in palmas_dt_to_pdata() local
1494 match = &ddata->palmas_matches[idx]; in palmas_dt_to_pdata()
1495 np = match->of_node; in palmas_dt_to_pdata()
1497 if (!match->init_data || !np) in palmas_dt_to_pdata()
1504 pdata->reg_data[idx] = match->init_data; in palmas_dt_to_pdata()
1530 match->name, prop); in palmas_dt_to_pdata()
1604 const struct of_device_id *match; in palmas_regulators_probe() local
1608 match = of_match_device(of_match_ptr(of_palmas_match_tbl), &pdev->dev); in palmas_regulators_probe()
1610 if (!match) in palmas_regulators_probe()
1613 driver_data = (struct palmas_pmic_driver_data *)match in palmas_regulators_probe()
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-device.c143 int match = 0; in match_ids() local
146 match |= IEEE1394_MATCH_VENDOR_ID; in match_ids()
148 match |= IEEE1394_MATCH_MODEL_ID; in match_ids()
150 match |= IEEE1394_MATCH_SPECIFIER_ID; in match_ids()
152 match |= IEEE1394_MATCH_VERSION; in match_ids()
154 return (match & id_table->match_flags) == id_table->match_flags; in match_ids()
223 .match = fw_unit_match,
700 * match the drivers id_tables against it. in create_units()
876 int match = 0; in lookup_existing_device() local
909 match in lookup_existing_device()
[all...]
/third_party/gn/src/base/strings/
H A Dstring_util.cc706 for (size_t match = first_match; match != StringType::npos; in DoReplaceMatchesAfterOffset()
707 match = matcher.Find(*str, match + find_length)) { in DoReplaceMatchesAfterOffset()
721 for (size_t match = first_match;; match = matcher.Find(src, pos)) { in DoReplaceMatchesAfterOffset()
722 str->append(src, pos, match - pos); in DoReplaceMatchesAfterOffset()
724 pos = match + find_length; in DoReplaceMatchesAfterOffset()
732 // Handle substring after the final match. in DoReplaceMatchesAfterOffset()
738 // size by shifting the data after the first match t in DoReplaceMatchesAfterOffset()
775 size_t match = std::min(matcher.Find(*str, read_offset), str_length); DoReplaceMatchesAfterOffset() local
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java46 * There are 2 match options for selection:<br>
68 * Match results in the forward direction will match the result matches in
79 * <li> If the following match is to be found, the position should not be the
81 * character. Vice versa, if the preceding match is to be found, the
85 * <li> If a following pattern match is to be found, any position within a
87 * preceding pattern match is to be found, an invalid starting point
169 * boundaries of a logical match. This argument can be null.
377 * Set the canonical match mode. See class documentation for details.
500 // next match will not preceed the current offset in handleNext()
510 // then we don't need to check the match boundarie in handleNext()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringSearch.java47 * There are 2 match options for selection:<br>
69 * Match results in the forward direction will match the result matches in
80 * <li> If the following match is to be found, the position should not be the
82 * character. Vice versa, if the preceding match is to be found, the
86 * <li> If a following pattern match is to be found, any position within a
88 * preceding pattern match is to be found, an invalid starting point
169 * boundaries of a logical match. This argument can be null.
367 * Set the canonical match mode. See class documentation for details.
484 // next match will not preceed the current offset in handleNext()
494 // then we don't need to check the match boundarie in handleNext()
[all...]
H A DBidi.java166 * assumptions, which may or may not match any existing graphics system's
532 int match; /* matching char or -position of closing bracket */ field in Bidi.Opening
2078 private void bracketAddOpening(BracketData bd, char match, int position) { in bracketAddOpening() argument
2096 pOpening.match = match; in bracketAddOpening()
2111 if (qOpening.match >= 0) /* not an N0c match */ in fixN0c()
2121 closingPosition = -(qOpening.match); in fixN0c()
2123 qOpening.match = 0; /* prevent further changes */ in fixN0c()
2143 An unstable match ca in bracketProcessClosing()
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h155 /* match Length */ in ZSTD_getPrice()
182 /* match offset */ in ZSTD_updatePrice()
189 /* match Length */ in ZSTD_updatePrice()
263 if (minMatch == 3) { /* HC3 match finder */ in ZSTD_insertBtAndGetAllMatches()
266 const BYTE *match; in ZSTD_insertBtAndGetAllMatches() local
269 match = base + matchIndex3; in ZSTD_insertBtAndGetAllMatches()
270 if (match[bestLength] == ip[bestLength]) in ZSTD_insertBtAndGetAllMatches()
271 currMl = ZSTD_count(ip, match, iLimit); in ZSTD_insertBtAndGetAllMatches()
273 match = dictBase + matchIndex3; in ZSTD_insertBtAndGetAllMatches()
274 if (ZSTD_readMINMATCH(match, MINMATC in ZSTD_insertBtAndGetAllMatches()
298 const BYTE *match; ZSTD_insertBtAndGetAllMatches() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc87 int32_t* match);
379 int match_from, int match_to, int32_t* match) { in Apply()
395 int from = match[capture * 2]; in Apply()
396 int to = match[capture * 2 + 1]; in Apply()
601 // Replace match. in StringReplaceGlobalAtomRegExpWithString()
664 // from. Global regexps can match any number of times, so we guess in StringReplaceGlobalRegExpWithString()
1069 Handle<String> match, int match_position, in VectorBackedMatch()
1073 match_(match), in VectorBackedMatch()
1164 // separate last match info. See comment on that function.
1235 // Two smis before and after the match, fo in SearchRegExpMultiple()
378 Apply(ReplacementStringBuilder* builder, int match_from, int match_to, int32_t* match) Apply() argument
1068 VectorBackedMatch(Isolate* isolate, Handle<String> subject, Handle<String> match, int match_position, base::Vector<Handle<Object>> captures, Handle<Object> groups_obj) VectorBackedMatch() argument
1251 Handle<String> match; SearchRegExpMultiple() local
1866 Handle<String> match; RUNTIME_FUNCTION() local
1897 Handle<String> match; RUNTIME_FUNCTION() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_wolfssl.c601 static int tls_match_alt_subject(WOLFSSL_X509 *cert, const char *match) in tls_match_alt_subject() argument
607 pos = match; in tls_match_alt_subject()
620 "TLS: Invalid altSubjectName match '%s'", in tls_match_alt_subject()
645 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() argument
662 if (os_strncasecmp(val + len - match_len, match, match_len) != 0) in domain_suffix_match()
663 return 0; /* no match */ in domain_suffix_match()
666 return 1; /* exact match */ in domain_suffix_match()
669 return 1; /* full label match completes suffix match */ in domain_suffix_match()
671 wpa_printf(MSG_DEBUG, "TLS: Reject due to incomplete label match"); in domain_suffix_match()
676 tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, size_t match_len, int full) tls_match_suffix_helper() argument
746 tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) tls_match_suffix() argument
952 char *match, *altmatch, *suffix_match, *domain_match; tls_verify_cb() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_wolfssl.c603 static int tls_match_alt_subject(WOLFSSL_X509 *cert, const char *match) in tls_match_alt_subject() argument
609 pos = match; in tls_match_alt_subject()
622 "TLS: Invalid altSubjectName match '%s'", in tls_match_alt_subject()
647 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() argument
664 if (os_strncasecmp(val + len - match_len, match, match_len) != 0) in domain_suffix_match()
665 return 0; /* no match */ in domain_suffix_match()
668 return 1; /* exact match */ in domain_suffix_match()
671 return 1; /* full label match completes suffix match */ in domain_suffix_match()
673 wpa_printf(MSG_DEBUG, "TLS: Reject due to incomplete label match"); in domain_suffix_match()
678 tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, size_t match_len, int full) tls_match_suffix_helper() argument
750 tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) tls_match_suffix() argument
959 char *match, *altmatch, *suffix_match, *domain_match; tls_verify_cb() local
[all...]
/third_party/jerryscript/tests/jerry/es5.1/
H A Dregression-test-issue-787.js17 String.prototype.match(String.prototype);
/third_party/python/Lib/lib2to3/tests/data/fixers/myfixes/
H A Dfix_preorder.py6 def match(self, node): return False member in FixPreorder
H A Dfix_first.py6 def match(self, node): return False member in FixFirst
H A Dfix_last.py7 def match(self, node): return False member in FixLast
H A Dfix_explicit.py6 def match(self): return False member in FixExplicit
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java165 * assumptions, which may or may not match any existing graphics system's
532 int match; /* matching char or -position of closing bracket */ field in Bidi.Opening
2112 private void bracketAddOpening(BracketData bd, char match, int position) { in bracketAddOpening() argument
2130 pOpening.match = match; in bracketAddOpening()
2145 if (qOpening.match >= 0) /* not an N0c match */ in fixN0c()
2155 closingPosition = -(qOpening.match); in fixN0c()
2157 qOpening.match = 0; /* prevent further changes */ in fixN0c()
2177 An unstable match ca in bracketProcessClosing()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/
H A Dtilcdc_external.h12 struct component_match **match);
/kernel/linux/linux-6.6/drivers/gpu/drm/tilcdc/
H A Dtilcdc_external.h12 struct component_match **match);

Completed in 40 milliseconds

1...<<51525354555657585960>>...182