/third_party/node/deps/llhttp/src/ |
H A D | llhttp.c | 575 int match) { in llhttp__internal__c_store_method() 576 state->method = match; in llhttp__internal__c_store_method() 686 int match) { in llhttp__internal__c_mul_add_content_length() 695 if (match >= 0) { in llhttp__internal__c_mul_add_content_length() 696 if (state->content_length > 0xffffffffffffffffULL - match) { in llhttp__internal__c_mul_add_content_length() 700 if (state->content_length < 0ULL - match) { in llhttp__internal__c_mul_add_content_length() 704 state->content_length += match; in llhttp__internal__c_mul_add_content_length() 755 int match) { in llhttp__internal__c_store_header_state() 756 state->header_state = match; in llhttp__internal__c_store_header_state() 865 int match) { in llhttp__internal__c_mul_add_content_length_1() 571 llhttp__internal__c_store_method( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_method() argument 682 llhttp__internal__c_mul_add_content_length( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_content_length() argument 751 llhttp__internal__c_store_header_state( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_header_state() argument 861 llhttp__internal__c_mul_add_content_length_1( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_content_length_1() argument 948 llhttp__internal__c_store_http_major( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_http_major() argument 957 llhttp__internal__c_store_http_minor( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_http_minor() argument 995 llhttp__internal__c_mul_add_status_code( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_status_code() argument 1056 int match; llhttp__internal__run() local 8733 llhttp__internal__c_store_method( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_method() argument 8844 llhttp__internal__c_mul_add_content_length( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_content_length() argument 8913 llhttp__internal__c_store_header_state( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_header_state() argument 9023 llhttp__internal__c_mul_add_content_length_1( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_content_length_1() argument 9110 llhttp__internal__c_store_http_major( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_http_major() argument 9119 llhttp__internal__c_store_http_minor( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_http_minor() argument 9157 llhttp__internal__c_mul_add_status_code( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_status_code() argument 9218 int match; llhttp__internal__run() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | graphparser.c | 313 AVFilterInOut *match; in parse_inputs() local 321 match = extract_inout(name, open_outputs); in parse_inputs() 323 if (match) { in parse_inputs() 327 if (!(match = av_mallocz(sizeof(AVFilterInOut)))) { in parse_inputs() 332 match->name = name; in parse_inputs() 333 match->pad_idx = pad; in parse_inputs() 336 append_inout(&parsed_inputs, &match); in parse_inputs() 356 AVFilterInOut *match; in parse_outputs() local 372 match = extract_inout(name, open_inputs); in parse_outputs() 374 if (match) { in parse_outputs() 491 AVFilterInOut *cur, *match, *inputs = NULL, *outputs = NULL; avfilter_graph_parse() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MIPatternMatch.h | 25 return P.match(MRI, R); in mi_match() 33 bool match(const MachineRegisterInfo &MRI, unsigned Reg) { in match() function 34 return MRI.hasOneUse(Reg) && SubPat.match(MRI, Reg); in match() 46 bool match(const MachineRegisterInfo &MRI, unsigned Reg) { in match() function 58 // Currently assumes the Src for a match is a register. 63 bool match(const MachineRegisterInfo &MRI, unsigned Reg) { return true; } in match() function 64 bool match(const MachineRegisterInfo &MRI, MachineOperand *MO) { in match() function 74 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { in match() function 86 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { in match() function 87 return P.match(MR in match() 93 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { match() function 104 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { match() function 158 template <typename ITy> bool match(const MachineRegisterInfo &MRI, ITy &&V) { match() function 179 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { match() function 247 bool match(const MachineRegisterInfo &MRI, OpTy &&Op) { match() function 328 bool match(const MachineRegisterInfo &MRI, unsigned Reg) { match() function [all...] |
/third_party/rust/crates/regex/regex-capi/ctest/ |
H A D | test.c | 23 "[test_is_match] expected match, but got no match\n"); in test_is_match() 42 "[test_shortest_match] expected match, " in test_shortest_match() 43 "but got no match\n"); in test_shortest_match() 51 "[test_shortest_match] expected match end location %zu " in test_shortest_match() 65 rure_match match = {0}; in test_find() local 67 0, &match); in test_find() 70 fprintf(stderr, "[test_find] expected match, but got no match\n"); in test_find() 76 if (match in test_find() 94 rure_match match = {0}; test_captures() local 156 rure_match match = {0}; test_iter() local [all...] |
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | cdomain.py | 60 def markup_namespace(match): 63 namespace = match.group(1) 71 def markup_macro(match): 72 return ".. c:function:: " + match.group(1) + ' ' + match.group(2) 80 def markup_ctype(match): 81 return ".. c:type:: " + match.group(2) 88 def markup_ctype_refs(match): 89 return ":c:type:`" + match.group(2) + '`' 95 def markup_c_expr(match) [all...] |
H A D | automarkup.py | 103 # Include any text prior to match as a normal text node. 121 # own C role, but both match the same regex, so we try both. 123 def markup_func_ref_sphinx3(docname, app, match): 131 target = match.group(2) 132 target_text = nodes.Text(match.group(0)) 158 def markup_c_ref(docname, app, match): 182 target = match.group(2) 183 target_text = nodes.Text(match.group(0)) 185 if not ((match.re == RE_function and target in Skipfuncs) 187 lit_text = nodes.literal(classes=['xref', 'c', class_str[match [all...] |
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | cdomain.py | 60 def markup_namespace(match): 63 namespace = match.group(1) 71 def markup_macro(match): 72 return ".. c:function:: " + match.group(1) + ' ' + match.group(2) 80 def markup_ctype(match): 81 return ".. c:type:: " + match.group(2) 88 def markup_ctype_refs(match): 89 return ":c:type:`" + match.group(2) + '`' 95 def markup_c_expr(match) [all...] |
/third_party/gn/misc/vim/syntax/ |
H A D | gn.vim | 12 syn case match 59 syn match gnTargetName '\v:[^"]+' contained 72 "syn match gnOperator /=/ 73 "syn match gnOperator /!=/ 74 "syn match gnOperator />=/ 75 "syn match gnOperator /<=/ 76 "syn match gnOperator /==/ 77 "syn match gnOperator /+=/ 78 "syn match gnOperator /-=/ 79 "syn match gnOperato [all...] |
/third_party/ninja/misc/ |
H A D | ninja.vim | 22 syn case match 27 syn match ninjaComment /\(\$\n\)\@<!\_^\s*#.*$/ contains=@Spell 32 syn match ninjaKeyword "^build\>" 33 syn match ninjaKeyword "^rule\>" 34 syn match ninjaKeyword "^pool\>" 35 syn match ninjaKeyword "^default\>" 36 syn match ninjaKeyword "^include\>" 37 syn match ninjaKeyword "^subninja\>" 62 syn match ninjaDollar "\$\$" 63 syn match ninjaWrapLineOperato [all...] |
/third_party/skia/tests/ |
H A D | RecordPatternTest.cpp | 25 REPORTER_ASSERT(r, !pattern.match(&record, 0)); in DEF_TEST() 29 // Build up a save-clip-restore block. The pattern will match only it's complete. in DEF_TEST() 31 REPORTER_ASSERT(r, !pattern.match(&record, 0)); in DEF_TEST() 34 REPORTER_ASSERT(r, !pattern.match(&record, 0)); in DEF_TEST() 37 REPORTER_ASSERT(r, pattern.match(&record, 0)); in DEF_TEST() 56 // We should match only at 0 and 3. Going over the length should fail gracefully. in DEF_TEST() 59 REPORTER_ASSERT(r, pattern.match(&record, i) == i + 3); in DEF_TEST() 61 REPORTER_ASSERT(r, !pattern.match(&record, i)); in DEF_TEST() 77 REPORTER_ASSERT(r, !pattern.match(&record, 0)); in DEF_TEST() 90 REPORTER_ASSERT(r, pattern.match( in DEF_TEST() [all...] |
/third_party/icu/icu4c/source/samples/csdet/ |
H A D | csdet.c | 33 int32_t inputLength, match, matchCount = 0; in main() local 60 for(match = 0; match < matchCount; match += 1) { in main() 61 const char *name = ucsdet_getName(csm[match], &status); in main() 62 const char *lang = ucsdet_getLanguage(csm[match], &status); in main() 63 int32_t confidence = ucsdet_getConfidence(csm[match], &status); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/csdet/ |
H A D | csdet.c | 33 int32_t inputLength, match, matchCount = 0; in main() local 60 for(match = 0; match < matchCount; match += 1) { in main() 61 const char *name = ucsdet_getName(csm[match], &status); in main() 62 const char *lang = ucsdet_getLanguage(csm[match], &status); in main() 63 int32_t confidence = ucsdet_getConfidence(csm[match], &status); in main()
|
/third_party/node/deps/v8/tools/ |
H A D | update-object-macros-undef.py | 41 match = regexp.match(line) 42 if match and match.group(1) not in seen: 43 seen.add(match.group(1)) 44 outfile.write('#undef {}\n'.format(match.group(1)))
|
/third_party/typescript/tests/baselines/reference/ |
H A D | bestChoiceType.js | 4 (''.match(/ /) || []).map(s => s.toLowerCase()); 9 let x = ''.match(/ /); 15 let x = ''.match(/ /); 23 (''.match(/ /) || []).map(function (s) { return s.toLowerCase(); });
26 var x = ''.match(/ /);
31 var x = ''.match(/ /);
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_compat.c | 397 struct xt_match *match = expr->ops->data; in __nft_match_eval() local 402 nft_compat_set_par(&xt, pkt, match, info); in __nft_match_eval() 404 ret = match->match(skb, &xt); in __nft_match_eval() 446 struct xt_match *match, void *info, in nft_match_set_mtchk_param() 471 par->match = match; in nft_match_set_mtchk_param() 501 struct xt_match *match = expr->ops->data; in __nft_match_init() local 509 match_compat_from_user(match, nla_data(tb[NFTA_MATCH_INFO]), info); in __nft_match_init() 517 nft_match_set_mtchk_param(&par, ctx, match, inf in __nft_match_init() 445 nft_match_set_mtchk_param(struct xt_mtchk_param *par, const struct nft_ctx *ctx, struct xt_match *match, void *info, union nft_entry *entry, u16 proto, bool inv) nft_match_set_mtchk_param() argument 553 struct xt_match *match = expr->ops->data; __nft_match_destroy() local 585 struct xt_match *match = expr->ops->data; __nft_match_dump() local 617 struct xt_match *match = expr->ops->data; nft_match_validate() local 779 const struct xt_match *match = expr->ops->data; nft_match_reduce() local 789 struct xt_match *match; nft_match_select_ops() local 848 struct xt_match *match = ops->data; nft_match_release_ops() local [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | earlycon.c | 138 static int __init register_earlycon(char *buf, const struct earlycon_id *match) in register_earlycon() argument 153 earlycon_init(&early_console_dev, match->name); in register_earlycon() 154 err = match->setup(&early_console_dev, buf); in register_earlycon() 166 * setup_earlycon - match and register earlycon console 185 const struct earlycon_id *match; in setup_earlycon() local 195 for (match = __earlycon_table; match < __earlycon_table_end; match++) { in setup_earlycon() 196 size_t len = strlen(match->name); in setup_earlycon() 198 if (strncmp(buf, match in setup_earlycon() 253 of_setup_earlycon(const struct earlycon_id *match, unsigned long node, const char *options) of_setup_earlycon() argument [all...] |
/third_party/astc-encoder/Test/testlib/ |
H A D | encoder.py | 131 match = patternPSNR.match(line) 132 if match: 133 runPSNR = float(match.group(1)) 135 match = patternTTime.match(line) 136 if match: 137 runTTime = float(match.group(1)) 139 match = patternCTime.match(lin [all...] |
/third_party/musl/src/regex/ |
H A D | glob.c | 14 struct match struct 16 struct match *next; 20 static int append(struct match **tail, const char *name, size_t len, int mark) in append() 22 struct match *new = malloc(sizeof(struct match) + len + 2); in append() 35 static int do_glob(char *buf, size_t pos, int type, char *pat, int flags, int (*errfunc)(const char *path, int err), struct match **tail) in do_glob() 94 * requested and we don't yet know if the match is a dir, in do_glob() 152 * fnmatch would match them with FNM_PERIOD rules in effect. */ in do_glob() 180 static void freelist(struct match *head) in freelist() 182 struct match *matc in freelist() local [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl.cc | 355 if (match(Token::Type::kSemicolon) || match(Token::Type::kEOF)) in expect_global_decl() 454 // No match, no error - the parser might not have progressed. in expect_global_decl() 483 if (match(Token::Type::kEqual)) { in global_variable_decl() 507 if (!match(Token::Type::kLet)) { in global_constant_decl() 518 if (match(Token::Type::kEqual)) { in global_constant_decl() 541 if (!match(Token::Type::kVar, &source)) in variable_decl() 645 if (match(Token::Type::kSampler, &source)) in sampler_type() 648 if (match(Token::Type::kComparisonSampler, &source)) in sampler_type() 662 if (match(Toke in sampled_texture_type() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucsdetst.c | 129 const UCharsetMatch *match; in TestUTF8() local 141 match = ucsdet_detect(csd, &status); in TestUTF8() 143 if (match == NULL) { in TestUTF8() 148 dLength = ucsdet_getUChars(match, detected, sLength, &status); in TestUTF8() 175 const UCharsetMatch *match; in TestUTF16() local 180 match = ucsdet_detect(csd, &status); in TestUTF16() 182 if (match == NULL) { in TestUTF16() 187 name = ucsdet_getName(match, &status); in TestUTF16() 188 conf = ucsdet_getConfidence(match, &status); in TestUTF16() 200 match in TestUTF16() 238 const UCharsetMatch *match; TestC1Bytes() local 291 const UCharsetMatch *match; TestInputFilter() local 396 const UCharsetMatch *match; TestBufferOverflow() local 482 const UCharsetMatch *match; TestIBM424() local 560 const UCharsetMatch *match; TestIBM420() local [all...] |
/kernel/linux/linux-6.6/fs/efivarfs/ |
H A D | vars.c | 28 validate_device_path(efi_char16_t *var_name, int match, u8 *buffer, in validate_device_path() argument 61 validate_boot_order(efi_char16_t *var_name, int match, u8 *buffer, in validate_boot_order() argument 72 validate_load_option(efi_char16_t *var_name, int match, u8 *buffer, in validate_load_option() argument 81 for (i = match; i < match+4; i++) { in validate_load_option() 88 if (namelen > match + 4) in validate_load_option() 118 return validate_device_path(var_name, match, buffer + desclength + 6, in validate_load_option() 123 validate_uint16(efi_char16_t *var_name, int match, u8 *buffer, in validate_uint16() argument 134 validate_ascii_string(efi_char16_t *var_name, int match, u8 *buffer, in validate_ascii_string() argument 153 bool (*validate)(efi_char16_t *var_name, int match, u 200 variable_matches(const char *var_name, size_t len, const char *match_name, int *match) variable_matches() argument 246 int match = 0; efivar_validate() local 269 int match = 0; efivar_variable_is_removable() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/ |
H A D | dyn_test.c | 93 static int check_match(int *check, const char *first, const char *second, bool *match) in check_match() argument 107 *match = false; in check_match() 114 *match = true; in check_match() 129 bool match; \ 130 ASSERT_NE(-1, check_match(&self->check, x, y, &match)); \ 131 ASSERT_EQ(true, match); \ 136 bool match; \ 137 ASSERT_NE(-1, check_match(&self->check, x, y, &match)); \ 138 ASSERT_EQ(false, match); \ 206 /* Multiple names match */ in TEST_F() [all...] |
/third_party/python/Tools/ssl/ |
H A D | make_ssl_data.py | 33 match = pat.search(line) 34 if match is not None: 35 yield match 42 for match in _file_search(args.err_h, pat): 43 libname, num = match.groups() 53 for match in _file_search(args.errtxt, pat): 54 reason, libname, errname, num = match.groups() 65 for match in _file_search(args.errcodes, pat): 66 reason, libname, errname, num = match.groups()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | machine.h | 46 const struct of_device_id *match; in mips_machine_is_compatible() local 51 for (match = mach->matches; match->compatible[0]; match++) { in mips_machine_is_compatible() 52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible() 53 return match; in mips_machine_is_compatible()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | machine.h | 46 const struct of_device_id *match; in mips_machine_is_compatible() local 51 for (match = mach->matches; match->compatible[0]; match++) { in mips_machine_is_compatible() 52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible() 53 return match; in mips_machine_is_compatible()
|