HomeSort by relevance Sort by last modified time
    Searched refs:OPJ_UINT64 (Results 1 - 6 of 6) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
opj_intmath.h 89 OPJ_UINT64 sum = (OPJ_UINT64)a + (OPJ_UINT64)b;
154 return (OPJ_UINT32)((a + ((OPJ_UINT64)1U << b) - 1U) >> b);
cio.h 104 OPJ_UINT64 m_user_data_length;
openjpeg.h 128 typedef uint64_t OPJ_UINT64;
    [all...]
cio.c 258 void OPJ_CALLCONV opj_stream_set_user_data_length(opj_stream_t* p_stream, OPJ_UINT64 data_length)
552 assert( p_stream->m_user_data_length >= (OPJ_UINT64)p_stream->m_byte_offset);
openjpeg.c 97 static OPJ_UINT64 opj_get_data_length_from_file (FILE * p_file)
105 return (OPJ_UINT64)file_length;
j2k.c     [all...]

Completed in 43 milliseconds