Searched refs:shift_up_inline (Results 1 – 1 of 1) sorted by relevance
30 #define SHIFT_UP(X,S) ((S) > 0 ? shift_up_inline ((X), (S)) : (X))36 static PINLINE int shift_up_inline(int value, unsigned int shift);42 static PINLINE int shift_up_inline(int value, unsigned int shift) in shift_up_inline() function