Searched defs:LONG_BIT (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/nocrt/
H A Dlimits.h54 # define LONG_BIT 32 macro
59 # define LONG_BIT 64 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dlimits.h83 #define LONG_BIT 32 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dlimits.h78 #define LONG_BIT 32 macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h840 #ifndef LONG_BIT
841 #define LONG_BIT (8 * SIZEOF_LONG) macro
844 #if LONG_BIT != 8 * SIZEOF_LONG
845 /* 04-Oct-2000 LONG_BIT is apparently (mis)defined as 64 on some recent
850 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h853 #ifndef LONG_BIT
854 #define LONG_BIT (8 * SIZEOF_LONG) macro
857 #if LONG_BIT != 8 * SIZEOF_LONG
858 /* 04-Oct-2000 LONG_BIT is apparently (mis)defined as 64 on some recent
863 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."

Completed in 38 milliseconds