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/icu4c/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))
  /bionic/libc/tzcode/
private.h 266 #ifndef TYPE_SIGNED
267 #define TYPE_SIGNED(type) (((type) -1) < 0)
268 #endif /* !defined TYPE_SIGNED */
287 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
288 1 + TYPE_SIGNED(type))
  /external/bison/lib/
strtol.c 139 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1))
146 ((t) (! TYPE_SIGNED (t) \
152 ((t) (! TYPE_SIGNED (t) \
  /system/core/libcutils/
private.h 270 #ifndef TYPE_SIGNED
271 #define TYPE_SIGNED(type) (((type) -1) < 0)
272 #endif /* !defined TYPE_SIGNED */
291 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
292 1 + TYPE_SIGNED(type))
tzstrftime.c 63 #ifndef TYPE_SIGNED
64 #define TYPE_SIGNED(type) (((type) -1) < 0)
65 #endif /* !defined TYPE_SIGNED */
75 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
76 1 + TYPE_SIGNED(type))
360 if (TYPE_SIGNED(time_t))

Completed in 51 milliseconds