HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_BIT (Results 1 - 8 of 8) sorted by null

  /bionic/libc/tzcode/
private.h 484 #ifndef TYPE_BIT
485 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
486 #endif /* !defined TYPE_BIT */
504 static time_t const time_t_min = MINVAL(time_t, TYPE_BIT(time_t));
505 static time_t const time_t_max = MAXVAL(time_t, TYPE_BIT(time_t));
515 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
localtime.c 339 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 32 public static final int TYPE_BIT = 1;
82 return mBaseType >= TYPE_BIT && mBaseType <= TYPE_DOUBLE;
312 case TYPE_BIT:
346 case TYPE_BIT: return "bit";
  /external/icu/icu4c/source/tools/tzcode/
private.h 320 #ifndef TYPE_BIT
321 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
322 #endif /* !defined TYPE_BIT */
346 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
localtime.c 318 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
    [all...]
zic.c 627 if (TYPE_BIT(zic_t) < 64) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 113 milliseconds