Searched defs:TYPE_BIT (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/
H A Dprivate.h266 #ifndef TYPE_BIT
267 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
268 #endif /* !defined TYPE_BIT */
291 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
H A Dtzstrftime.c59 #ifndef TYPE_BIT
60 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
61 #endif /* !defined TYPE_BIT */
75 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \

Completed in 144 milliseconds