Home
last modified time | relevance | path

Searched refs:TYPE_BIT (Results 1 - 8 of 8) sorted by relevance

/third_party/tzdata/
H A Dprivate.h384 # define PTRDIFF_MAX MAXVAL(ptrdiff_t, TYPE_BIT(ptrdiff_t))
813 #define TYPE_BIT(type) (CHAR_BIT * (ptrdiff_t) sizeof(type)) macro
832 #define TIME_T_MIN_NO_PADDING MINVAL(time_t, TYPE_BIT(time_t))
833 #define TIME_T_MAX_NO_PADDING MAXVAL(time_t, TYPE_BIT(time_t))
870 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
879 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
H A Dzic.c990 if (TYPE_BIT(zic_t) < 64) { in main()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h312 #ifndef TYPE_BIT
313 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
314 #endif /* !defined TYPE_BIT */
338 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
H A Dlocaltime.c320 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()
1762 for (i = 0; i < (int) TYPE_BIT(time_t) - 1; ++i) in time2sub()
H A Dzic.c628 if (TYPE_BIT(zic_t) < 64) { in main()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h320 #ifndef TYPE_BIT
321 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
322 #endif /* !defined TYPE_BIT */
346 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
H A Dlocaltime.c318 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()
1760 for (i = 0; i < (int) TYPE_BIT(time_t) - 1; ++i) in time2sub()
H A Dzic.c627 if (TYPE_BIT(zic_t) < 64) { in main()

Completed in 19 milliseconds