Searched defs:lower_32_bits (Results 1 – 2 of 2) sorted by relevance
20 #define lower_32_bits(n) ((u32)((n) & 0xffffffff)) macro