OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byteCount1
(Results
1 - 6
of
6
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java
17
private long
byteCount1
;
47
byteCount1
= t.
byteCount1
;
74
byteCount1
++;
102
byteCount1
+= xBuf.length;
121
long lowBitLength =
byteCount1
<< 3;
141
byteCount1
= 0;
180
if (
byteCount1
> 0x1fffffffffffffffL)
182
byteCount2 += (
byteCount1
>>> 61);
183
byteCount1
&= 0x1fffffffffffffffL
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp
233
Int bitCount1 = 0, bitCount2 = 0, bitCount3 = 0,
byteCount1
= 0, byteCount2 = 0, byteCount3 = 0;
356
byteCount1
= bitCount1 >> 3;
380
BitstreamRepos(bs1,
byteCount1
, bitCount1); /* rewind one MB */
combined_encode.cpp
285
Int byteCount = 0,
byteCount1
= 0, bitCount = 0;
368
byteCount1
= byteCount = bitCount >> 3; /* save the position before GOB header */
552
if (byteCount ==
byteCount1
) /* a single GOB bigger than packet size */
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 690 milliseconds