Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
DMainData.h34 #ifndef TYPE_BIT
35 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
50 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTime.c329 bits = TYPE_BIT(time_t) - 1; in time2sub()