Searched refs:__REV16 (Results 1 – 12 of 12) sorted by relevance
88 #define NX_CHANGE_USHORT_ENDIAN(arg) arg = __REV16(arg)99 #define htons(val) __REV16(val)103 #define ntohs(val) __REV16(val)
91 #define NX_CHANGE_USHORT_ENDIAN(arg) arg = __REV16(arg)102 #define htons(val) __REV16(val)106 #define ntohs(val) __REV16(val)
87 #define NX_CHANGE_USHORT_ENDIAN(arg) (arg) = __REV16(arg)98 #define htons(val) __REV16(val)102 #define ntohs(val) __REV16(val)
64 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __REV16(arg)
128 #define __REV16(x) x macro