Searched refs:TYPE_SIGNED (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A DMainData.h38 #ifndef TYPE_SIGNED
39 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
40 #endif /* !defined TYPE_SIGNED */
50 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dstrftime.c297 if (TYPE_SIGNED(time_t))
H A DTime.c337 t = TYPE_SIGNED(time_t) ? 0 : (((time_t) 1) << bits);

Completed in 150 milliseconds