Searched defs:TYPE_SIGNED (Results 1 - 2 of 2) 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))

Completed in 16 milliseconds