Searched defs:abs (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DXabs.c2 The abs, labs, and llabs functions compute the absolute value of an integer j.
5 The abs, labs, and llabs, functions return the absolute value of their
21 abs(int j) function
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispInternal.h109 #define abs(_v) ( ((_v)>0) ? (_v) : (-(_v)) ) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglxserver.h57 #undef abs macro
H A Dxf86_libc.h223 #undef abs macro
224 #define abs(i) xf86abs(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxserver.h53 #undef abs macro
H A Dxf86_libc.h223 #undef abs macro
224 #define abs(i) xf86abs(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxserver.h57 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxserver.h52 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxserver.h48 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxserver.h48 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxserver.h48 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxserver.h48 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxserver.h48 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxserver.h55 #undef abs macro
H A Dcompiler.h1546 # if !defined(abs) && defined(USE_ABS_MACRO)
1547 # define abs(x) ((x) >= 0 ? (x) : -(x)) macro
H A DPs.h87 #ifdef abs
88 #undef abs /* this is because of a non-Spec1170ness in misc.h */ macro
H A Dxf86_libc.h229 #undef abs macro
230 #define abs(i) xf86abs(i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxserver.h55 #undef abs macro
H A Dcompiler.h1550 # if !defined(abs) && defined(USE_ABS_MACRO)
1551 # define abs(x) ((x) >= 0 ? (x) : -(x)) macro
H A DPs.h87 #ifdef abs
88 #undef abs /* this is because of a non-Spec1170ness in misc.h */ macro
H A Dxf86_libc.h229 #undef abs macro
230 #define abs(i) xf86abs(i) macro
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/
H A Dath.h43 #define abs(x) ({ \ macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h1437 # if !defined(abs) && defined(USE_ABS_MACRO)
1438 # define abs(x) ((x) >= 0 ? (x) : -(x)) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h185 #undef abs macro
186 #define abs(i) xf86abs(i) macro
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp4003 bool abs; local
4028 abs = (UseAbsoluteMouse() && !gfGrabbed)
4032 /* only used if abs == TRUE */
4040 state = abs ? SDL_GetMouseState(
4062 if (abs)
4141 if (abs)
4163 if (abs)

Completed in 150 milliseconds