Searched refs:TYPE_BIT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A DMainData.h34 #ifndef TYPE_BIT
35 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
36 #endif /* !defined TYPE_BIT */
50 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c329 bits = TYPE_BIT(time_t) - 1;

Completed in 266 milliseconds