Searched refs:TYPE_SIGNED (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/tzcode/stdtime/
H A Ddifftime.c17 #include "private.h" /* for time_t, TYPE_INTEGRAL, and TYPE_SIGNED */
36 if (!TYPE_SIGNED(time_t)) {
H A Dprivate.h220 #ifndef TYPE_SIGNED
221 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
222 #endif /* !defined TYPE_SIGNED */
250 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
251 1 + TYPE_SIGNED(type))
H A Dlocaltime.c364 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
557 if (TYPE_SIGNED(time_t)) {
1925 if (!TYPE_SIGNED(time_t)) {
/barrelfish-master/lib/tzcode/zic/
H A Dprivate.h177 #ifndef TYPE_SIGNED
178 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
179 #endif /* !defined TYPE_SIGNED */
198 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
199 1 + TYPE_SIGNED(type))
H A Dzic.c1160 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) {
/barrelfish-master/lib/libc/rpc/
H A Dnetname.c65 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
74 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
/barrelfish-master/lib/libc/stdtime/
H A Dstrftime.c321 if (TYPE_SIGNED(time_t))

Completed in 49 milliseconds