Home
last modified time | relevance | path

Searched refs:TYPE_BIT (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/tzcode/
H A Dprivate.h491 #ifndef TYPE_BIT
492 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
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 + \
H A Dlocaltime.c340 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java31 public static final int TYPE_BIT = 1; field in FrameFormat
81 return mBaseType >= TYPE_BIT && mBaseType <= TYPE_DOUBLE; in isBinaryDataType()
315 case TYPE_BIT: in bytesPerSampleOf()
349 case TYPE_BIT: return "bit"; in baseTypeToString()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18286 Landroid/filterfw/core/FrameFormat;->TYPE_BIT:I