Searched defs:iA (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/ |
H A D | MasterKey.java | 316 BigInteger iA = new BigInteger(a); in addTwoBytes() local 335 BigInteger iA = new BigInteger(a); in doXor() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/ |
H A D | ToastDefaultAnimation.kt | 60 val iA = ObjectAnimator.ofFloat(icon, "alpha", 0f, 1f).apply { regex
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicBlend.cpp | 422 uint32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w, in kernel() local 443 int32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w, in kernel() local
|
/aosp12/art/test/646-checker-simd-hadd/src/ |
H A D | HaddOther.java | 129 int[] iA = new int[M]; in main() local
|