Searched defs:_x_ (Results 1 – 1 of 1) sorted by relevance
150 #define SMC_LEON_SWAP16(_x_) ({ word _x = (_x_); ((_x << 8) | (_x >> 8)); }) argument152 #define SMC_LEON_SWAP32(_x_) \ argument