HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_SIGNED (Results 1 - 15 of 15) 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 8 #include "private.h" /* for time_t and TYPE_SIGNED */
19 if (!TYPE_SIGNED(time_t)) {
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))
localtime.c 334 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
434 sp->types[i] = ((TYPE_SIGNED(time_t)
525 if (TYPE_SIGNED(time_t) && stored >= (int) sizeof(time_t))
    [all...]
strftime.c 387 if (TYPE_SIGNED(time64_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))
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/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))
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) \
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 295 if (TYPE_SIGNED(time_t))
  /external/bison/
maint.mk 660 TYPE_SIGNED_MAGNITUDE TYPE_SIGNED TYPE_MINIMUM TYPE_MAXIMUM \
    [all...]

Completed in 417 milliseconds