Searched refs:ALWAYS_INLINE (Results 1 – 2 of 2) sorted by relevance
30 static ALWAYS_INLINE unsigned int find_msb_set(uint32_t op) in find_msb_set()51 static ALWAYS_INLINE unsigned int find_lsb_set(uint32_t op) in find_lsb_set()
40 #ifndef ALWAYS_INLINE41 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro