Home
last modified time | relevance | path

Searched refs:_x_ (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Common/
DMyString.h835 #define fs2us(_x_) (_x_) argument
836 #define us2fs(_x_) (_x_) argument
851 #define fas2fs(_x_) (_x_) argument
852 #define fs2fas(_x_) (_x_) argument
/external/walt/docs/
DDragLatency.md37 …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.
/external/u-boot/drivers/net/
Dsmc91111.h150 #define SMC_LEON_SWAP16(_x_) ({ word _x = (_x_); ((_x << 8) | (_x >> 8)); }) argument
152 #define SMC_LEON_SWAP32(_x_) \ argument
153 ({ dword _x = (_x_); \