Searched refs:__REV16 (Results 1 – 14 of 14) sorted by relevance
198 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16() function
492 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16() function
883 #define __REV16(value) __ROR(__REV(value), 16) macro
401 #define __REV16 __iar_builtin_REV16 macro
882 #define __REV16(value) __ROR(__REV(value), 16) macro
986 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16() function
208 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16() function
241 #define __REV16(value) __ROR(__REV(value), 16) macro
434 #define __REV16 __iar_builtin_REV16 macro
239 #define __REV16(value) __ROR(__REV(value), 16) macro
311 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16() function
16 #define SGTL_SWAP_UINT16_BYTE_SEQUENCE(x) (__REV16(x))
17 #define TFA_SWAP_UINT16_BYTE_SEQUENCE(x) (__REV16(x))
43 #define ENET_QOS_HTONS(n) __REV16(n)45 #define ENET_QOS_NTOHS(n) __REV16(n)