HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_BIT (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/icu/source/tools/tzcode/
private.h 196 #ifndef TYPE_BIT
197 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
198 #endif /* !defined TYPE_BIT */
221 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
  /external/icu4c/tools/tzcode/
private.h 196 #ifndef TYPE_BIT
197 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
198 #endif /* !defined TYPE_BIT */
221 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
  /bionic/libc/tzcode/
private.h 262 #ifndef TYPE_BIT
263 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
264 #endif /* !defined TYPE_BIT */
287 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
  /system/core/libcutils/
private.h 266 #ifndef TYPE_BIT
267 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
268 #endif /* !defined TYPE_BIT */
291 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
tzstrftime.c 58 #ifndef TYPE_BIT
59 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
60 #endif /* !defined TYPE_BIT */
74 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \

Completed in 15 milliseconds