Searched refs:_ABS_DIFF (Results 1 – 1 of 1) sorted by relevance
44 #define _ABS_DIFF(x, y) ((x) > (y) ? (x) - (y) : (y) - (x)) macro48 u32_t diff = _ABS_DIFF(x,y); in _cyclic_lt()54 u32_t diff = _ABS_DIFF(x,y); in _cyclic_le()