| /u-boot/lib/ |
| A D | lz4.c | 186 const BYTE *match; in LZ4_decompress_generic() local 230 match = op - offset; in LZ4_decompress_generic() 350 match = op - offset; in LZ4_decompress_generic() 454 *op++ = *match++; in LZ4_decompress_generic() 465 op[0] = match[0]; in LZ4_decompress_generic() 466 op[1] = match[1]; in LZ4_decompress_generic() 467 op[2] = match[2]; in LZ4_decompress_generic() 468 op[3] = match[3]; in LZ4_decompress_generic() 473 LZ4_copy8(op, match); in LZ4_decompress_generic() 474 match += 8; in LZ4_decompress_generic() [all …]
|
| A D | slre.c | 437 static int match(const struct slre *, int, 447 while (match(r, pc + 2, s, len, ofs, NULL)) { in loop_greedy() 449 if (match(r, pc + r->code[pc + 1], s, len, ofs, NULL)) in loop_greedy() 462 while (match(r, pc + 2, s, len, ofs, NULL)) { in loop_non_greedy() 517 res = match(r, pc + 3, s, len, ofs, caps); in match() 520 res = match(r, pc + r->code[pc + 1], in match() 538 if (!match(r, pc + 2, s, len, ofs, caps)) in match() 553 res = match(r, pc + 2, s, len, ofs, caps); in match() 561 res = match(r, pc + 2, s, len, ofs, caps); in match() 654 res = match(r, 0, buf, len, &ofs, caps); in slre_match() [all …]
|
| /u-boot/tools/patman/ |
| A D | checkpatch.py | 65 if RE_NOTE.match(message): 70 err_match = RE_ERROR.match(message) 71 warn_match = RE_WARNING.match(message) 72 check_match = RE_CHECK.match(message) 167 match = re_stats_full.match(message) 168 if not match: 169 match = re_stats.match(message) 170 if match: 173 if len(match.groups()) == 4: 178 elif re_ok.match(message): [all …]
|
| A D | patchstream.py | 319 cover_match = RE_COVER.match(line) 320 signoff_match = RE_SIGNOFF.match(line) 322 diff_match = RE_DIFF.match(line) 323 line_match = RE_LINE.match(line) 324 invalid_match = RE_INV_TAG.match(line) 327 tag_match = RE_TAG.match(line) 510 mat = RE_SPACE_BEFORE_TAB.match(line) 636 match = re_fname.match(line) 637 if match: 639 fname = match.group(1) [all …]
|
| A D | __main__.py | 169 match = re_line.match(line) variable 170 if match and match.group(1) == args.patchfiles[0]: 171 for cc in match.group(2).split('\0'):
|
| A D | patman | 169 match = re_line.match(line) variable 170 if match and match.group(1) == args.patchfiles[0]: 171 for cc in match.group(2).split('\0'):
|
| /u-boot/doc/sphinx/ |
| A D | automarkup.py | 135 base_target = match.group(2) 136 target_text = nodes.Text(match.group(0)) 170 def markup_c_ref(docname, app, match): argument 194 base_target = match.group(2) 195 target_text = nodes.Text(match.group(0)) 232 def markup_doc_ref(docname, app, match): argument 237 target = match.group(1) 257 return nodes.Text(match.group(0)) 263 match = RE_namespace.search(l) 264 if match: [all …]
|
| A D | cdomain.py | 60 def markup_namespace(match): argument 63 namespace = match.group(1) 71 def markup_macro(match): argument 72 return ".. c:function:: " + match.group(1) + ' ' + match.group(2) 80 def markup_ctype(match): argument 81 return ".. c:type:: " + match.group(2) 88 def markup_ctype_refs(match): argument 95 def markup_c_expr(match): argument 96 return '\ ``' + match.group(2) + '``\ ' 163 m = c_funcptr_sig_re.match(sig) [all …]
|
| A D | kernel_abi.py | 157 match = line_regex.search(line) 158 if match: 159 new_f = match.group(1) 170 ln = int(match.group(2)) - 1
|
| /u-boot/doc/device-tree-bindings/memory/ |
| A D | memory.txt | 6 ID masks. To match a set of board ids, a board-id node may define match-mask 7 and match-value ints to define a mask to apply to the board id, and the value 8 that the result should have for the match to be considered valid. The mask 9 defaults to -1, meaning that the value must fully match the board id. 23 match-mask - A mask to apply to the board id. This must be accompanied by 24 match-value. 25 match-value - The required resulting value of the board id mask for the given 26 node to be considered a match. 46 match-value = <17>; 51 match-mask = <2>; [all …]
|
| /u-boot/drivers/soc/ |
| A D | soc-uclass.c | 54 bool match; in soc_device_match() local 69 match = true; in soc_device_match() 74 match = false; in soc_device_match() 81 match = false; in soc_device_match() 88 match = false; in soc_device_match() 92 if (match) in soc_device_match()
|
| /u-boot/include/dm/ |
| A D | devres.h | 93 dr_match_t match, void *match_data); 109 dr_match_t match, void *match_data); 126 dr_match_t match, void *match_data); 146 dr_match_t match, void *match_data); 163 dr_match_t match, void *match_data); 227 dr_match_t match, void *match_data) in devres_find() argument 233 dr_match_t match, void *match_data) in devres_get() argument 239 dr_match_t match, void *match_data) in devres_remove() argument 245 dr_match_t match, void *match_data) in devres_destroy() argument 251 dr_match_t match, void *match_data) in devres_release() argument
|
| /u-boot/cmd/ |
| A D | ethsw.c | 639 .match = &keyword_match_gen, 642 .match = &keyword_match_gen, 645 .match = &keyword_match_port 648 .match = &keyword_match_gen, 651 .match = &keyword_match_gen, 654 .match = &keyword_match_gen, 657 .match = &keyword_match_gen, 660 .match = &keyword_match_gen, 663 .match = &keyword_match_gen, 669 .match = &keyword_match_gen, [all …]
|
| A D | legacy_led.c | 90 int i, match = 0; in do_legacy_led() local 106 match = 1; in do_legacy_led() 142 if (!match) { in do_legacy_led()
|
| /u-boot/drivers/core/ |
| A D | devres.c | 120 dr_match_t match, void *match_data) in devres_find() argument 127 if (match && !match(dev, dr->data, match_data)) in devres_find() 136 dr_match_t match, void *match_data) in devres_get() argument 141 res = devres_find(dev, new_dr->release, match, match_data); in devres_get() 153 dr_match_t match, void *match_data) in devres_remove() argument 157 res = devres_find(dev, release, match, match_data); in devres_remove() 169 dr_match_t match, void *match_data) in devres_destroy() argument 173 res = devres_remove(dev, release, match, match_data); in devres_destroy() 182 dr_match_t match, void *match_data) in devres_release() argument 186 res = devres_remove(dev, release, match, match_data); in devres_release()
|
| A D | dump.c | 158 const struct udevice_id *match; in dm_dump_driver_compat() local 163 match = entry->of_match; in dm_dump_driver_compat() 166 if (match) { in dm_dump_driver_compat() 167 printf(" %s", match->compatible); in dm_dump_driver_compat() 168 match++; in dm_dump_driver_compat() 172 for (; match && match->compatible; match++) in dm_dump_driver_compat() 173 printf("%-20.20s %s\n", "", match->compatible); in dm_dump_driver_compat()
|
| /u-boot/lib/zlib/ |
| A D | inftrees.c | 53 unsigned match; /* use base and extra for symbol >= match */ in inflate_table() local 181 match = 20; in inflate_table() 186 match = 257; in inflate_table() 191 match = 0; in inflate_table() 213 if (work[sym] + 1 < match) { in inflate_table() 216 } else if (work[sym] >= match) { in inflate_table() 217 this.op = (unsigned char)(extra[work[sym] - match]); in inflate_table() 218 this.val = base[work[sym] - match]; in inflate_table()
|
| A D | deflate.c | 1172 scan++, match++; 1208 } while (*++scan == *++match && *++scan == *++match && 1209 *++scan == *++match && *++scan == *++match && 1210 *++scan == *++match && *++scan == *++match && 1211 *++scan == *++match && *++scan == *++match && 1267 if (match[0] != scan[0] || match[1] != scan[1]) return MIN_MATCH-1; 1282 } while (*++scan == *++match && *++scan == *++match && 1283 *++scan == *++match && *++scan == *++match && 1284 *++scan == *++match && *++scan == *++match && 1285 *++scan == *++match && *++scan == *++match && [all …]
|
| /u-boot/scripts/ |
| A D | env2string.awk | 31 has_var = match($0, "^([^ \t=][^ =]*)=(.*)$") 42 match($0, "^([^ \t=][^ =]*)=") 48 if (length(env) != 0 && match(var, "^(.*)[+]$")) {
|
| /u-boot/env/ |
| A D | attr.c | 218 const char *match = strstr(cur_searched, search_for); in reverse_name_search() local 223 if (match == NULL) in reverse_name_search() 226 prevch = match - 1; in reverse_name_search() 227 nextch = match + strlen(search_for); in reverse_name_search() 236 cur_searched = match + 1; in reverse_name_search() 238 if (match != searched && in reverse_name_search() 248 *result = match; in reverse_name_search()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_var_mem.c | 38 bool match = true; in efi_var_mem_compare() local 41 i < sizeof(efi_guid_t) && match; ++i) in efi_var_mem_compare() 42 match = (guid1[i] == guid2[i]); in efi_var_mem_compare() 45 if (match) in efi_var_mem_compare() 46 match = (*data == *var_name); in efi_var_mem_compare() 59 if (match) in efi_var_mem_compare() 62 return match; in efi_var_mem_compare() 93 bool match; in efi_var_mem_find() local 95 match = efi_var_mem_compare(var, guid, name, &pos); in efi_var_mem_find() 98 if (match) { in efi_var_mem_find()
|
| /u-boot/tools/dtoc/ |
| A D | src_scan.py | 306 m_struct = re_struct.match(line) 311 m_asm = re_asm.match(rel_fname) 381 m_priv = re_priv.match(line) 382 m_per_dev_priv = re_per_device_priv.match(line) 499 m_priv = re_priv.match(line) 500 m_plat = re_plat.match(line) 501 m_cplat = re_child_plat.match(line) 502 m_cpriv = re_child_priv.match(line) 503 m_phase = re_phase.match(line) 504 m_hdr = re_hdr.match(line) [all …]
|
| /u-boot/tools/buildman/ |
| A D | boards.py | 133 if self._re.match(prop): 259 params['target'], match, rear = defconfig.partition('_defconfig') 260 assert match and not rear, f'{defconfig} : invalid defconfig' 364 front, match, rear = item.partition('configs/') 365 if not front and match: 366 front, match, rear = rear.rpartition('_defconfig') 367 if match and not rear: 377 front, match, rear = path.partition('configs/') 378 if not front and match: 379 front, match, rear = rear.rpartition('_defconfig') [all …]
|
| /u-boot/lib/zstd/decompress/ |
| A D | zstd_decompress_block.c | 887 match = dictEnd - (prefixStart - match); in ZSTD_execSequenceEnd() 894 ZSTD_memmove(oLitEnd, match, length1); in ZSTD_execSequenceEnd() 897 match = prefixStart; in ZSTD_execSequenceEnd() 935 match = dictEnd - (prefixStart - match); in ZSTD_execSequenceEndSplitLitBuffer() 945 match = prefixStart; in ZSTD_execSequenceEndSplitLitBuffer() 1002 match = dictEnd + (match - prefixStart); in ZSTD_execSequence() 1012 match = prefixStart; in ZSTD_execSequence() 1018 assert(match >= prefixStart); in ZSTD_execSequence() 1094 match = dictEnd + (match - prefixStart); in ZSTD_execSequenceSplitLitBuffer() 1104 match = prefixStart; in ZSTD_execSequenceSplitLitBuffer() [all …]
|
| /u-boot/include/ |
| A D | fsl_lpuart.h | 18 u32 match; member 29 u32 match; member
|