Home
last modified time | relevance | path

Searched defs:ABSSUB (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iicbus/controller/twsi/
H A Dmv_twsi.c145 #define ABSSUB(a,b) (((a) > (b)) ? (a) - (b) : (b) - (a)) macro
H A Dtwsi.c247 #define ABSSUB(a,b) (((a) > (b)) ? (a) - (b) : (b) - (a)) macro