Searched refs:sorted (Results 1 – 25 of 39) sorted by relevance
12
| /u-boot/lib/efi_loader/ |
| A D | efi_image_loader.c | 448 if (!sorted) { in efi_image_parse() 457 sorted[i] = §ions[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 D | series.py | 126 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 D | status.py | 263 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 D | mailmapper | 105 major_name = sorted([prev_name, name],
|
| /u-boot/tools/dtoc/ |
| A D | dtb_platdata.py | 390 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 D | src_scan.py | 600 for name in sorted(self._warnings.keys()): 602 warns = sorted(list(self._warnings[name]))
|
| A D | fdt.py | 631 prop_list = sorted(self.props.values(),
|
| /u-boot/ |
| A D | .gitignore | 6 # Normal rules (sorted alphabetically)
|
| /u-boot/doc/device-tree-bindings/pinctrl/ |
| A D | apple,pinctrl.yaml | 39 groups supported by the controller sorted by interrupt group
|
| /u-boot/tools/ |
| A D | moveconfig.py | 1465 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 D | bintool.py | 150 return sorted(names) 436 modules = sorted(modules)
|
| A D | elf.py | 89 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 D | toolchain.py | 388 for key, value in sorted(self.toolchains.items()): 553 return sorted(arch_set)
|
| A D | builder.py | 1047 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 D | builderthread.py | 391 for var in sorted(env.keys()):
|
| /u-boot/doc/sphinx/ |
| A D | cdomain.py | 114 matches = sorted(chain(*match_iterators), key=lambda m: m.start())
|
| A D | automarkup.py | 104 sorted_matches = sorted(chain(*match_iterators), key=lambda m: m.start())
|
| /u-boot/drivers/ |
| A D | Kconfig | 5 # types of drivers sorted in alphabetical order
|
| /u-boot/drivers/remoteproc/ |
| A D | Kconfig | 15 # Please keep the configuration alphabetically sorted.
|
| /u-boot/doc/develop/ |
| A D | python_cq.rst | 66 module to `scripts/pylint.base` (which must also be sorted and have exactly the
|
| /u-boot/doc/device-tree-bindings/reset/ |
| A D | reset.txt | 55 reset-names: List of reset signal name strings sorted in the same order as
|
| /u-boot/tools/u_boot_pylib/ |
| A D | tools.py | 168 return sorted(files)
|
| /u-boot/doc/usage/cmd/ |
| A D | efi.rst | 29 This shows the EFI memory map, sorted in order of physical address.
|
| /u-boot/doc/api/ |
| A D | linker_lists.rst | 60 Here is an example of the sorted sections which result from a list
|
| /u-boot/doc/device-tree-bindings/gpio/ |
| A D | nvidia,tegra186-gpio.txt | 45 sorted within a particular controller. Drivers need to map between the DT GPIO
|
Completed in 47 milliseconds
12