OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lenlen
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Decoder.java
192
int
lenlen
= data.get() & ByteMask;
local
194
if ((
lenlen
& MoreBit) == 0) // One byte encoding
195
length =
lenlen
;
197
lenlen
&= MoreData;
198
if (
lenlen
== 0) {
202
while (
lenlen
-- > 0) {
204
if ((length & IntOverflow) != 0 &&
lenlen
> 0)
/external/zlib/src/contrib/blast/
blast.c
303
static const unsigned char
lenlen
[] = {2, 35, 36, 53, 38, 23};
local
314
construct(&lencode,
lenlen
, sizeof(
lenlen
));
Completed in 92 milliseconds