Home
last modified time | relevance | path

Searched defs:TYPE_BIT (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java31 public static final int TYPE_BIT = 1; field in FrameFormat
/aosp12/bionic/libc/tzcode/
H A Dprivate.h492 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro