Home
last modified time | relevance | path

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

1234

/f-stack/app/redis-5.0.5/tests/unit/
H A Dsort.tcl68 set res [r sort tosort GET foo]
115 r sort mylist alpha
125 r sort zset alpha desc
136 r sort zset by nosort asc
137 r sort zset by nosort desc
191 r sort foo store bar
204 r sort emptylist store foo
219 catch {r sort myset} e
238 r sort myset by score:*
245 r sort mylist by num get x:*->
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua116 local s, e = pcall(table.sort, t, f)
135 table.sort(a)
142 table.sort(t)
171 table.sort(a)
174 table.sort(a)
183 table.sort(a, function(x,y) i=i+1; return y<x end)
187 table.sort{} -- empty array
190 table.sort(a, function(x,y) return nil end)
195 table.sort(A)
201 table.sort(a)
/f-stack/dpdk/devtools/
H A Dcheck-maintainers.sh101 printf "$1\n$2\n$2" | sort | uniq -u | sed '/^$/d'
110 grep '^M:.*<' MAINTAINERS | sort -u | wc -l
123 listed=$(echo "$parsed" | sed '/^#/d' | sort -u)
H A Dcheck-dup-includes.sh16 sort | uniq -d |
H A Dcheck-symbol-change.sh75 sort -u "$mapdb" > "$mapdb.2"
/f-stack/app/redis-5.0.5/utils/
H A Dwhatisdoing.sh24 sort | uniq -c | sort -r -n -k 1,1
H A Dredis-sha1.rb18 r.keys('*').sort.each{|k|
34 sha1 = Digest::SHA1.hexdigest(sha1+r.set_members(k).to_a.sort.join("\x02"))
H A Dgenerate-command-help.rb74 commands.to_a.sort do |x,y|
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A Dhistory_event-zfs-list-cacher.sh.in17 zed_check_cmd "${ZFS}" sort diff grep
79 sort "${FSLIST_TMP}" -o "${FSLIST_TMP}"
H A Dall-debug.sh21 printenv | sort
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dandroid-build.sh62 egrep '^#define ' config.log | sort -u > config-def-compat.log
77 egrep '^#define ' config.log | sort -u > config-def.log
H A Dgenerate-emscripten-symbols.sh36 sort | \
/f-stack/app/redis-5.0.5/deps/lua/test/
H A DREADME21 sort.lua two implementations of a sort function
/f-stack/freebsd/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
/f-stack/app/redis-5.0.5/src/
H A Dgeo.c502 int sort = SORT_NONE; in georadiusGeneric() local
515 sort = SORT_ASC; in georadiusGeneric()
517 sort = SORT_DESC; in georadiusGeneric()
557 if (count != 0 && sort == SORT_NONE) sort = SORT_ASC; in georadiusGeneric()
580 if (sort == SORT_ASC) { in georadiusGeneric()
582 } else if (sort == SORT_DESC) { in georadiusGeneric()
/f-stack/dpdk/doc/api/
H A Dgenerate_examples.sh15 find "${EXAMPLES_DIR}" -type f -name '*.c' -printf '@example examples/%P\n' | LC_ALL=C sort
/f-stack/freebsd/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);
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_object_range_pos.ksh65 sort -n
116 set -A obj_ids $(ls -i $TESTDIR | awk '{print $1}' | sort -n)
/f-stack/freebsd/contrib/zstd/lib/
H A DMakefile79 ZSTDCOMMON_FILES := $(sort $(wildcard common/*.c))
80 ZSTDCOMP_FILES := $(sort $(wildcard compress/*.c))
81 ZSTDDECOMP_FILES := $(sort $(wildcard decompress/*.c))
82 ZDICT_FILES := $(sort $(wildcard dictBuilder/*.c))
83 ZDEPR_FILES := $(sort $(wildcard deprecated/*.c))
/f-stack/freebsd/contrib/libsodium/test/
H A Dconstcheck.sh10 fgrep -v edwards25519sha512batch | sort -u); do
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mount/
H A Dumountall_001.ksh67 mounts=$(mount -t zfs | sort -r | awk '{print $3}')
/f-stack/
H A Dstart.sh44 PROCESSOR=$(grep 'processor' /proc/cpuinfo |sort |uniq |wc -l)
/f-stack/freebsd/i386/
H A DMakefile38 sort -o tags tags
/f-stack/freebsd/amd64/
H A DMakefile39 sort -o tags tags
/f-stack/tools/ipfw/
H A Dnptv6.c59 int sort);
422 nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set, int sort) in nptv6_foreach() argument
445 if (sort != 0) in nptv6_foreach()

1234