Searched refs:SWAP16 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h68 #define SWAP16(value) \ macro
72 (((uint32_t)SWAP16((uint16_t)((value) & 0xffff)) << 16) | \
73 (uint32_t)SWAP16((uint16_t)((value) >> 16)))
80 #define SWAP16(value) (value) macro
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8_conv.c108 #ifndef SWAP16
109 #define SWAP16(X) ((((X) << 8) | ((X) >> 8)) & 0xFFFF) macro
112 ucs2str[ucs2len] = SWAP16(ch);
275 ch = SWAP16(ch);
296 ch = SWAP16(ch);
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h101 #define SWAP16(p) { \ macro
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_conv.c145 SWAP16(p);
148 SWAP16(p);

Completed in 403 milliseconds