Searched defs:SHRT_MIN (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dlimits.h21 #define SHRT_MIN (-32768) macro
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/
H A Dlimits.h19 #define SHRT_MIN (-32768) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dlimits.h58 #define SHRT_MIN __SHRT_MIN macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dlimits.h21 #define SHRT_MIN (-0x8000) macro
/vbox/include/iprt/nocrt/
H A Dlimits.h46 #define SHRT_MIN (-0x7fff - 1) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dlimits.h21 #define SHRT_MIN (-0x8000) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_ansic.h78 #ifndef SHRT_MIN
79 #define SHRT_MIN ((short)(1 << (x_SHORTBITS - 1))) macro
87 #define SHRT_MAX ((short)~SHRT_MIN)
93 #define MINSHORT SHRT_MIN
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_ansic.h62 #ifndef SHRT_MIN
63 #define SHRT_MIN ((short)(1 << (x_SHORTBITS - 1))) macro
71 #define SHRT_MAX ((short)~SHRT_MIN)
77 #define MINSHORT SHRT_MIN
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_ansic.h85 #ifndef SHRT_MIN
86 #define SHRT_MIN ((short)(1 << (x_SHORTBITS - 1))) macro
94 #define SHRT_MAX ((short)~SHRT_MIN)
100 #define MINSHORT SHRT_MIN
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_ansic.h85 #ifndef SHRT_MIN
86 #define SHRT_MIN ((short)(1 << (x_SHORTBITS - 1))) macro
94 #define SHRT_MAX ((short)~SHRT_MIN)
100 #define MINSHORT SHRT_MIN
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_ansic.h85 #ifndef SHRT_MIN
86 #define SHRT_MIN ((short)(1 << (x_SHORTBITS - 1))) macro
94 #define SHRT_MAX ((short)~SHRT_MIN)
100 #define MINSHORT SHRT_MIN

Completed in 42 milliseconds