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

/external/ltp/testcases/network/netstress/
H A Dnetstress.c561 pthread_t p_id = server_thread_add(sfd); local
563 SAFE_PTHREAD_JOIN(p_id, NULL);
/external/pdfium/third_party/libopenjpeg20/
H A Djp2.c398 * @param p_id the id of the handler to fetch.
402 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id);
407 * @param p_id the id of the handler to fetch.
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) argument
2309 if (jp2_header[i].id == p_id) {
2319 * @param p_id the id of the handler to fetch.
2323 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id) argument
2328 if (jp2_img_header[i].id == p_id) {
H A Dj2k.c188 * @param p_id Marker value to look up
192 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) argument
7457 if (e->id == p_id) {

Completed in 222 milliseconds