HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_SIGNED (Results 1 - 11 of 11) 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))
  /bionic/libc/tzcode/
difftime.c 14 #include "private.h" /* for time_t, TYPE_INTEGRAL, and TYPE_SIGNED */
34 if (!TYPE_SIGNED(time_t)) {
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))
localtime.c 81 * on TYPE_BIT / TYPE_SIGNED / TYPE_INTEGRAL.
87 ( TYPE_SIGNED(time_t) ?
97 ( TYPE_SIGNED(time_t) ?
393 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
574 if (TYPE_SIGNED(time_t)) {
    [all...]
strftime.c 410 if (TYPE_SIGNED(time64_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))
localtime.c 330 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
490 if (TYPE_SIGNED(time_t)) {
    [all...]
zic.c 1313 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) {
    [all...]
  /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) \
  /external/bison/
maint.mk 660 TYPE_SIGNED_MAGNITUDE TYPE_SIGNED TYPE_MINIMUM TYPE_MAXIMUM \
    [all...]

Completed in 1090 milliseconds