Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 35) 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/
Dnsdeps17 if ! { echo "$SPATCH_REQ_VERSION"; echo "$SPATCH_VERSION"; } | sort -CV ; then
46 cat $source_file | grep MODULE_IMPORT_NS | LC_ALL=C sort -u >> ${source_file}.tmp
DMakefile.headersinst27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
53 existing-dirs := $(sort $(dir $(old-headers)))
54 wanted-dirs := $(sort $(dir $(all-headers)))
Dmodules-check.sh16 for m in $(sed 's:.*/::' "$1" | sort | uniq -d)
Dxen-hypercalls.sh13 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
Dcheck-variable-fonts.sh98 sed -e 's/^/ /' -e 's/: Noto S.*$//' | sort | uniq`
Dstackusage32 sort -k3,3nr > "${outfile}"
Ddiffconfig109 old.sort()
121 changed.sort()
Dsyscallnr.sh61 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | sort -n | {
DMakefile.dtbinst34 $(foreach d, $(sort $(dir $(dtbs))), $(eval $(call gen_install_rules,$(d))))
DMakefile.build58 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y)))
59 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
471 hostprogs := $(sort $(hostprogs))
477 userprogs := $(sort $(userprogs))
528 existing-targets := $(wildcard $(sort $(targets)))
533 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
535 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
DMakefile.asm-headers38 redundant := $(sort $(redundant))
102 existing-targets := $(wildcard $(sort $(targets)))
Dcoccicheck200 if [ -n "$REQ" ] && ! { echo "$REQ"; echo "$SPATCH_VERSION"; } | sort -CV ; then
276 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
DMakefile.vdsoinst33 $(foreach x, $(sort $(INSTALL_FILES)), $(eval $(call gen_install_rules,$(x))))
Dchecksyscalls.sh264 grep '^[0-9]' "$1" | sort -n |
DMakefile.clean17 subdir-ymn := $(sort $(subdir-y) $(subdir-m) $(subdir-) \
Ddev-needs.sh313 dev_to_detail | sort -k2 -k1 | uniq -f 1 | sort | cut -f2-
DMakefile.host58 host-cobjs := $(sort $(foreach m,$(hostprogs),$($(m)-objs)))
66 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
DMakefile.userprogs13 user-cobjs := $(sort $(foreach m, $(userprogs), $($(m)-objs)))
DMakefile.lib22 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
25 subdir-ym := $(sort $(subdir-y) $(subdir-m) \
51 multi-search = $(sort $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $m)))
94 modname-multi = $(sort $(foreach m,$(multi-obj-ym),\
DMakefile.vmlinux80 existing-targets := $(wildcard $(sort $(targets)))
Dcheck-uapi.sh223 sort -u -o "$INCOMPAT_LIST" "$INCOMPAT_LIST"
279 done < <(find "$TMP_DIR" -type f -name '*.error' | sort)
401 | sort -Vc > /dev/null 2>&1
DMakefile.vmlinux_o104 existing-targets := $(wildcard $(sort $(targets)))
/scripts/dtc/
Ddtc.c171 bool force = false, sort = false; in main() local
243 sort = true; in main()
347 if (sort) in main()
/scripts/gcc-plugins/
DMakefile41 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs))))

12