Home
last modified time | relevance | path

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

12345678910>>...44

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/pgms/
H A Dtst.sh17 sort >sort.$$ <sort.src
18 od sort.$$ | sort -n -k 1 > od.$$
19 grep the sort.$$ | tee grep.$$ | wc > wc.$$
20 rm sort.$$ grep.$$ od.$$ wc.$$
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dpackage.py43 for ver1, ver2, sort in self.tests:
44 op = { -1: "<<", 0: "=", 1: ">>" }[sort]
49 op = { -1: ">>", 0: ">>", 1: "<<" }[sort]
54 op = { -1: "=", 0: "<<", 1: "=" }[sort]
59 for ver1, ver2, sort in self.tests:
60 op = { -1: "<<", 0: "=", 1: ">>" }[sort]
65 op = { -1: ">>", 0: ">>", 1: "<<" }[sort]
70 op = { -1: "=", 0: "<<", 1: "=" }[sort]
79 for ver1, ver2, sort in self.tests:
87 self.assertEqual(status - 100, sort, "%s %s (%d) failed" % (ver1, ver2, sort))
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0007-gcc-Fix-argument-list-too-long-error.patch9 headers=`echo $(PLUGIN_HEADERS) | tr ' ' '\012' | sort -u`
11 The PLUGIN_HEADERS is too long before sort, so the "echo" can't handle
12 it, use the $(sort list) of GNU make which can handle the too long list
15 $(sort list) doesn't need this.
21 fix. Add the sort to the original gcc code, leaving the tr+sort to fix the original
38 - headers=`echo $(PLUGIN_HEADERS) $$(cd $(srcdir); echo *.h *.def) | tr ' ' '\012' | sort -u`; \
39 + headers=`echo $(sort $(PLUGIN_HEADERS)) $$(cd $(srcdir); echo *.h *.def) | tr ' ' '\012' | sort -…
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/tracepoints/
H A Dx86_msr.sh19 sed -r "s/$regex/\2 \1/g" | sort -n | \
26 egrep $regex ${x86_msr_index} | sed -r "s/$regex/\2/g" | sort -n | head -1
29 sed -r "s/$regex/\2 \1/g" | egrep -vw 'K6_WHCR' | sort -n | \
35 egrep $regex ${x86_msr_index} | sed -r "s/$regex/\2/g" | sort -n | head -1
38 sed -r "s/$regex/\2 \1/g" | sort -n | \
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_data_impl.cpp40 static void rc_data_indexes_init(RcDataIndexes *sort) in rc_data_indexes_init() argument
44 memset(sort, 0, sizeof(*sort)); in rc_data_indexes_init()
46 INIT_LIST_HEAD(&sort->seq); in rc_data_indexes_init()
48 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(sort->type); i++) in rc_data_indexes_init()
49 INIT_LIST_HEAD(&sort->type[i]); in rc_data_indexes_init()
51 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(sort->tid); i++) in rc_data_indexes_init()
52 INIT_LIST_HEAD(&sort->tid[i]); in rc_data_indexes_init()
54 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(sort->status); i++) in rc_data_indexes_init()
55 INIT_LIST_HEAD(&sort->status[i]); in rc_data_indexes_init()
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/template/
H A Dtest_report_full_text.txt7 {% for report in reportvalues |sort(attribute='sort') %}
22 {% for ptest in ptests[machine] |sort %}
38 {% for ltptest in ltptests[machine] |sort %}
54 {% for ltpposixtest in ltpposixtests[machine] |sort %}
68 {% for report in reportvalues |sort(attribute='sort') %}
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
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))
38 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
46 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
49 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs))))
50 host-cxxshobjs := $(sort $(foreach m,$(host-cxxshlib),$($(m:.so=-objs))))
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
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))
38 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
46 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
49 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs))))
50 host-cxxshobjs := $(sort $(foreach m,$(host-cxxshlib),$($(m:.so=-objs))))
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenerate-cmdlist.sh14 sort |
28 sort |
43 sort |
/OK3568_Linux_fs/kernel/scripts/coccinelle/api/
H A 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
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0003-missing_type.h-add-comparison_fn_t.patch19 src/basic/sort-util.h | 1 +
35 diff --git a/src/basic/sort-util.h b/src/basic/sort-util.h
37 --- a/src/basic/sort-util.h
38 +++ b/src/basic/sort-util.h
/OK3568_Linux_fs/u-boot/scripts/
H A Dstacktrace.sh59 …f_pc_dec=`cat ${SYM_FILE} | sort | awk '/\.text/ { if (strtonum("0x"$1) > '${frame_pc_str}') { pri…
64 cat ${SYM_FILE} | sort |
91 …f_pc_dec=`cat ${SYM_FILE} | sort | awk '/\.text/ { if (strtonum("0x"$1) > '${frame_pc_str}') { pri…
96 cat ${SYM_FILE} | sort |
H A Dbuild-whitelist.sh37 |sort |uniq >scripts/config_whitelist.txt.tmp1;
44 |sort |uniq >scripts/config_whitelist.txt.tmp2
48 |sort |uniq >scripts/config_whitelist.txt.tmp3
H A DMakefile.lib26 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
50 subdir-ym := $(sort $(subdir-y) $(subdir-m))
53 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
54 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
56 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
H A DMakefile.host26 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
42 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
50 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
57 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dcalib.c27 int16_t sort[ATH9K_NF_CAL_HIST_MAX]; in ath9k_hw_get_nf_hist_mid() local
31 sort[i] = nfCalBuffer[i]; in ath9k_hw_get_nf_hist_mid()
35 if (sort[j] > sort[j - 1]) { in ath9k_hw_get_nf_hist_mid()
36 nfval = sort[j]; in ath9k_hw_get_nf_hist_mid()
37 sort[j] = sort[j - 1]; in ath9k_hw_get_nf_hist_mid()
38 sort[j - 1] = nfval; in ath9k_hw_get_nf_hist_mid()
42 nfval = sort[(ATH9K_NF_CAL_HIST_MAX - 1) >> 1]; in ath9k_hw_get_nf_hist_mid()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A DMakefile.br13 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
19 host-cobjs := $(addprefix $(obj)/,$(sort $(foreach m,$(__hostprogs),$($(m)-objs))))
20 host-cxxobjs := $(addprefix $(obj)/,$(sort $(foreach m,$(__hostprogs),$($(m)-cxxobjs))))
/OK3568_Linux_fs/yocto/poky/scripts/contrib/bb-perf/
H A Dbb-matrix-plot.sh91 MIN=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 1 | sed 's/^0*//' | sort -n | uniq | head -n1)
92 MAX=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 1 | sed 's/^0*//' | sort -n | uniq | tail -n1)
94 MIN=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 2 | sed 's/^0*//' | sort -n | uniq | head -n1)
95 MAX=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 2 | sed 's/^0*//' | sort -n | uniq | tail -n1)
/OK3568_Linux_fs/kernel/tools/lib/lockdep/
H A Drun_tests.sh10 find tests -name '*.c' | sort | while read -r i; do
22 find tests -name '*.c' | sort | while read -r i; do
35 find tests -name '*.c' | sort | while read -r i; do
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsstate-cache-management.sh233 done | sort -u`
322 find $cache_dir -type f -name 'sstate*' | sort -u -o $cache_list
338 sed -e 's#\..*##' | sort -u`
350 sort -u $keep_list -o $keep_list
353 let total_deleted=`cat $rm_list | sort -u | wc -w`
355 [ $debug -gt 0 ] && cat $rm_list | sort -u
360 for i in `cat $rm_list | sort -u`; do
/OK3568_Linux_fs/buildroot/package/
H A Dpkg-utils.mk123 $(call make-comma-list,$(sort $($(1)_FINAL_ALL_DEPENDENCIES)))
126 $(call make-comma-list,$(sort $($(1)_RDEPENDENCIES)))
133 $(call make-comma-list,$(sort $($(1)_IGNORE_CVES)))
143 $(foreach dl,$(sort $($(1)_ALL_DOWNLOADS)),
164 $(call make-comma-list,$(sort $($(1)_DEPENDENCIES)))
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/
H A Ddeterminism.patch1 In order to build deterministic binaries, we need to sort the wildcard expansion
18 + $(sort $(patsubst $(com32)/lib/%.c,%.o,$(wildcard $(com32)/lib/$(ARCH)/libgcc/*.c))) \
19 + $(sort $(patsubst $(com32)/lib/%.S,%.o,$(wildcard $(com32)/lib/$(ARCH)/libgcc/*.S)))
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DMakefile.host23 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
35 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
43 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
50 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DMakefile.host23 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
35 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
43 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
50 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dpopulate-volatile.sh124 sed 's@\(^:\)*:.*@\1@' "${ROOT_DIR}/etc/passwd" | sort | uniq > "${TMP_DEFINED}"
126 cat "${TMP_DEFINED}" "${TMP_INTERMED}" | sort | uniq > "${TMP_COMBINED}"
138 sed 's@\(^:\)*:.*@\1@' "${ROOT_DIR}/etc/group" | sort | uniq > "${TMP_DEFINED}"
140 cat "${TMP_DEFINED}" "${TMP_INTERMED}" | sort | uniq > "${TMP_COMBINED}"

12345678910>>...44