HomeSort by relevance Sort by last modified time
    Searched full:shift_down_inline (Results 1 - 1 of 1) sorted by null

  /external/srec/srec/cfront/
sh_down.h 29 #define SHIFT_DOWN(X,S) ((S) > 0 ? shift_down_inline ((X), (S)) : (X))
37 static PINLINE int shift_down_inline(int value, unsigned int shift);
64 static PINLINE int shift_down_inline(int value, unsigned int shift) function

Completed in 382 milliseconds