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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcamellia.c57 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
58 # define GETU32(p) SWAP(*((u32 *)(p)))
59 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));}
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dcamellia.c59 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
60 # define GETU32(p) SWAP(*((u32 *)(p)))
61 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));}
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h178 #define SWAP(p, ui32) \ macro

Completed in 21 milliseconds