Searched defs:upper_32_bits (Results 1 – 3 of 3) sorted by relevance
140 #define upper_32_bits(n) ((u32)(((n) >> 16) >> 16)) macro
586 static inline uint32_t upper_32_bits(uint64_t x) in upper_32_bits() function
91 #define upper_32_bits(n) ((__u32)(((n) >> 16) >> 16)) macro