Searched refs:sort (Results 1 - 25 of 38) sorted by relevance

12

/u-boot/scripts/
H A Dgen_ll_addressable_symbols.sh15 sort -u | sed -e 's/^\(.*\)/extern char \1[];\n__ADDRESSABLE(\1);/'
H A Dget_default_envs.sh38 # Replace default '\0' with '\n' , remove blank lines and sort entries
39 tr '\0' '\n' < ${ENV_OBJ_FILE_COPY} | sed -e '/^\s*$/d' | sort --field-separator== -k1,1 --stable
H A DMakefile.host24 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
25 host-cshlib := $(sort $(hostlibs-y) $(hostlibs-m))
26 host-cxxshlib := $(sort $(hostcxxlibs-y) $(hostcxxlibs-m))
42 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
50 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
53 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs))))
54 host-cxxshobjs := $(sort $(foreach m,$(host-cxxshlib),$($(m:.so=-objs))))
H A DMakefile.clean29 subdir-ym := $(sort $(subdir-y) $(subdir-m))
30 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
H A DMakefile.lib24 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
48 subdir-ym := $(sort $(subdir-y) $(subdir-m))
51 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
52 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
54 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
193 $(sort $(dir $(wildcard $(srctree)/dts/upstream/src/$(ARCH)/*/*))) \
195 $(sort $(dir $(wildcard $(srctree)/dts/upstream/src/arm64/*/*)))))
207 modname-multi = $(sort $(foreach m,$(multi-used),\
H A Dbuild_OID_registry149 @index_table = sort {
H A Dcoccicheck251 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
H A Dmailmapper159 output_lines.sort()
H A DMakefile.build319 $(sort $(subdir-obj-y)): $(subdir-ym) ;
411 cmd_files := $(wildcard $(foreach f,$(sort $(targets)),$(dir $(f)).$(notdir $(f)).cmd))
418 obj-dirs := $(sort $(obj) $(patsubst %/,%, $(dir $(targets))))
/u-boot/arch/arm/mach-socfpga/
H A Dqts-filter-a10.sh43 sort
50 sort
57 sort
64 sort
71 sort
88 sort
98 sort
H A Dqts-filter.sh165 sort -u | grep_sdram_config
172 sort -u | grep_sdram_config
179 sort -u | grep_sdram_config
/u-boot/cmd/
H A Ddm.c62 bool extended = false, sort = false; local
72 sort = true;
81 dm_dump_tree(device, extended, sort);
121 "dm tree [-s][-e][name] Dump tree of driver model devices (-s=sort)\n"
H A Defi.c14 #include <sort.h>
/u-boot/include/dm/
H A Dutil.h32 * @sort: Sort by uclass name
34 void dm_dump_tree(char *dev_name, bool extended, bool sort);
/u-boot/drivers/core/
H A Ddump.c10 #include <sort.h>
88 static void dm_dump_tree_single(struct udevice *dev, bool sort) argument
93 if (sort) {
106 bool extended, bool sort)
116 dm_dump_tree_single(child, sort);
121 dm_dump_tree_single(child, sort);
125 dm_dump_tree_recursive(child, dev_name, extended, sort);
129 void dm_dump_tree(char *dev_name, bool extended, bool sort) argument
141 dm_dump_tree_single(root, sort);
145 dm_dump_tree_recursive(root, dev_name, extended, sort);
105 dm_dump_tree_recursive(struct udevice *dev, char *dev_name, bool extended, bool sort) argument
[all...]
/u-boot/lib/
H A Dqsort.c10 /* This code is derived from a public domain shell sort routine by
21 #include <sort.h>
/u-boot/fs/yaffs2/
H A Dydirectenv.h52 #define sort(base, n, sz, cmp_fn, swp) yaffs_qsort(base, n, sz, cmp_fn) macro
H A Dyaffs_qsort.c8 #include <sort.h>
117 if (swap_cnt == 0) { /* Switch to insertion sort */
/u-boot/scripts/dtc/
H A Ddtc.c78 {"sort", no_argument, NULL, 's'},
173 bool force = false, sort = false; local
245 sort = true;
339 if (sort)
/u-boot/dts/upstream/Bindings/
H A DMakefile19 $(DT_DOC_CHECKER) --version 2>/dev/null || echo 0; } | sort -Vc >/dev/null || \
/u-boot/arch/sandbox/cpu/
H A Dstart.c15 #include <sort.h>
96 printf("No memory to sort options\n");
/u-boot/arch/arm/mach-snapdragon/
H A Dboard.c30 #include <sort.h>
/u-boot/arch/arm/mach-mvebu/armada3700/
H A Dcpu.c22 #include <sort.h>
/u-boot/arch/x86/cpu/
H A Dmtrr.c22 #include <sort.h>
/u-boot/test/py/
H A Dconftest.py285 lines.sort()

Completed in 142 milliseconds

12