HomeSort by relevance Sort by last modified time
    Searched refs:barr (Results 1 - 7 of 7) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
IntArray.java 90 byte[] barr = bigInt.toByteArray();
91 int barrLen = barr.length;
93 if (barr[0] == 0)
96 // In this case ignore barr[0].
112 int barrBarrI = barr[barrI] & 0xFF;
124 int barrBarrI = barr[barrI++] & 0xFF;
239 byte[] barr = new byte[barrLen];
242 barr[j] = temp[j];
250 barr[barrI++] = (byte) (m_ints[iarrJ] >>> (8 * j));
253 return new BigInteger(1, barr);
    [all...]
LongArray.java 333 byte[] barr = bigInt.toByteArray();
334 int barrLen = barr.length;
336 if (barr[0] == 0)
339 // In this case ignore barr[0].
355 int barrBarrI = barr[barrI] & 0xFF;
367 int barrBarrI = barr[barrI++] & 0xFF;
539 byte[] barr = new byte[barrLen];
542 barr[j] = temp[j];
551 barr[barrI++] = (byte)(mi >>> (8 * j));
554 return new BigInteger(1, barr);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 537 byte[] barr = new byte[fileSize];
538 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(barr);
572 calcSignature(barr);
573 calcChecksum(barr);
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 554 byte[] barr = new byte[fileSize];
555 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(barr);
589 calcSignature(barr);
590 calcChecksum(barr);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 556 byte[] barr = new byte[fileSize];
557 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(barr);
591 calcSignature(barr);
592 calcChecksum(barr);
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 236 barr:1, member in struct:bridge_err_cmdword_s::__anon1666::__anon1667
  /external/opencv/cxcore/src/
cxsvd.cpp     [all...]

Completed in 778 milliseconds