| /freebsd-14.2/tests/sys/cddl/zfs/tests/zvol/zvol_misc/ |
| H A D | zvol_misc_005_neg.ksh | 61 $SWAP -l | $GREP $voldev > /dev/null 2>&1 63 log_must $SWAP -d $voldev 84 log_must $SWAP -a $voldev 86 log_must $SWAP -d $voldev 90 log_mustnot $SWAP -a $voldev
|
| H A D | zvol_misc_004_pos.ksh | 66 $SWAP -l | $GREP -w $voldev > /dev/null 2>&1 68 log_must $SWAP -d $voldev 119 log_must $SWAP -a $voldev 124 log_must $SWAP -d $voldev
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/zvol/zvol_swap/ |
| H A D | zvol_swap_006_pos.ksh | 65 log_must $SWAP -d $swapname ${swap_opt[$i]} 76 test_requires SWAP 100 log_must $SWAP -d $swapname 104 log_must $SWAP -a $swapname ${swap_opt[$i]} ${swap_opt[((i+1))]} 113 log_mustnot $SWAP -a $swapname ${swap_opt[$i]}
|
| H A D | zvol_swap_005_pos.ksh | 61 test_requires SWAP 98 log_must $SWAP -d $swapname 101 log_must $SWAP -a $swapname $swaplow $swaplen 102 log_must $SWAP -d $swapname $swaplow
|
| H A D | zvol_swap_004_pos.ksh | 63 log_must $SWAP -d $tmp 73 test_requires SWAP 97 log_mustnot $SWAP -a $swapname 99 log_must $SWAP -a $swapname
|
| H A D | zvol_swap_002_pos.ksh | 67 log_must $SWAP -d $voldev 81 $SWAP -l | $GREP zvol 84 log_must $SWAP -a $voldev
|
| H A D | zvol_swap_001_pos.ksh | 65 log_must $SWAP -d $voldev 73 test_requires SWAP 77 log_must $SWAP -a $voldev
|
| H A D | cleanup.ksh | 39 log_must $SWAP -a $swapdev >/dev/null 2>&1 45 log_must $SWAP -d $voldev
|
| H A D | setup.ksh | 36 log_must eval "$SWAP -d $i >/dev/null 2>&1"
|
| H A D | zvol_swap_003_pos.ksh | 85 log_must $SWAP -d $voldev
|
| H A D | zvol_swap.cfg | 35 SAVESWAPDEVS=$($SWAP -l | $NAWK '(NR != 1) {print $1}')
|
| /freebsd-14.2/contrib/libdivsufsort/lib/ |
| H A D | trsort.c | 141 if(ISAd[*v1] > ISAd[*v2]) { SWAP(v1, v2); } in tr_median3() 155 if(ISAd[*v2] > ISAd[*v3]) { SWAP(v2, v3); } in tr_median5() 156 if(ISAd[*v4] > ISAd[*v5]) { SWAP(v4, v5); } in tr_median5() 157 if(ISAd[*v2] > ISAd[*v4]) { SWAP(v2, v4); SWAP(v3, v5); } in tr_median5() 159 if(ISAd[*v1] > ISAd[*v4]) { SWAP(v1, v4); SWAP(v3, v5); } in tr_median5() 232 if(x == v) { SWAP(*b, *a); ++a; } in tr_partition() 238 if(x == v) { SWAP(*c, *d); --d; } in tr_partition() 242 SWAP(*b, *c); in tr_partition() 244 if(x == v) { SWAP(*b, *a); ++a; } in tr_partition() 247 if(x == v) { SWAP(*c, *d); --d; } in tr_partition() [all …]
|
| H A D | sssort.c | 237 if(Td[PA[*v1]] > Td[PA[*v2]]) { SWAP(v1, v2); } in ss_median3() 251 if(Td[PA[*v2]] > Td[PA[*v3]]) { SWAP(v2, v3); } in ss_median5() 252 if(Td[PA[*v4]] > Td[PA[*v5]]) { SWAP(v4, v5); } in ss_median5() 253 if(Td[PA[*v2]] > Td[PA[*v4]]) { SWAP(v2, v4); SWAP(v3, v5); } in ss_median5() 255 if(Td[PA[*v1]] > Td[PA[*v4]]) { SWAP(v1, v4); SWAP(v3, v5); } in ss_median5() 366 SWAP(*first, *a); in ss_mintrosort() 372 if(x == v) { SWAP(*b, *a); ++a; } in ss_mintrosort() 378 if(x == v) { SWAP(*c, *d); --d; } in ss_mintrosort() 382 SWAP(*b, *c); in ss_mintrosort() 384 if(x == v) { SWAP(*b, *a); ++a; } in ss_mintrosort() [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/aes/ |
| H A D | aes_local.h | 19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 20 # define GETU32(p) SWAP(*((u32 *)(p))) 21 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
| /freebsd-14.2/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | divsufsort.c | 93 #ifndef SWAP 343 if(Td[PA[*v2]] > Td[PA[*v4]]) { SWAP(v2, v4); SWAP(v3, v5); } in ss_median5() 345 if(Td[PA[*v1]] > Td[PA[*v4]]) { SWAP(v1, v4); SWAP(v3, v5); } in ss_median5() 456 SWAP(*first, *a); in ss_mintrosort() 472 SWAP(*b, *c); in ss_mintrosort() 1005 if(ISAd[*v2] > ISAd[*v4]) { SWAP(v2, v4); SWAP(v3, v5); } in tr_median5() 1007 if(ISAd[*v1] > ISAd[*v4]) { SWAP(v1, v4); SWAP(v3, v5); } in tr_median5() 1080 if(x == v) { SWAP(*b, *a); ++a; } in tr_partition() 1086 if(x == v) { SWAP(*c, *d); --d; } in tr_partition() 1090 SWAP(*b, *c); in tr_partition() [all …]
|
| /freebsd-14.2/crypto/heimdal/appl/gssmask/ |
| H A D | common.c | 70 #define SWAP(s,i,j) { char *t = str[i]; str[i] = str[j]; str[j] = t; } in permute() macro 74 SWAP(str,i,j); in permute() 76 SWAP(str,i,j); in permute()
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/zvol/ |
| H A D | zvol_common.kshlib | 133 log_must $SWAP -a $device 161 $SWAP -l | $GREP -w $device > /dev/null 2>&1
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | dffma.S | 61 #define SWAP p1 macro 195 SWAP = cmp.gt(EXPC,EXPA) // If C >> PP define 196 if (SWAP.new) EXPCA = combine(EXPA,EXPC) 211 if (SWAP) PP_LL = CTMP2 212 if (SWAP) CTMP2 = PP_LL 222 if (SWAP) PP_HH = CTMP // Swap C and PP 223 if (SWAP) CTMP = PP_HH
|
| /freebsd-14.2/sys/powerpc/fpu/ |
| H A D | fpu_emu.h | 131 SWAP(x, y); \ 133 #define SWAP(x, y) { \ macro
|
| /freebsd-14.2/contrib/wpa/src/crypto/ |
| H A D | aes_i.h | 109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 110 #define GETU32(p) SWAP(*((u32 *)(p))) 111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_gpsvme.c | 60 #define SWAP(val) ( ((val) >> 24) | (((val) & 0x00ff0000) >> 8) | \ macro 185 tlo = SWAP(tlo); /* little to big endian swap on */ in psc_poll() 186 thi = SWAP(thi); /* copy of data */ in psc_poll()
|
| /freebsd-14.2/contrib/pf/libevent/ |
| H A D | buffer.c | 83 #define SWAP(x,y) do { \ macro 102 SWAP(&tmp, outbuf); in evbuffer_add_buffer() 103 SWAP(outbuf, inbuf); in evbuffer_add_buffer() 104 SWAP(inbuf, &tmp); in evbuffer_add_buffer()
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | heapsort.c | 59 #define SWAP(a, b, count, size, tmp) { \ macro 96 SWAP(par, child, count, size, tmp); \
|
| /freebsd-14.2/contrib/libdivsufsort/include/ |
| H A D | divsufsort_private.h | 145 #ifndef SWAP 146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) macro
|
| /freebsd-14.2/stand/ficl/ |
| H A D | vm.c | 179 SWAP, 224 case SWAP:
|