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

  /ndk/sources/host-tools/sed-4.2.1/lib/
intprops.h 38 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1))
45 ((t) (! TYPE_SIGNED (t) \
51 ((t) (! TYPE_SIGNED (t) \
62 # define signed_type_or_expr__(t) TYPE_SIGNED (__typeof__ (t))
  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 200 #ifndef TYPE_SIGNED
201 #define TYPE_SIGNED(type) (((type) -1) < 0)
202 #endif /* !defined TYPE_SIGNED */
221 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
222 1 + TYPE_SIGNED(type))
  /external/icu/icu4c/source/tools/tzcode/
private.h 200 #ifndef TYPE_SIGNED
201 #define TYPE_SIGNED(type) (((type) -1) < 0)
202 #endif /* !defined TYPE_SIGNED */
221 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
222 1 + TYPE_SIGNED(type))
  /external/bison/lib/
intprops.h 52 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1))
66 ((t) (! TYPE_SIGNED (t) \
72 ((t) (! TYPE_SIGNED (t) \
102 # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t))
strtol.c 133 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1))
140 ((t) (! TYPE_SIGNED (t) \
146 ((t) (! TYPE_SIGNED (t) \
  /bionic/libc/tzcode/
private.h 327 #ifndef TYPE_SIGNED
328 #define TYPE_SIGNED(type) (((type) -1) < 0)
329 #endif /* !defined TYPE_SIGNED */
333 (TYPE_SIGNED(time_t)
337 (TYPE_SIGNED(time_t)
349 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
350 1 + TYPE_SIGNED(type))

Completed in 1706 milliseconds