Home
last modified time | relevance | path

Searched defs:SWAPSHORT (Results 1 – 1 of 1) sorted by path

/trunk/main/tools/inc/tools/
H A Dsolar.h175 #define SWAPSHORT(x) ((((x) >> 8) & 0x00FF) | (((x) & 0x00FF) << 8)) macro

Completed in 13 milliseconds