/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | prom_common.c | 100 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 D | pinctrl-armada-ap806.c | 109 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 D | xt_bpf.c | 2 /* 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 D | fs_helpers.h | 50 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 D | gx-card.c | 68 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 D | svcshare.c | 94 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 D | qnap-poweroff.c | 80 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 D | svcshare.c | 94 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 D | qnap-poweroff.c | 78 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 D | pinctrl-armada-ap806.c | 109 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 D | gx-card.c | 68 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 D | xt_bpf.c | 2 /* 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 D | function_filter_labels.cc | 93 "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 D | PluralSelectorFactory.java | 96 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 D | regextst.h | 68 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 D | child_process.js | 48 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 D | shrink-icu-src.py | 76 if ignore_regex.match(file): 92 m = match_version.match(line)
|
/third_party/musl/src/network/ |
H A D | dn_comp.c | 35 /* 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 D | gl_enums.py | 257 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 D | colors.js | 138 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 D | checkpoint.js | 103 // 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.py | 34 m = STRUCT_MEMBER_RE.match(srcinfo.text) 131 m = ENUM_MEMBER_RE.match(srcinfo.text)
|
/third_party/python/Tools/scripts/ |
H A D | pdeps.py | 79 m_found = m_import.match(line) or m_from.match(line)
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_idioms.py | 79 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 D | mathtex-script-type.min.js | 1 !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 (…)
|