Searched refs:__shft (Results 1 – 2 of 2) sorted by relevance
53 const rt_int32_t __shft = (start) & 31; in GET_BITS() local56 __res = resp[__off] >> __shft; in GET_BITS()57 if (__size + __shft > 32) in GET_BITS()58 __res |= resp[__off - 1] << ((32 - __shft) % 32); in GET_BITS()
53 const rt_int32_t __shft = (start) & 31; in GET_BITS() local56 __res = resp[__off] >> __shft; in GET_BITS()57 if (__size + __shft > 32) in GET_BITS()58 __res |= resp[__off-1] << ((32 - __shft) % 32); in GET_BITS()
Completed in 5 milliseconds