| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | sort.tcl | 68 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 D | tst.lib_table.lua | 116 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 D | check-maintainers.sh | 101 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 D | check-dup-includes.sh | 16 sort | uniq -d |
|
| H A D | check-symbol-change.sh | 75 sort -u "$mapdb" > "$mapdb.2"
|
| /f-stack/app/redis-5.0.5/utils/ |
| H A D | whatisdoing.sh | 24 sort | uniq -c | sort -r -n -k 1,1
|
| H A D | redis-sha1.rb | 18 r.keys('*').sort.each{|k| 34 sha1 = Digest::SHA1.hexdigest(sha1+r.set_members(k).to_a.sort.join("\x02"))
|
| H A D | generate-command-help.rb | 74 commands.to_a.sort do |x,y|
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | history_event-zfs-list-cacher.sh.in | 17 zed_check_cmd "${ZFS}" sort diff grep 79 sort "${FSLIST_TMP}" -o "${FSLIST_TMP}"
|
| H A D | all-debug.sh | 21 printenv | sort
|
| /f-stack/freebsd/contrib/libsodium/dist-build/ |
| H A D | android-build.sh | 62 egrep '^#define ' config.log | sort -u > config-def-compat.log 77 egrep '^#define ' config.log | sort -u > config-def.log
|
| H A D | generate-emscripten-symbols.sh | 36 sort | \
|
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | README | 21 sort.lua two implementations of a sort function
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_encrypted_truncated_files.ksh | 58 sort | sha256digest 62 sort -k 2 | awk '{ print $1 }' | sha256digest
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geo.c | 502 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 D | generate_examples.sh | 15 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 D | zap_leaf.h | 245 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 D | zdb_object_range_pos.ksh | 65 sort -n 116 set -A obj_ids $(ls -i $TESTDIR | awk '{print $1}' | sort -n)
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | Makefile | 79 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 D | constcheck.sh | 10 fgrep -v edwards25519sha512batch | sort -u); do
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mount/ |
| H A D | umountall_001.ksh | 67 mounts=$(mount -t zfs | sort -r | awk '{print $3}')
|
| /f-stack/ |
| H A D | start.sh | 44 PROCESSOR=$(grep 'processor' /proc/cpuinfo |sort |uniq |wc -l)
|
| /f-stack/freebsd/i386/ |
| H A D | Makefile | 38 sort -o tags tags
|
| /f-stack/freebsd/amd64/ |
| H A D | Makefile | 39 sort -o tags tags
|
| /f-stack/tools/ipfw/ |
| H A D | nptv6.c | 59 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()
|