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

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
MainData.h 34 #ifndef TYPE_BIT
35 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
36 #endif /* !defined TYPE_BIT */
50 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
  /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 + \
  /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";
  /bionic/libc/tzcode/
private.h 491 #ifndef TYPE_BIT
492 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
493 #endif /* !defined TYPE_BIT */
511 static time_t const time_t_min = MINVAL(time_t, TYPE_BIT(time_t));
512 static time_t const time_t_max = MAXVAL(time_t, TYPE_BIT(time_t));
522 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 148 milliseconds