Home
last modified time | relevance | path

Searched refs:SWAP (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-11-stable/usr.sbin/pc-sysinstall/examples/
HDpcinstall.cfg.zfs26 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
27 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
39 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
40 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
41 disk1-part=SWAP 0 none
HDpcinstall.cfg.restore16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
17 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
19 disk0-part=SWAP.eli 2000 none
HDpcinstall.cfg.rsync16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
18 disk0-part=SWAP 2000 none
HDpcinstall.cfg.geli27 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
28 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
HDpcinstall.cfg.gmirror18 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
20 disk0-part=SWAP 2000 none
HDpcinstall.cfg.netinstall16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
18 disk0-part=SWAP 2000 none
HDpcinstall.cfg.fbsd-netinstall16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
18 disk0-part=SWAP 2000 none
/freebsd-11-stable/contrib/libdivsufsort/lib/
HDtrsort.c121 if(ISAd[SA[m / 2]] < ISAd[SA[m]]) { SWAP(SA[m], SA[m / 2]); } in tr_heapsort()
125 if((size % 2) == 0) { SWAP(SA[0], SA[m]); tr_fixdown(ISAd, SA, 0, m); } in tr_heapsort()
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()
158 if(ISAd[*v1] > ISAd[*v3]) { SWAP(v1, v3); } 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()
[all …]
HDsssort.c216 if(Td[PA[SA[m / 2]]] < Td[PA[SA[m]]]) { SWAP(SA[m], SA[m / 2]); } in ss_heapsort()
220 if((size % 2) == 0) { SWAP(SA[0], SA[m]); ss_fixdown(Td, PA, SA, 0, m); } in ss_heapsort()
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()
254 if(Td[PA[*v1]] > Td[PA[*v3]]) { SWAP(v1, v3); } 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()
[all …]
/freebsd-11-stable/crypto/openssl/crypto/aes/
HDaes_locl.h66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A); in md5_read_ctx()
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B); in md5_read_ctx()
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C); in md5_read_ctx()
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D); in md5_read_ctx()
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3); in md5_finish_ctx()
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) | in md5_finish_ctx()
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
/freebsd-11-stable/contrib/binutils/libiberty/
HDmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A); in md5_read_ctx()
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B); in md5_read_ctx()
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C); in md5_read_ctx()
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D); in md5_read_ctx()
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3); in md5_finish_ctx()
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) | in md5_finish_ctx()
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
HDcommon.c70 #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-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
HDdffma.S61 #define SWAP p1 macro
197 SWAP = cmp.gt(EXPC,EXPA) // If C >> PP define
198 if (SWAP.new) EXPCA = combine(EXPA,EXPC)
213 if (SWAP) PP_LL = CTMP2
214 if (SWAP) CTMP2 = PP_LL
224 if (SWAP) PP_HH = CTMP // Swap C and PP
225 if (SWAP) CTMP = PP_HH
/freebsd-11-stable/lib/libc/sparc64/fpu/
HDfpu_emu.h128 SWAP(x, y); \
130 #define SWAP(x, y) { \ macro
HDfpu_add.c127 SWAP(x, y);
/freebsd-11-stable/contrib/libreadline/
HDrldefs.h153 #if !defined (SWAP)
154 # define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) macro
/freebsd-11-stable/contrib/ntp/ntpd/
HDrefclock_gpsvme.c60 #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-11-stable/contrib/wpa/src/crypto/
HDaes_i.h109 #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-11-stable/sys/powerpc/fpu/
HDfpu_emu.h130 SWAP(x, y); \
132 #define SWAP(x, y) { \ macro
/freebsd-11-stable/contrib/pf/libevent/
HDbuffer.c83 #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-11-stable/lib/libc/stdlib/
HDheapsort.c60 #define SWAP(a, b, count, size, tmp) { \ macro
97 SWAP(par, child, count, size, tmp); \
/freebsd-11-stable/contrib/libdivsufsort/include/
HDdivsufsort_private.h145 #ifndef SWAP
146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) macro
/freebsd-11-stable/crypto/openssl/crypto/camellia/
HDcamellia.c96 # define SWAP(x) _byteswap_ulong(x) macro
98 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
100 # define GETU32(p) SWAP(*((u32 *)(p)))
101 # define PUTU32(p,v) (*((u32 *)(p)) = SWAP((v)))
/freebsd-11-stable/contrib/gcc/
HDunwind-dw2-fde.c472 #define SWAP(x,y) do { const fde * tmp = x; x = y; y = tmp; } while (0) macro
492 SWAP (a[i], a[j]); in frame_downheap()
528 SWAP (a[0], a[m]); in frame_heapsort()
531 #undef SWAP in frame_heapsort()

123