Searched refs:p_function (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | cio.c | 206 …id OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream, opj_stream_read_fn p_function) in opj_stream_set_read_function() argument 214 l_stream->m_read_fn = p_function; in opj_stream_set_read_function() 217 …id OPJ_CALLCONV opj_stream_set_seek_function(opj_stream_t* p_stream, opj_stream_seek_fn p_function) in opj_stream_set_seek_function() argument 224 l_stream->m_seek_fn = p_function; in opj_stream_set_seek_function() 227 … OPJ_CALLCONV opj_stream_set_write_function(opj_stream_t* p_stream, opj_stream_write_fn p_function) in opj_stream_set_write_function() argument 235 l_stream->m_write_fn = p_function; in opj_stream_set_write_function() 238 …id OPJ_CALLCONV opj_stream_set_skip_function(opj_stream_t* p_stream, opj_stream_skip_fn p_function) in opj_stream_set_skip_function() argument 246 l_stream->m_skip_fn = p_function; in opj_stream_set_skip_function() 249 …tream_set_user_data(opj_stream_t* p_stream, void * p_data, opj_stream_free_user_data_fn p_function) in opj_stream_set_user_data() argument 255 l_stream->m_free_user_data_fn = p_function; in opj_stream_set_user_data()
|
D | 0003-dwt-decode.patch | 49 - void (*p_function)(OPJ_INT32 *, OPJ_INT32,OPJ_INT32,OPJ_INT32) ); 51 + void(*p_function)(OPJ_INT32 *, OPJ_SIZE_T, OPJ_INT32, OPJ_INT32, OPJ_INT32)); 121 -static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,void (*p_function)(OPJ_… 122 +static INLINE OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec, void(*p_function… 152 - (*p_function) (bj, dn, sn, cas_col); 153 + (*p_function) (bj, l_data_count, dn, sn, cas_col); 161 - (*p_function) (bj, dn, sn, cas_row); 162 + (*p_function) (bj, l_data_count, dn, sn, cas_row);
|
D | openjpeg.h | 1132 …d OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream, opj_stream_read_fn p_function); 1139 …OPJ_CALLCONV opj_stream_set_write_function(opj_stream_t* p_stream, opj_stream_write_fn p_function); 1146 …d OPJ_CALLCONV opj_stream_set_skip_function(opj_stream_t* p_stream, opj_stream_skip_fn p_function); 1153 …d OPJ_CALLCONV opj_stream_set_seek_function(opj_stream_t* p_stream, opj_stream_seek_fn p_function); 1161 …eam_set_user_data (opj_stream_t* p_stream, void * p_data, opj_stream_free_user_data_fn p_function);
|
D | dwt.c | 128 void(*p_function)(OPJ_INT32 *, OPJ_SIZE_T, OPJ_INT32, OPJ_INT32, OPJ_INT32)); 393 static INLINE OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec, void(*p_function)… in opj_dwt_encode_procedure() 447 (*p_function) (bj, l_data_count, dn, sn, cas_col); in opj_dwt_encode_procedure() 458 (*p_function) (bj, l_data_count, dn, sn, cas_row); in opj_dwt_encode_procedure()
|
/external/ply/ply/ply/ |
D | yacc.py | 3140 p_functions.sort(key=lambda p_function: ( 3141 p_function[0], 3142 str(p_function[1]), 3143 p_function[2], 3144 p_function[3]))
|