OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lenBytes
(Results
1 - 3
of
3
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERApplicationSpecific.java
62
int
lenBytes
= getLengthOfHeader(data);
63
byte[] tmp = new byte[data.length -
lenBytes
];
64
System.arraycopy(data,
lenBytes
, tmp, 0, tmp.length);
/external/chromium_org/third_party/skia/src/core/
SkWriter32.cpp
295
const size_t
lenBytes
= 4; // we use 4 bytes to record the length
297
return SkAlign4(
lenBytes
+ len + 1);
/external/skia/src/core/
SkWriter32.cpp
295
const size_t
lenBytes
= 4; // we use 4 bytes to record the length
297
return SkAlign4(
lenBytes
+ len + 1);
Completed in 648 milliseconds