ABS
782 dev/pci/eso.c #define ABS(x) ((x) < 0 ? -(x) : (x))
ABS
808 dev/pci/eso.c #undef ABS