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

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java 18 private long byteCount2;
48 byteCount2 = t.byteCount2;
122 long hiBitLength = byteCount2;
142 byteCount2 = 0;
175 * adjust the byte counts so that byteCount2 represents the
182 byteCount2 += (byteCount1 >>> 61);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp 233 Int bitCount1 = 0, bitCount2 = 0, bitCount3 = 0, byteCount1 = 0, byteCount2 = 0, byteCount3 = 0;
357 byteCount2 = bitCount2 >> 3;
381 BitstreamRepos(bs2, byteCount2, bitCount2); /* rewind one MB */

Completed in 507 milliseconds