Searched refs:sort (Results 1 – 25 of 30) sorted by relevance
12
/scripts/coccinelle/api/ |
D | check_bq27xxx_data.cocci | 84 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/ |
D | Makefile.headersinst | 27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs)) 53 existing-dirs := $(sort $(dir $(old-headers))) 54 wanted-dirs := $(sort $(dir $(all-headers)))
|
D | xen-hypercalls.sh | 13 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
|
D | modules-check.sh | 16 for m in $(sed 's:.*/::' $1 | sort | uniq -d)
|
D | Makefile.modfinal | 16 modules := $(sort $(shell cat $(MODORDER))) 75 existing-targets := $(wildcard $(sort $(targets)))
|
D | stackusage | 32 sort -k3,3nr > "${outfile}"
|
D | diffconfig | 109 old.sort() 121 changed.sort()
|
D | Makefile.build | 51 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))))
|
D | Makefile.modsign | 11 modules := $(sort $(shell cat modules.order))
|
D | gcc-ld | 19 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
|
D | Makefile.modpost | 144 modules := $(sort $(shell cat $(MODORDER))) 164 existing-targets := $(wildcard $(sort $(targets)))
|
D | gen_autoksyms.sh | 59 sort -u |
|
D | adjust_autoksyms.sh | 44 sort "$cur_ksyms_file" "$new_ksyms_file" | uniq -u |
|
D | Makefile.modinst | 11 modules := $(sort $(shell cat $(if $(KBUILD_EXTMOD),$(KBUILD_EXTMOD)/)modules.order))
|
D | checksyscalls.sh | 256 grep '^[0-9]' "$1" | sort -n |
|
D | Makefile.host | 51 host-cobjs := $(sort $(foreach m,$(hostprogs),$($(m)-objs))) 59 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
|
D | nsdeps | 49 cat $source_file | grep MODULE_IMPORT_NS | LANG=C sort -u >> ${source_file}.tmp
|
D | dev-needs.sh | 313 dev_to_detail | sort -k2 -k1 | uniq -f 1 | sort | cut -f2-
|
D | Makefile.asm-generic | 24 redundant := $(sort $(redundant))
|
D | Makefile.userprogs | 13 user-cobjs := $(sort $(foreach m, $(userprogs), $($(m)-objs)))
|
D | Makefile.clean | 20 subdir-ymn := $(sort $(subdir-y) $(subdir-m) $(subdir-) \
|
D | Makefile.lib | 33 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),\
|
D | link-vmlinux.sh | 277 sort -n > .tmp_kallsyms 446 echo >&2 Failed to sort kernel tables
|
/scripts/dtc/ |
D | dtc.c | 167 bool force = false, sort = false; in main() local 239 sort = true; in main() 338 if (sort) in main()
|
/scripts/gcc-plugins/ |
D | Makefile | 34 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs))))
|
12