OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MoreWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Decoder.java
43
public static final int
MoreWidth
= 7;
181
tag = (tag <<
MoreWidth
) | (tagByte & MoreData);
185
tag = (tag <<
MoreWidth
) | tagByte;
Asn1Oid.java
53
segValue <<= Asn1Decoder.
MoreWidth
;
Completed in 358 milliseconds