Home
last modified time | relevance | path

Searched refs:sorted (Results 1 – 25 of 39) sorted by relevance

12

/u-boot/lib/efi_loader/
A Defi_image_loader.c448 if (!sorted) { in efi_image_parse()
457 sorted[i] = &sections[i]; in efi_image_parse()
458 qsort(sorted, num_sections, sizeof(sorted[0]), cmp_pe_section); in efi_image_parse()
461 if (!sorted[i]->SizeOfRawData) in efi_image_parse()
469 i, sorted[i]->Name, in efi_image_parse()
470 sorted[i]->PointerToRawData, in efi_image_parse()
471 sorted[i]->PointerToRawData + size, in efi_image_parse()
472 sorted[i]->VirtualAddress, in efi_image_parse()
473 sorted[i]->VirtualAddress in efi_image_parse()
474 + sorted[i]->Misc.VirtualSize); in efi_image_parse()
[all …]
/u-boot/tools/patman/
A Dseries.py126 for email in sorted(set(cc_list) - to_set - cc_set):
132 for item in sorted(to_set):
134 for item in sorted(cc_set - to_set):
143 for email in sorted(set(all_ccs) - to_set - cc_set):
177 versions = sorted(changes, reverse=True)
196 out = sorted(out)
338 print(commit.patch, '\0'.join(sorted(set(cc))), file=fd)
341 for x in sorted(all_skips):
349 cc_list = '\0'.join([x for x in sorted(cover_cc)])
A Dstatus.py263 patches = sorted(patches, key=lambda x: x.seq)
338 for tag in sorted(rtags.keys()):
340 for who in sorted(people):
405 sorted(lines))
/u-boot/scripts/
A Dmailmapper105 major_name = sorted([prev_name, name],
/u-boot/tools/dtoc/
A Ddtb_platdata.py390 self._valid_nodes = sorted(valid_nodes,
579 for name in sorted(structs):
581 for pname in sorted(structs[name]):
687 for pname in sorted(node.props):
812 for pname in sorted(node.props):
997 self._valid_uclasses = sorted(list(uclass_set),
1215 cmds = sorted(output_files.keys())
1220 (cmd, ', '.join(sorted(output_files.keys()))))
A Dsrc_scan.py600 for name in sorted(self._warnings.keys()):
602 warns = sorted(list(self._warnings[name]))
A Dfdt.py631 prop_list = sorted(self.props.values(),
/u-boot/
A D.gitignore6 # Normal rules (sorted alphabetically)
/u-boot/doc/device-tree-bindings/pinctrl/
A Dapple,pinctrl.yaml39 groups supported by the controller sorted by interrupt group
/u-boot/tools/
A Dmoveconfig.py1465 ranked_iconfigs = sorted(imply_configs,
1525 for linenum in sorted(linenums, reverse=True):
1817 for name in sorted(uses):
1901 for item in sorted(spl_not_found):
1905 for item in sorted(proper_not_found):
1913 for item in sorted(spl_not_found):
1918 for item in sorted(proper_not_found):
2067 for config in sorted(configs.keys()):
/u-boot/tools/binman/
A Dbintool.py150 return sorted(names)
436 modules = sorted(modules)
A Delf.py89 return OrderedDict(sorted(syms.items(), key=lambda x: x[1].address))
173 return OrderedDict(sorted(syms.items(), key=lambda x: x[1].address))
/u-boot/tools/buildman/
A Dtoolchain.py388 for key, value in sorted(self.toolchains.items()):
553 return sorted(arch_set)
A Dbuilder.py1047 targets_by_diff = sorted(target_list, reverse=True,
1051 for name in sorted(result):
1118 for part in sorted(sizes[image]):
1159 for name in sorted(totals):
1282 for key in sorted(config.keys()):
1541 tprint('%s :' % ' '.join(sorted(targets)))
A Dbuilderthread.py391 for var in sorted(env.keys()):
/u-boot/doc/sphinx/
A Dcdomain.py114 matches = sorted(chain(*match_iterators), key=lambda m: m.start())
A Dautomarkup.py104 sorted_matches = sorted(chain(*match_iterators), key=lambda m: m.start())
/u-boot/drivers/
A DKconfig5 # types of drivers sorted in alphabetical order
/u-boot/drivers/remoteproc/
A DKconfig15 # Please keep the configuration alphabetically sorted.
/u-boot/doc/develop/
A Dpython_cq.rst66 module to `scripts/pylint.base` (which must also be sorted and have exactly the
/u-boot/doc/device-tree-bindings/reset/
A Dreset.txt55 reset-names: List of reset signal name strings sorted in the same order as
/u-boot/tools/u_boot_pylib/
A Dtools.py168 return sorted(files)
/u-boot/doc/usage/cmd/
A Defi.rst29 This shows the EFI memory map, sorted in order of physical address.
/u-boot/doc/api/
A Dlinker_lists.rst60 Here is an example of the sorted sections which result from a list
/u-boot/doc/device-tree-bindings/gpio/
A Dnvidia,tegra186-gpio.txt45 sorted within a particular controller. Drivers need to map between the DT GPIO

Completed in 47 milliseconds

12