Searched refs:unsignedNbBytes (Results 1 – 1 of 1) sorted by relevance
73 uint64_t unsignedNbBytes = static_cast<uint64_t>(nb_bytes); in opj_skip_from_memory() local76 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() local104 if (unsignedNbBytes > std::numeric_limits<OPJ_SIZE_T>::max()) { in opj_seek_from_memory()