Home
last modified time | relevance | path

Searched refs:match (Results 1276 - 1300 of 4544) sorted by relevance

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

/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dprom_common.c100 int of_find_in_proplist(const char *list, const char *match, int len) in of_find_in_proplist() argument
105 if (!strcmp(list, match)) in of_find_in_proplist()
/kernel/linux/linux-5.10/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-ap806.c109 const struct of_device_id *match = in armada_ap806_pinctrl_probe() local
112 if (!match || !pdev->dev.parent) in armada_ap806_pinctrl_probe()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_bpf.c2 /* Xtables module to match packets using a BPF filter.
19 MODULE_DESCRIPTION("Xtables: BPF filter match");
123 .match = bpf_mt,
134 .match = bpf_mt_v1,
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Dfs_helpers.h50 const u32 *match_v, u8 match) in _mlx5_fs_is_outer_ipproto_flow()
58 MLX5_GET(fte_match_set_lyr_2_4, headers_v, ip_protocol) == match; in _mlx5_fs_is_outer_ipproto_flow()
49 _mlx5_fs_is_outer_ipproto_flow(const u32 *match_c, const u32 *match_v, u8 match) _mlx5_fs_is_outer_ipproto_flow() argument
/kernel/linux/linux-5.10/sound/soc/meson/
H A Dgx-card.c68 char *match) in gx_card_cpu_identify()
71 if (strstr(c->dai_name, match)) in gx_card_cpu_identify()
67 gx_card_cpu_identify(struct snd_soc_dai_link_component *c, char *match) gx_card_cpu_identify() argument
/kernel/linux/linux-5.10/fs/lockd/
H A Dsvcshare.c94 nlm_host_match_fn_t match) in nlmsvc_traverse_shares()
100 if (match(share->s_host, host)) { in nlmsvc_traverse_shares()
93 nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) nlmsvc_traverse_shares() argument
/kernel/linux/linux-5.10/drivers/power/reset/
H A Dqnap-poweroff.c80 const struct of_device_id *match = in qnap_power_off_probe() local
82 cfg = match->data; in qnap_power_off_probe()
/kernel/linux/linux-6.6/fs/lockd/
H A Dsvcshare.c94 nlm_host_match_fn_t match) in nlmsvc_traverse_shares()
100 if (match(share->s_host, host)) { in nlmsvc_traverse_shares()
93 nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) nlmsvc_traverse_shares() argument
/kernel/linux/linux-6.6/drivers/power/reset/
H A Dqnap-poweroff.c78 const struct of_device_id *match = in qnap_power_off_probe() local
80 cfg = match->data; in qnap_power_off_probe()
/kernel/linux/linux-6.6/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-ap806.c109 const struct of_device_id *match = in armada_ap806_pinctrl_probe() local
112 if (!match || !pdev->dev.parent) in armada_ap806_pinctrl_probe()
/kernel/linux/linux-6.6/sound/soc/meson/
H A Dgx-card.c68 char *match) in gx_card_cpu_identify()
71 if (strstr(c->dai_name, match)) in gx_card_cpu_identify()
67 gx_card_cpu_identify(struct snd_soc_dai_link_component *c, char *match) gx_card_cpu_identify() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_bpf.c2 /* Xtables module to match packets using a BPF filter.
19 MODULE_DESCRIPTION("Xtables: BPF filter match");
123 .match = bpf_mt,
134 .match = bpf_mt_v1,
/third_party/gn/src/gn/
H A Dfunction_filter_labels.cc93 "filter_labels_include: Remove labels that do not match a set of patterns.";
95 R"(filter_labels_include: Remove labels that do not match a set of patterns.
120 "filter_labels_exclude: Remove labels that match a set of patterns.";
122 R"(filter_labels_exclude: Remove labels that match a set of patterns.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DPluralSelectorFactory.java96 try { // for match exact. in matches()
104 String match = formattedValToCheck instanceof FormattedNumber in matches()
107 return match.equals(key); in matches()
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.h68 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
69 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
/third_party/node/test/common/
H A Dchild_process.js48 return { passed: false, reason: `did not match ${util.inspect(check)}` };
56 reason: `did not match expectation, checker throws:\n${util.inspect(error)}`,
/third_party/node/tools/icu/
H A Dshrink-icu-src.py76 if ignore_regex.match(file):
92 m = match_version.match(line)
/third_party/musl/src/network/
H A Ddn_comp.c35 /* longest suffix match of an ascii domain with a compressed domain name dn */
36 static int match(int *offset, const unsigned char *base, const unsigned char *dn, in match() function
76 m = match(&offset, *dnptrs, *p, end, lens, n); in dn_comp()
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_enums.py257 m = re.match('GL_VERSION_([0-9])_([0-9])', feature_name)
261 m = re.match('GL_ES_VERSION_([0-9])_([0-9])', feature_name)
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
H A Dcolors.js138 str = str.replace(newLineRegex, function(match) {
139 return code.close + match + code.open;
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/
H A Dcheckpoint.js103 // The first four bytes of the signature are the key hint (should match the
105 const signatures = Array.from(matches, (match) => {
106 const [, name, signature] = match;
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_compound_decl_body.py34 m = STRUCT_MEMBER_RE.match(srcinfo.text)
131 m = ENUM_MEMBER_RE.match(srcinfo.text)
/third_party/python/Tools/scripts/
H A Dpdeps.py79 m_found = m_import.match(line) or m_from.match(line)
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_idioms.py79 def match(self, node): member in FixIdioms
80 r = super(FixIdioms, self).match(node)
98 raise RuntimeError("Invalid match")
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
H A Dmathtex-script-type.min.js1 !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("katex"));else if("function"==typeof define&&define.amd)define(["katex"],t);else{var r="object"==typeof exports?t(require("katex")):t(e.katex);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}("undefined"!=typeof self?self:this,function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(t,r){t.exports=e},function(e,t,r){"use strict";r.r(t);var n=r(0),o=r.n(n),u=document.body.getElementsByTagName("script");(u=Array.prototype.slice.call(u)).forEach(function(e){if(!e.type||!e.type.match(/math\/tex/i))return-1;var t=null!=e.type.match(/mode\s*=\s*display(;|\s|\n|$)/),r=document.createElement(t?"div":"span");r.setAttribute("class",t (…)

Completed in 8 milliseconds

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