HelenOS sources

ABSVAL             34 boot/genarch/src/division.c #define ABSVAL(x)  ((x) > 0 ? (x) : -(x))
ABSVAL             37 kernel/genarch/src/softint/division.c #define ABSVAL(x)  ((x) > 0 ? (x) : -(x))
HelenOS homepage, sources at GitHub