Searched defs:shiftRight (Results 1 - 18 of 18) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java48 shiftRight(tmp);
65 shiftRight(x);
92 static void shiftRight(byte[] block) method in class:GCMUtil
108 static void shiftRight(int[] block) method in class:GCMUtil
/external/proguard/src/proguard/evaluation/value/
H A DIntegerValue.java142 public abstract IntegerValue shiftRight(IntegerValue other); method in class:IntegerValue
340 public IntegerValue shiftRight(UnknownIntegerValue other) method in class:IntegerValue
342 return shiftRight((IntegerValue)other);
584 public IntegerValue shiftRight(SpecificIntegerValue other) method in class:IntegerValue
586 return shiftRight((IntegerValue)other);
828 public IntegerValue shiftRight(ParticularIntegerValue other) method in class:IntegerValue
830 return shiftRight((SpecificIntegerValue)other);
H A DLongValue.java158 public LongValue shiftRight(IntegerValue other) method in class:LongValue
312 public LongValue shiftRight(SpecificLongValue other) method in class:LongValue
468 public LongValue shiftRight(ParticularIntegerValue other) method in class:LongValue
470 return shiftRight((SpecificIntegerValue)other);
H A DParticularIntegerValue.java161 public IntegerValue shiftRight(IntegerValue other) method in class:ParticularIntegerValue
168 return other.shiftRight(this);
188 return other.shiftRight(this);
284 public IntegerValue shiftRight(ParticularIntegerValue other) method in class:ParticularIntegerValue
H A DParticularLongValue.java129 public LongValue shiftRight(IntegerValue other) method in class:ParticularLongValue
217 public LongValue shiftRight(ParticularIntegerValue other) method in class:ParticularLongValue
H A DSpecificIntegerValue.java129 public IntegerValue shiftRight(IntegerValue other) method in class:SpecificIntegerValue
136 return other.shiftRight(this);
156 return other.shiftRight(this);
256 public IntegerValue shiftRight(SpecificIntegerValue other) method in class:SpecificIntegerValue
H A DSpecificLongValue.java109 public LongValue shiftRight(IntegerValue other) method in class:SpecificLongValue
201 public LongValue shiftRight(SpecificLongValue other) method in class:SpecificLongValue
H A DUnknownIntegerValue.java131 public IntegerValue shiftRight(IntegerValue other) method in class:UnknownIntegerValue
H A DUnknownLongValue.java110 public LongValue shiftRight(IntegerValue other) method in class:UnknownLongValue
/external/llvm/lib/Support/
H A DAPFloat.cpp377 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits) function
953 lf = shiftRight(fullSignificand, significantParts, bits);
1072 return shiftRight(significandParts(), partCount(), bits);
1924 lostFraction = shiftRight(significandParts(), oldPartCount, -shift);
/external/skia/src/core/
H A DSk64.cpp75 void Sk64::shiftRight(unsigned bits) function in class:Sk64
102 this->shiftRight(bits);
H A DSkFloat.h36 void shiftRight(int bits) { fPacked = Shift(fPacked, -bits); } function in class:SkFloat
/external/v8/benchmarks/
H A Dcrypto.js1266 var r = n1.shiftRight(k);
1316 BigInteger.prototype.shiftRight = bnShiftRight;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1258 var r = n1.shiftRight(k);
1308 BigInteger.prototype.shiftRight = bnShiftRight;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1258 var r = n1.shiftRight(k);
1308 BigInteger.prototype.shiftRight = bnShiftRight;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1258 var r = n1.shiftRight(k);
1308 BigInteger.prototype.shiftRight = bnShiftRight;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 341 milliseconds