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

  /external/pdfium/third_party/libopenjpeg20/
t2.c 389 OPJ_UINT32 l_nb_bytes_read; local
487 l_nb_bytes_read = 0;
492 &l_nb_bytes_read, p_max_len, l_pack_info, p_manager)) {
502 l_nb_bytes_read = 0;
504 &l_nb_bytes_read, p_max_len, l_pack_info, p_manager)) {
519 l_current_data += l_nb_bytes_read;
520 p_max_len -= l_nb_bytes_read;
543 info_PK->end_pos = info_PK->start_pos + l_nb_bytes_read - 1;
612 OPJ_UINT32 l_nb_bytes_read = 0; local
618 &l_nb_bytes_read, p_max_length, p_pack_info, p_manager))
964 OPJ_UINT32 l_nb_bytes_read = 0; local
    [all...]
jp2.c 514 OPJ_UINT32 l_nb_bytes_read = (OPJ_UINT32)opj_stream_read_data(cio, local
516 if (l_nb_bytes_read != 8) {
517 if (l_nb_bytes_read > 0) {
518 *p_number_bytes_read += l_nb_bytes_read;
2280 OPJ_UINT32 l_nb_bytes_read; local
    [all...]

Completed in 67 milliseconds