Searched refs:sorted (Results 1 – 25 of 28) sorted by relevance
12
/u-boot/lib/efi_loader/ |
A D | efi_image_loader.c | 354 if (!sorted) { in efi_image_parse() 363 sorted[i] = §ions[i]; in efi_image_parse() 364 qsort(sorted, num_sections, sizeof(sorted[0]), cmp_pe_section); in efi_image_parse() 367 if (!sorted[i]->SizeOfRawData) in efi_image_parse() 375 i, sorted[i]->Name, in efi_image_parse() 376 sorted[i]->PointerToRawData, in efi_image_parse() 377 sorted[i]->PointerToRawData + size, in efi_image_parse() 378 sorted[i]->VirtualAddress, in efi_image_parse() 379 sorted[i]->VirtualAddress in efi_image_parse() 380 + sorted[i]->Misc.VirtualSize); in efi_image_parse() [all …]
|
/u-boot/tools/patman/ |
A D | series.py | 123 for email in sorted(set(cc_list) - to_set - cc_set): 130 for item in sorted(to_set): 132 for item in sorted(cc_set - to_set): 140 for email in sorted(set(all_ccs) - to_set - cc_set): 174 versions = sorted(changes, reverse=True) 193 out = sorted(out) 278 print(commit.patch, '\0'.join(sorted(set(cc))), file=fd) 286 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))
|
A D | tools.py | 163 return sorted(files)
|
/u-boot/tools/dtoc/ |
A D | dtb_platdata.py | 355 self._valid_nodes = sorted(valid_nodes, 506 for name in sorted(structs): 508 for pname in sorted(structs[name]): 615 for pname in sorted(node.props): 710 cmds = sorted(OUTPUT_FILES.keys()) 715 (cmd, ', '.join(sorted(OUTPUT_FILES.keys()))))
|
A D | fdt.py | 530 prop_list = sorted(self.props.values(),
|
A D | test_fdt | 116 sorted(props.keys()))
|
A D | test_fdt.py | 116 sorted(props.keys()))
|
/u-boot/ |
A D | .gitignore | 6 # Normal rules (sorted alphabetically)
|
/u-boot/scripts/ |
A D | mailmapper | 103 major_name = sorted([prev_name, name],
|
/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/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/tools/binman/ |
A D | elf.py | 78 return OrderedDict(sorted(syms.items(), key=lambda x: x[1].address))
|
A D | entry.py | 633 modules = sorted(modules)
|
A D | README.entries | 761 sort-by-offset: True if entries should be sorted by offset, False if
|
/u-boot/tools/buildman/ |
A D | builder.py | 974 targets_by_diff = sorted(target_list, reverse=True, 978 for name in sorted(result): 1046 for part in sorted(sizes[image]): 1087 for name in sorted(totals): 1210 for key in sorted(config.keys()): 1464 Print('%s :' % ' '.join(sorted(targets)))
|
A D | toolchain.py | 379 for key, value in sorted(self.toolchains.items()): 588 return sorted(arch_set)
|
A D | builderthread.py | 348 for var in sorted(env.keys()):
|
/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/ |
A D | moveconfig.py | 1762 ranked_iconfigs = sorted(imply_configs, 1822 for linenum in sorted(linenums, reverse=True): 1948 for config in sorted(configs.keys()):
|
/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
|
/u-boot/tools/binman/etype/ |
A D | section.py | 299 entries = sorted(self._entries.values(), key=lambda entry: entry.offset)
|
Completed in 38 milliseconds
12