Home
last modified time | relevance | path

Searched refs:shift_up_inline (Results 1 – 1 of 1) sorted by relevance

/external/srec/srec/cfront/
Dsh_down.h30 #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