Home
last modified time | relevance | path

Searched defs:SWAPLONG (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/tools/inc/tools/
H A Dsolar.h176 #define SWAPLONG(x) ((((x) >> 24) & 0x000000FF) | (((x) & 0x00FF0000) >> 8) | \ macro

Completed in 9 milliseconds