Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h504 #define MAXVAL(t, b) \ macro
508 ((t) (TYPE_SIGNED(t) ? - TWOS_COMPLEMENT(t) - MAXVAL(t, b) : 0))
512 static time_t const time_t_max = MAXVAL(time_t, TYPE_BIT(time_t));