Searched refs:IW_SWAB64 (Results 1 – 6 of 6) sorted by relevance
75 #define IW_SWAB64(num_) __builtin_bswap64(num_) macro77 #define IW_SWAB64(num_) \91 #define IW_HTOILL(num_) IW_SWAB64(num_)94 #define IW_ITOHLL(num_) IW_SWAB64(num_)
59 ts = IW_SWAB64(ts); in iw_init()
50 ts = IW_SWAB64(ts);
28 ts = IW_SWAB64(ts); in init_suite()
264 ts = IW_SWAB64(ts); in _bm_init()
64 #define tobe64(x) IW_SWAB64(x)