OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigValue
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java
79
BigInteger
bigValue
= null;
121
if (
bigValue
== null)
123
bigValue
= BigInteger.valueOf(value);
125
bigValue
=
bigValue
.or(BigInteger.valueOf(b & 0x7f));
131
bigValue
=
bigValue
.subtract(BigInteger.valueOf(80));
136
objId.append(
bigValue
);
137
bigValue
= null;
142
bigValue
= bigValue.shiftLeft(7)
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java
[
all
...]
Completed in 40 milliseconds