Searched defs:LSW (Results 1 – 5 of 5) sorted by relevance
47 #define LSW(l) ((l) & 0x0000ffffL) macro
54 #define LSW(x) (int16_t)((int32_t)x & 0xFFFF) macro
533 #define LSW(x) (uint16_t)(x) macro
109 #define LSW(x) (uint16_t)(x) macro
1809 #define LSW(x) (uint16_t)(x) macro