Home
last modified time | relevance | path

Searched refs:iB (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
H A DMasterKey.java317 BigInteger iB = new BigInteger(b); in addTwoBytes() local
318 return BytesConverter.convertIntegerTo4Bytes(iA.add(iB).intValue()); in addTwoBytes()
336 BigInteger iB = new BigInteger(b); in doXor() local
339 BigInteger result = iA.xor(iB).xor(iC).xor(iD); in doXor()
353 BigInteger iB = new BigInteger(b); in doFunctionF() local
358 result = iB.and(iC).or(iB.not().and(iD)); in doFunctionF()
360 result = iB.xor(iC).xor(iD); in doFunctionF()
362 result = iB.and(iC).or(iB.and(iD)).or(iC.and(iD)); in doFunctionF()
364 result = iB.xor(iC).xor(iD); in doFunctionF()
/aosp12/art/test/406-fields/src/
H A DMain.java28 assertEquals(0, fields.iB); in $opt$testAll()
39 fields.iB = -2; in $opt$testAll()
49 assertEquals(-2, fields.iB); in $opt$testAll()
61 byte iB; field in Main.AllFields
/aosp12/art/test/646-checker-simd-hadd/src/
H A DHaddOther.java130 int[] iB = new int[M]; in main() local
150 iB[i] = interesting[i & 7]; in main()
178 test_no_hadd_sum_casted_ints(iA, iB, iOut); in main()
180 int e = (short) ((short) (iA[i] + iB[i]) >> 1); in main()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp422 uint32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w, in kernel() local
426 out->z = (oB + iB) > 255 ? 255 : oB + iB; in kernel()
443 int32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w, in kernel() local
447 out->z = (oB - iB) < 0 ? 0 : oB - iB; in kernel()
/aosp12/art/test/AllFields/
H A DAllFields.java30 byte iB; field in AllFields
/aosp12/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DWuQuantizer.java131 int iB = (blue >> bitsToRemove) + 1; in constructHistogram() local
132 int index = getIndex(iR, iG, iB); in constructHistogram()
/aosp12/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr271 6x�B��n��/�}*������u���<!m>Ֆ���iB
/aosp12/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!