Home
last modified time | relevance | path

Searched refs:sort (Results 76 – 100 of 1033) sorted by relevance

12345678910>>...42

/freebsd/contrib/less/
H A DFREEBSD-upgrade6 5. svn list -R | grep -v '/$' | sort >../old
8 7. find . -type f | cut -c 3- | sort >../new
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c775 int sort[MLX4_NUM_QP_REGION]; in mlx4_init_qp_table() local
780 sort[i] = i; in mlx4_init_qp_table()
784 if (dev->caps.reserved_qps_cnt[sort[j]] > in mlx4_init_qp_table()
785 dev->caps.reserved_qps_cnt[sort[j - 1]]) in mlx4_init_qp_table()
786 swap(sort[j], sort[j - 1]); in mlx4_init_qp_table()
791 last_base -= dev->caps.reserved_qps_cnt[sort[i]]; in mlx4_init_qp_table()
792 dev->caps.reserved_qps_base[sort[i]] = last_base; in mlx4_init_qp_table()
794 dev->caps.reserved_qps_cnt[sort[i]]; in mlx4_init_qp_table()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh40 sort | uniq | tr '\n' ',')
42 ctids=$(ps -p $pids -o ctid | tail +2 | sort | uniq)
/freebsd/tools/test/
H A DREADME22 sort Tests for the sort command, including a full regression.
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp165 std::sort(Atoms.begin(), Atoms.end()); in simplifyConstraints()
171 std::sort(Info->TrueAtoms.begin(), Info->TrueAtoms.end()); in simplifyConstraints()
175 std::sort(Info->FalseAtoms.begin(), Info->FalseAtoms.end()); in simplifyConstraints()
/freebsd/tests/sys/netgraph/
H A Dng_macfilter_test.sh308 for i in $(seq $ITERATIONS | sort -R); do
357 for i in $(seq $ITERATIONS | sort -R); do
359 for j in $(seq 0 1 $SUBITERATIONS | sort -R); do
379 for j in $(seq 0 1 $SUBITERATIONS | sort -R); do
/freebsd/lib/libfetch/
H A DMakefile34 | sort \
45 | sort \
/freebsd/contrib/bmake/
H A Dimport.sh80 grep '^+' $TF.diffs | sed 's,^.,,' | sort > $TF.adds
81 grep '^-' $TF.diffs | sed 's,^.,,' | sort > $TF.rms
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.in54 mkdir -p $(sort $(dir $(spl-objs) $(spl-)))
55 mkdir -p $(sort $(dir $(zfs-objs) $(zfs-)))
168 …$obj | awk '$$2 == "g" && !/ zfs_/ {print "#define\t" $$6 " zfs_" $$6}' | sort; done >> zstd/inclu…
/freebsd/tools/build/options/
H A Dmakeman318 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITH_ALL_${opt}
322 show settings SRC_ENV_CONF=$t/src.conf -D${opt} | sort > $t/config_WITHOUT_ALL_${opt}
329 show settings SRC_ENV_CONF=/dev/null -D${opt} | sort > $t/config_${opt}
H A DWITH_SORT_THREADS2 .Xr sort 1 .
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_truncated_files.ksh58 sort | sha256digest
62 sort -k 2 | awk '{ print $1 }' | sha256digest
/freebsd/crypto/openssl/
H A Dconfigdata.pm.in291 foreach (sort keys %target) {
312 foreach (sort keys %{$config{perlenv}}) {
361 foreach (sort keys %{$config{perlenv}}) {
383 foreach sort keys %$result;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h80 void sort(function_ref<bool(const T &LHS, const T &RHS)> Comparator) { in sort() function
85 std::sort(SortedItems.begin(), SortedItems.end(), Comparator); in sort()
/freebsd/usr.sbin/lpr/pac/
H A Dpac.c60 static int sort; /* Sort by cost */ variable
134 sort++; in main()
400 if (sort) in qucmp()
/freebsd/tools/sched/
H A Dmake_ktr.sh35 sort -k 2nrb $1 | cat -n > $2
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp143 llvm::sort(ScalarSpecifiedActions); in computeTables()
150 llvm::sort(PointerSpecifiedActions.second); in computeTables()
162 llvm::sort(VectorSpecifiedActions.second); in computeTables()
180 llvm::sort(ElementSizesSeen); in computeTables()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_object_range_pos.ksh64 sort -n
115 set -A obj_ids $(ls -i $TESTDIR | awk '{print $1}' | sort -n)
/freebsd/share/examples/jails/
H A Djib364 sort -u
370 ' | sort
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h245 extern void zap_leaf_init(zap_leaf_t *l, boolean_t sort);
247 extern void zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort);
/freebsd/usr.sbin/bsdconfig/dot/
H A Ddot457 done | sort -u
474 done | sort
626 done | sort -u
/freebsd/usr.sbin/autofs/autofs/
H A Dspecial_hosts8 echo "$out" | awk '{ print $2 }' | sort -u
/freebsd/contrib/one-true-awk/testdir/
H A Dtt.066 print i, x[i] | "sort"
/freebsd/usr.bin/fortune/tools/
H A DDo_spell6 sort $F $1.sp.ok | uniq -u | column
/freebsd/contrib/ncurses/misc/
H A Dcsort37 sort $*

12345678910>>...42