Searched refs:xor (Results 1 – 12 of 12) sorted by relevance
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/ |
D | MasterKey.java | 339 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/ |
D | BufferUtils.kt | 127 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
|
D | ReferenceBlend.kt | 61 BlendingMode.XOR -> blendEachPair { src, dst -> src xor dst } in <lambda>()
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 238 * 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/ |
D | PhoneStatusBarViewController.kt | 249 val isLeftEdge = isRtl xor isStart in <lambda>()
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 218 Atomicly performs a bitwise xor of two values, storing the result at addr,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanel.kt | 504 val arrowPointsAwayFromEdge = !arrowsPointLeft.xor(isLeftPanel) in hasOverlappingRendering()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimator.kt | 1316 assert((shellTransitions != null).xor(iShellTransitions != null))
|
/frameworks/libs/binary_translation/intrinsics/riscv64/include/berberis/intrinsics/riscv64/ |
D | vector_intrinsics.h | 960 DEFINE_2OP_ARITHMETIC_INTRINSIC_VV(xor, (args ^ ...)) 961 DEFINE_2OP_ARITHMETIC_INTRINSIC_VX(xor, (args ^ ...))
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 20518 // 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 42687 method public java.math.BigInteger xor(java.math.BigInteger); 47810 method public void xor(java.util.BitSet);
|