Searched refs:INC_WRAPAROUND_COUNT (Results 1 – 1 of 1) sorted by relevance
71 #define INC_WRAPAROUND_COUNT(_bits,_val) (_val + ( 1ull << _bits ) ) macro109 val_prev=INC_WRAPAROUND_COUNT(data_bits,val_prev); in lm_update_wraparound_if_needed()