Searched refs:TYPE_BIT (Results 1 – 4 of 4) sorted by relevance
491 #ifndef TYPE_BIT492 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro511 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 + \
340 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()
31 public static final int TYPE_BIT = 1; field in FrameFormat81 return mBaseType >= TYPE_BIT && mBaseType <= TYPE_DOUBLE; in isBinaryDataType()315 case TYPE_BIT: in bytesPerSampleOf()349 case TYPE_BIT: return "bit"; in baseTypeToString()
18286 Landroid/filterfw/core/FrameFormat;->TYPE_BIT:I