Searched defs:TYPE_SIGNED (Results 1 - 1 of 1) 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))

Completed in 110 milliseconds