Searched refs:__res (Results 1 – 2 of 2) sorted by relevance
54 rt_uint32_t __res; in GET_BITS() local56 __res = resp[__off] >> __shft; in GET_BITS()58 __res |= resp[__off - 1] << ((32 - __shft) % 32); in GET_BITS()60 return __res & __mask; in GET_BITS()
54 rt_uint32_t __res; in GET_BITS() local56 __res = resp[__off] >> __shft; in GET_BITS()58 __res |= resp[__off-1] << ((32 - __shft) % 32); in GET_BITS()60 return __res & __mask; in GET_BITS()
Completed in 4 milliseconds