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