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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 196 #ifndef TYPE_BIT
197 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
198 #endif /* !defined TYPE_BIT */
221 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
  /external/icu/icu4c/source/tools/tzcode/
private.h 196 #ifndef TYPE_BIT
197 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
198 #endif /* !defined TYPE_BIT */
221 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
  /bionic/libc/tzcode/
private.h 323 #ifndef TYPE_BIT
324 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
325 #endif /* !defined TYPE_BIT */
349 ((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";
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 102 milliseconds