Searched defs:ABS (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
H A Dasm.h94 #define ABS(symbol,value) \ macro
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dstv0367_priv.h42 #define ABS(X) ((X) < 0 ? (-1 * (X)) : (X)) macro
H A Ddibx000_common.h227 #define ABS(x) ((x < 0) ? (-x) : (x)) macro
H A Dmb86a16.c34 #define ABS(x) ((x) < 0 ? (-x) : (x)) macro
H A Dstv0900_priv.h31 #define ABS(X) ((X) < 0 ? (-1 * (X)) : (X)) macro
/linux-4.1.27/arch/tile/kernel/
H A Dsetup.c49 static inline int ABS(int x) { return x >= 0 ? x : -x; } ABS() function

Completed in 574 milliseconds