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

/system/core/libcutils/
H A Dprivate.h270 #ifndef TYPE_SIGNED
271 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
272 #endif /* !defined TYPE_SIGNED */
291 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
292 1 + TYPE_SIGNED(type))
H A Dtzstrftime.c63 #ifndef TYPE_SIGNED
64 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
65 #endif /* !defined TYPE_SIGNED */
75 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
76 1 + TYPE_SIGNED(type))
360 if (TYPE_SIGNED(time_t))
H A Dtztime.c57 * on TYPE_BIT / TYPE_SIGNED / TYPE_INTEGRAL.
63 ( TYPE_SIGNED(time_t) ?
73 ( TYPE_SIGNED(time_t) ?
301 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
544 if (TYPE_SIGNED(time_t)) {
1749 if (!TYPE_SIGNED(time_t)) {

Completed in 364 milliseconds