Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
DMainData.h38 #ifndef TYPE_SIGNED
39 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
50 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dstrftime.c297 if (TYPE_SIGNED(time_t)) in _fmt()
DTime.c337 t = TYPE_SIGNED(time_t) ? 0 : (((time_t) 1) << bits); in time2sub()