Home
last modified time | relevance | path

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

12

/u-boot/lib/efi_loader/
A Defi_image_loader.c354 if (!sorted) { in efi_image_parse()
363 sorted[i] = &sections[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 Dseries.py123 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 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))
A Dtools.py163 return sorted(files)
/u-boot/tools/dtoc/
A Ddtb_platdata.py355 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 Dfdt.py530 prop_list = sorted(self.props.values(),
A Dtest_fdt116 sorted(props.keys()))
A Dtest_fdt.py116 sorted(props.keys()))
/u-boot/
A D.gitignore6 # Normal rules (sorted alphabetically)
/u-boot/scripts/
A Dmailmapper103 major_name = sorted([prev_name, name],
/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/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/tools/binman/
A Delf.py78 return OrderedDict(sorted(syms.items(), key=lambda x: x[1].address))
A Dentry.py633 modules = sorted(modules)
A DREADME.entries761 sort-by-offset: True if entries should be sorted by offset, False if
/u-boot/tools/buildman/
A Dbuilder.py974 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 Dtoolchain.py379 for key, value in sorted(self.toolchains.items()):
588 return sorted(arch_set)
A Dbuilderthread.py348 for var in sorted(env.keys()):
/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/
A Dmoveconfig.py1762 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 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
/u-boot/tools/binman/etype/
A Dsection.py299 entries = sorted(self._entries.values(), key=lambda entry: entry.offset)

Completed in 38 milliseconds

12