Searched refs:u4_input (Results 1 – 2 of 2) sorted by relevance
155 WORD32 svcd_trace_get_bit_pos(UWORD32 u4_input) in svcd_trace_get_bit_pos() argument163 assert(0 == (u4_input & (u4_input - 1))); in svcd_trace_get_bit_pos()166 while(0 != u4_input) in svcd_trace_get_bit_pos()168 u4_input >>= 1; in svcd_trace_get_bit_pos()
55 #define REV(u4_input, u4_output) \ argument57 UWORD32 u4_temp = (u4_input); \