Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h495 #ifndef TYPE_SIGNED
496 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
505 ((t) (((t) 1 << ((b) - 1 - TYPE_SIGNED(t))) \
506 - 1 + ((t) 1 << ((b) - 1 - TYPE_SIGNED(t)))))
508 ((t) (TYPE_SIGNED(t) ? - TWOS_COMPLEMENT(t) - MAXVAL(t, b) : 0))
522 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
523 1 + TYPE_SIGNED(type))
Ddifftime.c33 if (!TYPE_SIGNED(time_t)) in difftime()
Dlocaltime.c340 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()
479 = ((TYPE_SIGNED(time_t) ? at < time_t_min : at < 0) in tzloadbody()
529 = ((TYPE_SIGNED(time_t) ? tr < time_t_min : tr < 0) in tzloadbody()
1633 if (! ((! TYPE_SIGNED(time_t) || INT_MIN <= tdelta) in timesub()
1785 ? (TYPE_SIGNED(time_t) ? time_t_min - j <= *tp : -1 - j < *tp) in increment_overflow_time()
Dstrftime.c362 if (TYPE_SIGNED(time64_t)) in _fmt()