Home
last modified time | relevance | path

Searched refs:unsigned_nb_bytes (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/jpx/
Djpx_decode_utils.cpp46 auto unsigned_nb_bytes = in opj_skip_from_memory() local
50 if (unsigned_nb_bytes > in opj_skip_from_memory()
54 OPJ_SIZE_T checked_nb_bytes = static_cast<OPJ_SIZE_T>(unsigned_nb_bytes); in opj_skip_from_memory()
76 auto unsigned_nb_bytes = in opj_seek_from_memory() local
80 if (unsigned_nb_bytes > std::numeric_limits<OPJ_SIZE_T>::max()) { in opj_seek_from_memory()