Searched defs:_x_ (Results 1 – 1 of 1) sorted by relevance
151 #define SMC_LEON_SWAP16(_x_) ({ word _x = (_x_); ((_x << 8) | (_x >> 8)); }) argument153 #define SMC_LEON_SWAP32(_x_) \ argument
Completed in 5 milliseconds