Searched refs:_x_ (Results 1 – 3 of 3) sorted by relevance
835 #define fs2us(_x_) (_x_) argument836 #define us2fs(_x_) (_x_) argument851 #define fas2fs(_x_) (_x_) argument852 #define fs2fas(_x_) (_x_) argument
37 …dinate assumes the laser beam is parallel to the _x_ axis and prefers no motion of the finger in t…39 …)). This has the opposite requirement of some considerable spread of the collected _x_ coordinates.
150 #define SMC_LEON_SWAP16(_x_) ({ word _x = (_x_); ((_x << 8) | (_x >> 8)); }) argument152 #define SMC_LEON_SWAP32(_x_) \ argument153 ({ dword _x = (_x_); \