Searched refs:TYPE_SIGNED (Results 1 – 3 of 3) sorted by relevance
38 #ifndef TYPE_SIGNED39 #define TYPE_SIGNED(type) (((type) -1) < 0) macro50 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
297 if (TYPE_SIGNED(time_t)) in _fmt()
337 t = TYPE_SIGNED(time_t) ? 0 : (((time_t) 1) << bits); in time2sub()