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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java118 if (shiftRight(r0) != 0)
143 if (shiftRight(r0) != 0)
168 if (shiftRight(r0) != 0)
182 if (shiftRight(x) != 0)
190 if (shiftRight(x, y) != 0)
214 static byte shiftRight(byte[] x) method in class:GCMUtil
245 static byte shiftRight(byte[] x, byte[] z) method in class:GCMUtil
276 static int shiftRight(int[] x) method in class:GCMUtil
301 static int shiftRight(int[] x, int[] z) method in class:GCMUtil
326 static long shiftRight(lon method in class:GCMUtil
336 static long shiftRight(long[] x, long[] z) method in class:GCMUtil
[all...]
/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/chromium_org/third_party/skia/src/core/
H A DSkFloat.h34 void shiftRight(int bits) { fPacked = Shift(fPacked, -bits); } function in class:SkFloat
/external/llvm/lib/Support/
H A DAPFloat.cpp363 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits) function
1020 lf = shiftRight(fullSignificand, significantParts, bits);
1139 return shiftRight(significandParts(), partCount(), bits);
2001 lostFraction = shiftRight(significandParts(), oldPartCount, -shift);
/external/skia/src/core/
H A DSkFloat.h34 void shiftRight(int bits) { fPacked = Shift(fPacked, -bits); } function in class:SkFloat
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DGCMBlockCipher.java530 shiftRight(tmp);
543 private static void shiftRight(byte[] block) method in class:GCMBlockCipher
/external/llvm/include/llvm/Support/
H A DScaledNumber.h630 shiftRight(Shift);
636 void shiftRight(int32_t Shift);
837 shiftRight(-Shift);
863 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { function in class:llvm::ScaledNumber
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1258 var r = n1.shiftRight(k);
1308 BigInteger.prototype.shiftRight = bnShiftRight;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1258 var r = n1.shiftRight(k);
1308 BigInteger.prototype.shiftRight = bnShiftRight;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1258 var r = n1.shiftRight(k);
1308 BigInteger.prototype.shiftRight = bnShiftRight;
/external/chromium_org/v8/benchmarks/
H A Dcrypto.js1266 var r = n1.shiftRight(k);
1316 BigInteger.prototype.shiftRight = bnShiftRight;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/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 ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 331 milliseconds