Home
last modified time | relevance | path

Searched defs:shiftRight (Results 1 – 20 of 20) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java125 static void shiftRight(byte[] block) in shiftRight() method in GCMUtil
141 static void shiftRight(byte[] block, byte[] output) in shiftRight() method in GCMUtil
157 static void shiftRight(int[] block) in shiftRight() method in GCMUtil
173 static void shiftRight(int[] block, int[] output) in shiftRight() method in GCMUtil
/external/proguard/src/proguard/evaluation/value/
DLongValue.java158 public LongValue shiftRight(IntegerValue other) in shiftRight() method in LongValue
312 public LongValue shiftRight(SpecificLongValue other) in shiftRight() method in LongValue
468 public LongValue shiftRight(ParticularIntegerValue other) in shiftRight() method in LongValue
DSpecificLongValue.java109 public LongValue shiftRight(IntegerValue other) in shiftRight() method in SpecificLongValue
201 public LongValue shiftRight(SpecificLongValue other) in shiftRight() method in SpecificLongValue
DParticularLongValue.java129 public LongValue shiftRight(IntegerValue other) in shiftRight() method in ParticularLongValue
217 public LongValue shiftRight(ParticularIntegerValue other) in shiftRight() method in ParticularLongValue
DIntegerValue.java142 public abstract IntegerValue shiftRight(IntegerValue other); in shiftRight() method in IntegerValue
340 public IntegerValue shiftRight(UnknownIntegerValue other) in shiftRight() method in IntegerValue
584 public IntegerValue shiftRight(SpecificIntegerValue other) in shiftRight() method in IntegerValue
828 public IntegerValue shiftRight(ParticularIntegerValue other) in shiftRight() method in IntegerValue
DUnknownLongValue.java110 public LongValue shiftRight(IntegerValue other) in shiftRight() method in UnknownLongValue
DSpecificIntegerValue.java129 public IntegerValue shiftRight(IntegerValue other) in shiftRight() method in SpecificIntegerValue
256 public IntegerValue shiftRight(SpecificIntegerValue other) in shiftRight() method in SpecificIntegerValue
DParticularIntegerValue.java161 public IntegerValue shiftRight(IntegerValue other) in shiftRight() method in ParticularIntegerValue
284 public IntegerValue shiftRight(ParticularIntegerValue other) in shiftRight() method in ParticularIntegerValue
DUnknownIntegerValue.java131 public IntegerValue shiftRight(IntegerValue other) in shiftRight() method in UnknownIntegerValue
/external/skia/legacy/src/core/
DSkFloat.h36 void shiftRight(int bits) { fPacked = Shift(fPacked, -bits); } in shiftRight() function
DSk64.cpp75 void Sk64::shiftRight(unsigned bits) in shiftRight() function in Sk64
/external/skia/src/core/
DSkFloat.h36 void shiftRight(int bits) { fPacked = Shift(fPacked, -bits); } in shiftRight() function
DSk64.cpp73 void Sk64::shiftRight(unsigned bits) in shiftRight() function in Sk64
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java543 private static void shiftRight(byte[] block) in shiftRight() method in GCMBlockCipher
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java772 Method shiftRight = binaryOpMethod(int.class, int.class, BinaryOp.SHIFT_RIGHT); in testIntBinaryOps() local
823 Method shiftRight = binaryOpMethod(long.class, int.class, BinaryOp.SHIFT_RIGHT); in testLongBinaryOps() local
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-crypto.js1308 BigInteger.prototype.shiftRight = bnShiftRight; method in BigInteger
/external/v8/benchmarks/
Dcrypto.js1316 BigInteger.prototype.shiftRight = bnShiftRight; method in BigInteger
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-crypto.js1308 BigInteger.prototype.shiftRight = bnShiftRight; method in BigInteger
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-crypto.js1308 BigInteger.prototype.shiftRight = bnShiftRight; method in BigInteger
/external/llvm/lib/Support/
DAPFloat.cpp357 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits) in shiftRight() function