Home
last modified time | relevance | path

Searched refs:xor (Results 1 – 12 of 12) sorted by relevance

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DMasterKey.java339 BigInteger result = iA.xor(iB).xor(iC).xor(iD); in doXor()
360 result = iB.xor(iC).xor(iD); in doFunctionF()
364 result = iB.xor(iC).xor(iD); in doFunctionF()
/frameworks/rs/toolkit/test/
DBufferUtils.kt127 infix fun xor(other: Rgba) = Rgba(r xor other.r, g xor other.g, b xor other.b, a xor other.a) in plus() method in com.example.testapp.Rgba
DReferenceBlend.kt61 BlendingMode.XOR -> blendEachPair { src, dst -> src xor dst } in <lambda>()
/frameworks/rs/script_api/include/
Drs_atomic.rsh238 * Atomicly performs a bitwise xor of two values, storing the result at addr,
243 * value: Value to xor with.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt249 val isLeftEdge = isRtl xor isStart in <lambda>()
/frameworks/rs/script_api/
Drs_atomic.spec218 Atomicly performs a bitwise xor of two values, storing the result at addr,
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt504 val arrowPointsAwayFromEdge = !arrowsPointLeft.xor(isLeftPanel) in hasOverlappingRendering()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt1316 assert((shellTransitions != null).xor(iShellTransitions != null))
/frameworks/libs/binary_translation/intrinsics/riscv64/include/berberis/intrinsics/riscv64/
Dvector_intrinsics.h960 DEFINE_2OP_ARITHMETIC_INTRINSIC_VV(xor, (args ^ ...))
961 DEFINE_2OP_ARITHMETIC_INTRINSIC_VX(xor, (args ^ ...))
/frameworks/proto_logging/stats/
Datoms.proto20518 // model_arch_hash compressed to 64 bits by bitwise-xor each 64 chunk of model_arch_hash.
20574 // model_arch_hash compressed to 64 bits by bitwise-xor each 64 chunk of model_arch_hash.
20652 // model_arch_hash compressed to 64 bits by bitwise-xor each 64 chunk of model_arch_hash.
20711 // model_arch_hash compressed to 64 bits by bitwise-xor each 64 chunk of model_arch_hash.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42687 method public java.math.BigInteger xor(java.math.BigInteger);
47810 method public void xor(java.util.BitSet);