HomeSort by relevance Sort by last modified time
    Searched defs:lenBytes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkWriter32.cpp 61 const size_t lenBytes = 4; // we use 4 bytes to record the length
63 return SkAlign4(lenBytes + len + 1);
  /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);

Completed in 43 milliseconds