Home
last modified time | relevance | path

Searched refs:p_id (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/network/netstress/
Dnetstress.c561 pthread_t p_id = server_thread_add(sfd); in server_run_udp() local
563 SAFE_PTHREAD_JOIN(p_id, NULL); in server_run_udp()
/external/pdfium/third_party/libopenjpeg20/
Djp2.c402 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id);
411 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id );
2304 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id) in opj_jp2_find_handler() argument
2309 if (jp2_header[i].id == p_id) { in opj_jp2_find_handler()
2323 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id) in opj_jp2_img_find_handler() argument
2328 if (jp2_img_header[i].id == p_id) { in opj_jp2_img_find_handler()
Dj2k.c192 static const struct opj_dec_memory_marker_handler * opj_j2k_get_marker_handler (OPJ_UINT32 p_id);
7453 static const opj_dec_memory_marker_handler_t * opj_j2k_get_marker_handler (OPJ_UINT32 p_id) in opj_j2k_get_marker_handler() argument
7457 if (e->id == p_id) { in opj_j2k_get_marker_handler()