Searched refs:RES_GET_INT_NO_TRACE (Results 1 – 3 of 3) sorted by relevance
76 # define RES_GET_INT_NO_TRACE(res) (((int32_t)((res)<<4L))>>4L) macro78 # define RES_GET_INT_NO_TRACE(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ff… macro503 return RES_GET_INT_NO_TRACE(res); in res_getInt()
76 # define RES_GET_INT_NO_TRACE(res) (((int32_t)((res)<<4L))>>4L) macro78 # define RES_GET_INT_NO_TRACE(res) (int32_t)(((res)&0x08000000) ? (res)|0xf0000000 : (res)&0x07ff… macro505 return RES_GET_INT_NO_TRACE(res); in res_getInt()