Home
last modified time | relevance | path

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

12

/scripts/coccinelle/api/
Dcheck_bq27xxx_data.cocci84 List.sort compare i1regs_vals = List.sort compare i2regs_vals
120 List.sort compare i1dmregs_vals = List.sort compare i2dmregs_vals
156 List.sort compare i1props_vals = List.sort compare i2props_vals
/scripts/
DMakefile.headersinst27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
53 existing-dirs := $(sort $(dir $(old-headers)))
54 wanted-dirs := $(sort $(dir $(all-headers)))
Dxen-hypercalls.sh13 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
Dmodules-check.sh16 for m in $(sed 's:.*/::' $1 | sort | uniq -d)
DMakefile.modfinal16 modules := $(sort $(shell cat $(MODORDER)))
75 existing-targets := $(wildcard $(sort $(targets)))
Dstackusage32 sort -k3,3nr > "${outfile}"
Ddiffconfig109 old.sort()
121 changed.sort()
DMakefile.build51 hostprogs := $(sort $(hostprogs))
58 userprogs := $(sort $(userprogs))
77 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y)))
78 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
506 curdir-single := $(sort $(foreach x, $(KBUILD_SINGLE_TARGETS), \
561 existing-targets := $(wildcard $(sort $(targets)))
566 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
568 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
DMakefile.modsign11 modules := $(sort $(shell cat modules.order))
Dgcc-ld19 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
DMakefile.modpost144 modules := $(sort $(shell cat $(MODORDER)))
164 existing-targets := $(wildcard $(sort $(targets)))
Dgen_autoksyms.sh59 sort -u |
Dadjust_autoksyms.sh44 sort "$cur_ksyms_file" "$new_ksyms_file" | uniq -u |
DMakefile.modinst11 modules := $(sort $(shell cat $(if $(KBUILD_EXTMOD),$(KBUILD_EXTMOD)/)modules.order))
Dchecksyscalls.sh256 grep '^[0-9]' "$1" | sort -n |
DMakefile.host51 host-cobjs := $(sort $(foreach m,$(hostprogs),$($(m)-objs)))
59 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
Dnsdeps49 cat $source_file | grep MODULE_IMPORT_NS | LANG=C sort -u >> ${source_file}.tmp
Ddev-needs.sh313 dev_to_detail | sort -k2 -k1 | uniq -f 1 | sort | cut -f2-
DMakefile.asm-generic24 redundant := $(sort $(redundant))
DMakefile.userprogs13 user-cobjs := $(sort $(foreach m, $(userprogs), $($(m)-objs)))
DMakefile.clean20 subdir-ymn := $(sort $(subdir-y) $(subdir-m) $(subdir-) \
DMakefile.lib33 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
36 subdir-ym := $(sort $(subdir-y) $(subdir-m) \
65 multi-search = $(sort $(foreach m,$(1),$(if $(strip $(call suffix-search,$(m),$(2) -)),\
120 modname-multi = $(sort $(foreach m,$(multi-used),\
Dlink-vmlinux.sh277 sort -n > .tmp_kallsyms
446 echo >&2 Failed to sort kernel tables
/scripts/dtc/
Ddtc.c167 bool force = false, sort = false; in main() local
239 sort = true; in main()
338 if (sort) in main()
/scripts/gcc-plugins/
DMakefile34 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs))))

12