/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | macro_collector.py | 260 def record_algorithm_subtype(self, name: str, expansion: str) -> None: 263 Given a ``PSA_ALG_xxx`` macro name and its expansion, if the algorithm 273 elif re.search(r'0x020000[0-9A-Fa-f]{2}', expansion): 275 elif re.search(r'0x03[0-9A-Fa-f]{6}', expansion): 277 elif re.search(r'0x05[0-9A-Fa-f]{6}', expansion): 279 elif re.search(r'0x09[0-9A-Fa-f]{2}0000', expansion): 281 elif re.search(r'0x08[0-9A-Fa-f]{6}', expansion): 285 # or a single parameter and a non-empty expansion. 287 # and the expansion in group 3. 302 name, parameter, expansion [all...] |
/third_party/node/deps/minimatch/src/node_modules/brace-expansion/ |
H A D | index.js | 109 var expansion = pre+ '{' + m.body + '}' + post[k]; 110 expansions.push(expansion); 194 var expansion = pre + N[j] + post[k]; 195 if (!isTop || isSequence || expansion) 196 expansions.push(expansion);
|
/third_party/node/deps/npm/node_modules/brace-expansion/ |
H A D | index.js | 109 var expansion = pre+ '{' + m.body + '}' + post[k]; 110 expansions.push(expansion); 194 var expansion = pre + N[j] + post[k]; 195 if (!isTop || isSequence || expansion) 196 expansions.push(expansion);
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 49 static int counter_macro = 0; // __COUNTER__ expansion 422 sparse_error(token->pos, "too long token expansion"); in show_token_sequence() 751 struct token *expansion = sym->expansion; in expand() local 774 tail = substitute(list, expansion, args); in expand() 1178 sparse_error(arg->pos, "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"); in parse_arguments() 1295 sparse_error(concat->pos, "'##' cannot appear at the ends of macro expansion"); in handle_hashhash() 1299 static struct token *parse_expansion(struct token *expansion, struct token *arglist, struct ident *name) in parse_expansion() argument 1301 struct token *token = expansion; in parse_expansion() 1307 for (p = &expansion; !eof_toke in parse_expansion() 1345 do_define(struct position pos, struct token *token, struct ident *name, struct token *arglist, struct token *expansion, int attr) do_define() argument 1472 struct token *arglist, *expansion; do_handle_define() local [all...] |
H A D | c2xml.c | 242 pos = get_expansion_end(sym->expansion); in examine_macro()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucol_swp.cpp | 166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3() 188 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3() 193 if(header.mappingPosition!=0 && header.expansion!=0) { in swapFormatVersion3() 196 count=header.contractionIndex-header.expansion; in swapFormatVersion3() 199 count=header.mappingPosition-header.expansion; in swapFormatVersion3() 201 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3() 202 outBytes+header.expansion, pErrorCode); in swapFormatVersion3() 223 /* swap the max expansion table */ in swapFormatVersion3()
|
H A D | ucol_data.h | 45 uint32_t expansion; /* uint32_t *expansion; */ member 52 expansion */ 53 uint32_t expansionCESize; /* array of maximum expansion size 54 corresponding to the expansion
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucol_swp.cpp | 166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3() 188 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3() 193 if(header.mappingPosition!=0 && header.expansion!=0) { in swapFormatVersion3() 196 count=header.contractionIndex-header.expansion; in swapFormatVersion3() 199 count=header.mappingPosition-header.expansion; in swapFormatVersion3() 201 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3() 202 outBytes+header.expansion, pErrorCode); in swapFormatVersion3() 223 /* swap the max expansion table */ in swapFormatVersion3()
|
H A D | ucol_data.h | 45 uint32_t expansion; /* uint32_t *expansion; */ member 52 expansion */ 53 uint32_t expansionCESize; /* array of maximum expansion size 54 corresponding to the expansion
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucol_swp.cpp | 166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3() 188 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3() 193 if(header.mappingPosition!=0 && header.expansion!=0) { in swapFormatVersion3() 196 count=header.contractionIndex-header.expansion; in swapFormatVersion3() 199 count=header.mappingPosition-header.expansion; in swapFormatVersion3() 201 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3() 202 outBytes+header.expansion, pErrorCode); in swapFormatVersion3() 223 /* swap the max expansion table */ in swapFormatVersion3()
|
H A D | ucol_data.h | 45 uint32_t expansion; /* uint32_t *expansion; */ member 52 expansion */ 53 uint32_t expansionCESize; /* array of maximum expansion size 54 corresponding to the expansion
|
/third_party/node/src/ |
H A D | node_options-inl.h | 268 // on the command line (i.e. not generated through alias expansion). in pop_first() 312 // otherwise be the result of alias expansion.) in Parse() 320 // by alias expansion. in Parse() 357 const std::vector<std::string>& expansion = it->second; in Parse() local 359 // Use the first entry in the expansion as the new 'name'. in Parse() 360 name = expansion.front(); in Parse() 362 if (expansion.size() > 1) { in Parse() 366 expansion.begin() + 1, in Parse() 367 expansion.end()); in Parse()
|
/third_party/gn/src/gn/ |
H A D | function_process_file_template_unittest.cc | 18 Value expansion(nullptr, "1234{{source_name_part}}5678"); in TEST() 19 args.push_back(expansion); in TEST()
|
H A D | functions_target.cc | 220 variable should specify one or more files with a source expansion pattern in 374 The "bundle_*_dir" are be used for the expansion of {{bundle_*_dir}} rules in 547 mapping from each source file to an output file name using source expansion 574 # Use source expansion to generate output files with the corresponding file
|
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 643 qr'[^\\\$]\{([^\s\\\}]*?,)+[^\\\}\s]*\}' => q<brace expansion>, 645 q<brace expansion, {a..b[..c]}should be $(seq a [c] b)>, 646 qr'(?i)\{[a-z]\.\.[a-z](?:\.\.\d+)?\}' => q<brace expansion>, 722 q<non-standard tilde expansion>,
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp-parse.y | 133 /* Perform macro expansion in-place on the given list. */ 1764 /* Perform macro expansion on 'list', placing the resulting tokens 1815 yyerror(&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n"); 1832 * Returns NULL if node is a simple token with no expansion, (that is, 1837 * Compute the complete expansion of node (which is a function-like 1840 * Returns the token list that results from the expansion and sets 1842 * expansion. Specifically, *last will be set as follows: as the 1925 /* After argument substitution, and before further expansion 1935 /* Compute the complete expansion of node, (and subsequent nodes after 1939 * Returns NULL if node is a simple token with no expansion [all...] |
/third_party/rust/crates/syn/codegen/src/ |
H A D | parse.rs | 419 let expansion; in parse_token_macro() 420 braced!(expansion in input); in parse_token_macro() 422 expansion.parse::<Token![$]>()?; in parse_token_macro() 423 let path: Path = expansion.parse()?; in parse_token_macro()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | usearch.cpp | 283 * expansion will be perform as we go along. Adding 1 to ensure that the table 355 * expansion will be perform as we go along. Adding 1 to ensure that the table 434 * @return expansionsize the total expansion size of the pattern 491 // the number of ces minus their expansion, since expansions can come in setShiftTable() 1184 int32_t expansion = getExpansionPrefix(coleiter); in checkNextExactContractionMatch() local 1185 UBool expandflag = expansion > 0; in checkNextExactContractionMatch() 1187 while (expansion > 0) { in checkNextExactContractionMatch() 1189 // since backward contraction/expansion may have extra ces if we in checkNextExactContractionMatch() 1192 // E.g. the character \u01FA will have an expansion of 3, but if in checkNextExactContractionMatch() 1194 // have to skip the first ce in the expansion buffe in checkNextExactContractionMatch() 1827 int32_t expansion = getExpansionPrefix(coleiter); checkNextCanonicalContractionMatch() local 2025 int32_t expansion = getExpansionSuffix(coleiter); checkPreviousExactContractionMatch() local 2465 int32_t expansion = getExpansionSuffix(coleiter); checkPreviousCanonicalContractionMatch() local [all...] |
/third_party/node/lib/internal/process/ |
H A D | per_thread.js | 305 for (const { 0: from, 1: expansion } of aliases) { 306 if (ArrayPrototypeEvery(expansion, isAccepted)) {
|
/third_party/node/lib/internal/modules/cjs/ |
H A D | loader.js | 546 let expansion; 548 expansion = '.'; 550 expansion = '.' + StringPrototypeSlice(request, pkg.name.length); 558 pathToFileURL(pkgPath + '/package.json'), expansion, pkg, 582 const { 1: name, 2: expansion = '' } = 591 pathToFileURL(pkgPath + '/package.json'), '.' + expansion, pkg, null,
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_speechnorm.c | 97 { "expansion", "set the max expansion factor", OFFSET(max_expansion), AV_OPT_TYPE_DOUBLE, {.dbl=2.0}, 1.0, 50.0, FLAGS }, 98 { "e", "set the max expansion factor", OFFSET(max_expansion), AV_OPT_TYPE_DOUBLE, {.dbl=2.0}, 1.0, 50.0, FLAGS }, 103 { "raise", "set the expansion raising amount", OFFSET(raise_amount), AV_OPT_TYPE_DOUBLE, {.dbl=0.001}, 0.0, 1.0, FLAGS }, 104 { "r", "set the expansion raising amount", OFFSET(raise_amount), AV_OPT_TYPE_DOUBLE, {.dbl=0.001}, 0.0, 1.0, FLAGS }, 167 const double expansion = FFMIN(s->max_expansion, s->peak_value / pi_max_peak); in next_gain() local 174 return FFMIN(expansion, state + s->raise_amount); in next_gain() 176 return FFMIN(expansion, FFMAX(compression, state - s->fall_amount)); in next_gain()
|
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 700 size_t expansion = 0; in DoReplaceMatchesAfterOffset() local 708 expansion += expansion_per_match; in DoReplaceMatchesAfterOffset() 711 const size_t final_length = str_length + expansion; in DoReplaceMatchesAfterOffset() 741 size_t shift_dst = shift_src + expansion; in DoReplaceMatchesAfterOffset() 743 // Big |expansion| factors (relative to |str_length|) require padding up to in DoReplaceMatchesAfterOffset() 757 // (a) If the string is being shortened, |expansion| is zero and in DoReplaceMatchesAfterOffset() 761 // |read_offset|, but |expansion| is big enough so that |write_offset| in DoReplaceMatchesAfterOffset() 765 size_t read_offset = first_match + expansion; in DoReplaceMatchesAfterOffset()
|
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.h | 117 UBool getExpansionLine(const Line &expansion, const Line &previous, const Line &exp, Line &expansionLine);
|
/third_party/node/deps/minimatch/ |
H A D | index.js | 95 // node_modules/brace-expansion/index.js 97 "node_modules/brace-expansion/index.js"(exports2, module2) { 163 var expansion = pre + "{" + m.body + "}" + post[k]; 164 expansions.push(expansion); 235 var expansion = pre + N[j] + post[k]; 236 if (!isTop || isSequence || expansion) 237 expansions.push(expansion);
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 86 and r1,r1,#0xff @ Get r1 back to a single character from the expansion above
|