Searched defs:upper_32_bits (Results 1 – 7 of 7) sorted by relevance
33 #define upper_32_bits(n) ((u32)(((n) >> 16) >> 16)) macro
124 #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
93 #define upper_32_bits(n) ((__u32)(((n) >> 16) >> 16)) macro
91 #define upper_32_bits(n) ((__u32)(((n) >> 16) >> 16)) macro
103 #define upper_32_bits(n) ((__u32)(((n) >> 16) >> 16)) macro