HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_BIT (Results 1 - 4 of 4) 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/icu4c/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 299 #ifndef TYPE_BIT
300 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
301 #endif /* !defined TYPE_BIT */
334 ((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";

Completed in 58 milliseconds