Searched defs:SWAP (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dheapsort.c53 #define SWAP(a, b, count, size, tmp) { \ macro
/haiku-fatelf/src/bin/bash/lib/intl/
H A DgettextP.h70 # define SWAP(i) bswap_32 (i) macro
/haiku-fatelf/src/bin/bash/lib/readline/
H A Drldefs.h156 # define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) macro
/haiku-fatelf/src/bin/gawk/intl/
H A DgettextP.h68 # define SWAP(i) bswap_32 (i) macro
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
/haiku-fatelf/src/bin/gdb/readline/
H A Drldefs.h150 # define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) macro
/haiku-fatelf/src/bin/sharutils/lib/
H A Dmd5.c39 # define SWAP(n) \ macro
42 # define SWAP(n) (n) macro
[all...]
/haiku-fatelf/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c725 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Dmpc_dec.cpp78 float SWAP [DELAY] [32]; local
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmd5.c56 # define SWAP(n) \ macro
59 # define SWAP(n) (n) macro
H A Dsha1.c42 # define SWAP(n) (n) macro
44 # define SWAP(n) \ macro
[all...]
H A Dsha256.c36 # define SWAP(n) (n) macro
38 # define SWAP(n) \ macro
H A Dsha512.c36 # define SWAP(n) (n) macro
38 # define SWAP(n) \ macro
/haiku-fatelf/src/bin/network/wget/md5/
H A Dmd5.c53 # define SWAP(n) \ macro
56 # define SWAP(n) (n) macro
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.h128 #define SWAP(x)B_HOST_TO_LENDIAN_INT32(x) macro
/haiku-fatelf/src/add-ons/translators/raw/
H A DRAW.cpp33 #define SWAP(a,b) { a ^= b; a ^= (b ^= a); } macro
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_fax3.c257 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } macro
310 #undef SWAP macro
1376 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } macro
1424 #undef SWAP macro
/haiku-fatelf/src/libs/tiff/
H A Dtif_fax3.c267 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } macro
319 #undef SWAP macro
1421 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } macro
1468 #undef SWAP macro
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c186 #define SWAP(x, y) ({ typeof(x) _tmp = x; x = y; y = _tmp; }) macro
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dpattern.c1180 #define SWAP() \ macro

Completed in 138 milliseconds