Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp73 uint64_t unsignedNbBytes = static_cast<uint64_t>(nb_bytes); in opj_skip_from_memory() local
76 if (unsignedNbBytes > std::numeric_limits<OPJ_SIZE_T>::max() - srcData->offset) { in opj_skip_from_memory()
79 OPJ_SIZE_T checkedNbBytes = static_cast<OPJ_SIZE_T>(unsignedNbBytes); in opj_skip_from_memory()
101 uint64_t unsignedNbBytes = static_cast<uint64_t>(nb_bytes); in opj_seek_from_memory() local
104 if (unsignedNbBytes > std::numeric_limits<OPJ_SIZE_T>::max()) { in opj_seek_from_memory()