Searched defs:TYPE_SIGNED (Results 1 - 3 of 3) sorted by relevance

/external/chromium/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))
/external/icu4c/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))
/external/bison/lib/
H A Dstrtol.c139 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
146 ((t) (! TYPE_SIGNED (t) \
152 ((t) (! TYPE_SIGNED (t) \

Completed in 683 milliseconds