Home
last modified time | relevance | path

Searched defs:writeLength (Results 1 – 2 of 2) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1OutputStream.java19 void writeLength( in writeLength() method in ASN1OutputStream
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp59 OPJ_SIZE_T writeLength = nb_bytes < bufferLength ? nb_bytes : bufferLength; in opj_write_from_memory() local