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

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h200 #ifndef TYPE_SIGNED
201 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
202 #endif /* !defined TYPE_SIGNED */
221 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
222 1 + TYPE_SIGNED(type))
H A Dlocaltime.c330 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
490 if (TYPE_SIGNED(time_t)) {
1764 if (!TYPE_SIGNED(time_t)) {
H A Dzic.c1313 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) {
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h200 #ifndef TYPE_SIGNED
201 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
202 #endif /* !defined TYPE_SIGNED */
221 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
222 1 + TYPE_SIGNED(type))
H A Dlocaltime.c330 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
490 if (TYPE_SIGNED(time_t)) {
1764 if (!TYPE_SIGNED(time_t)) {
H A Dzic.c1313 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) {
/external/bison/lib/
H A Dintprops.h52 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
66 ((t) (! TYPE_SIGNED (t) \
72 ((t) (! TYPE_SIGNED (t) \
102 # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t))
H A Dstrtol.c133 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
140 ((t) (! TYPE_SIGNED (t) \
146 ((t) (! TYPE_SIGNED (t) \
/external/bison/
H A Dmaint.mk660 TYPE_SIGNED_MAGNITUDE TYPE_SIGNED TYPE_MINIMUM TYPE_MAXIMUM \

Completed in 2998 milliseconds