Searched refs:l_modified_length_ptr (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dt2.c853 OPJ_UINT32 * l_modified_length_ptr = 00; local
919 l_modified_length_ptr = &(l_cp->ppm_len);
925 l_modified_length_ptr = &(p_tcp->ppt_len);
931 l_modified_length_ptr = &(l_remaining_length);
934 opj_bio_init_dec(l_bio, l_header_data,*l_modified_length_ptr);
946 if ((*l_modified_length_ptr - (OPJ_UINT32)(l_header_data - *l_header_data_start)) < 2U) {
956 *l_modified_length_ptr -= l_header_length;
1074 if ((*l_modified_length_ptr - (OPJ_UINT32)(l_header_data - *l_header_data_start)) < 2U) {
1086 *l_modified_length_ptr -= l_header_length;

Completed in 52 milliseconds