Home
last modified time | relevance | path

Searched refs:_ABS_DIFF (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dcyclic_oper.h44 #define _ABS_DIFF(x, y) ((x) > (y) ? (x) - (y) : (y) - (x)) macro
48 u32_t diff = _ABS_DIFF(x,y); in _cyclic_lt()
54 u32_t diff = _ABS_DIFF(x,y); in _cyclic_le()