/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_split_prim.h | 19 unsigned p_end; member 39 s->p_end = start + count; in util_split_prim_init() 58 if ((s->p_end - s->p_start) + s->close_first <= max_verts) { in util_split_prim_next() 59 s->emit(s->priv, s->p_start, s->p_end - s->p_start); in util_split_prim_next()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_split_prim.h | 19 unsigned p_end; member 39 s->p_end = start + count; in util_split_prim_init() 58 if ((s->p_end - s->p_start) + s->close_first <= max_verts) { in util_split_prim_next() 59 s->emit(s->priv, s->p_start, s->p_end - s->p_start); in util_split_prim_next()
|
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_discovery.c | 596 UINT8 *p, *p_start, *p_end, *p_param_len; in process_service_search_attr_rsp() local 752 p_end = &p_ccb->rsp_list[p_ccb->list_len]; in process_service_search_attr_rsp() 754 if ((p + seq_len) != p_end) in process_service_search_attr_rsp() 760 while (p < p_end) in process_service_search_attr_rsp() 904 UINT8 *p_end; in add_attr() local 947 p_end = p + attr_len; in add_attr() 954 return (p_end); in add_attr() 1040 p_end = p + attr_len; in add_attr() 1047 return (p_end); in add_attr() 1053 while (p < p_end) in add_attr()
|
D | sdp_db.c | 64 tSDP_RECORD *p_end = &sdp_cb.server_db.record[sdp_cb.server_db.num_records]; in sdp_db_service_search() local 74 for ( ; p_rec < p_end; p_rec++) in sdp_db_service_search() 122 UINT8 *p_end = p + seq_len; in find_uuid_in_seq() local 130 while (p < p_end) in find_uuid_in_seq() 165 tSDP_RECORD *p_end = &sdp_cb.server_db.record[sdp_cb.server_db.num_records]; in sdp_db_find_record() local 168 for (p_rec = &sdp_cb.server_db.record[0]; p_rec < p_end; p_rec++) in sdp_db_find_record()
|
/external/qemu/slirp-android/ |
D | bootp.c | 114 const uint8_t *p, *p_end; in dhcp_decode() local 121 p_end = p + DHCP_OPT_LEN; in dhcp_decode() 125 while (p < p_end) { in dhcp_decode() 133 if (p >= p_end) in dhcp_decode()
|
/external/qemu/slirp/ |
D | bootp.c | 109 const uint8_t *p, *p_end; in dhcp_decode() local 116 p_end = p + DHCP_OPT_LEN; in dhcp_decode() 120 while (p < p_end) { in dhcp_decode() 128 if (p >= p_end) in dhcp_decode()
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 764 void icvGetCoefForPiece( CvPoint2D64d p_start,CvPoint2D64d p_end, in icvGetCoefForPiece() argument 771 det = p_start.x*p_end.y+p_end.x+p_start.y-p_end.y-p_start.y*p_end.x-p_start.x; in icvGetCoefForPiece() 778 detA = p_start.y - p_end.y; in icvGetCoefForPiece() 779 detB = p_end.x - p_start.x; in icvGetCoefForPiece() 780 detC = p_start.x*p_end.y - p_end.x*p_start.y; in icvGetCoefForPiece() 1053 void icvGetCrossPieceDirect( CvPoint2D64d p_start,CvPoint2D64d p_end, in icvGetCrossPieceDirect() argument 1058 if( (a*p_start.x + b*p_start.y + c) * (a*p_end.x + b*p_end.y + c) <= 0 ) in icvGetCrossPieceDirect() 1063 det = a * (p_end.x - p_start.x) + b * (p_end.y - p_start.y); in icvGetCrossPieceDirect() 1079 detxc = b*(p_end.y*p_start.x - p_start.y*p_end.x) + c*(p_start.x - p_end.x); in icvGetCrossPieceDirect() 1080 detyc = a*(p_end.x*p_start.y - p_start.x*p_end.y) + c*(p_start.y - p_end.y); in icvGetCrossPieceDirect()
|
/external/libnfc-nci/src/nfc/ndef/ |
D | ndef_utils.c | 82 UINT8 *p_end = p_msg + msg_len; in NDEF_MsgValidate() local 99 for (count = 0; p_rec < p_end; count++) in NDEF_MsgValidate() 102 if (p_rec + 3 > p_end) in NDEF_MsgValidate() 120 if (p_rec + 4 > p_end) in NDEF_MsgValidate() 130 if (p_rec + 1 > p_end) in NDEF_MsgValidate() 204 if (p_rec != p_end) in NDEF_MsgValidate()
|
/external/bluetooth/bluedroid/stack/avdt/ |
D | avdt_scb_act.c | 419 UINT8 *p_end; /* end of all packet */ in avdt_scb_hdl_pkt_frag() local 425 p_end = p + p_data->p_pkt->len; in avdt_scb_hdl_pkt_frag() 427 while(p < p_end) in avdt_scb_hdl_pkt_frag() 429 if (p_end - p < 4) /* length check. maximum length of AL header = 4 */ in avdt_scb_hdl_pkt_frag() 431 AVDT_TRACE_WARNING2("p_end: 0x%x - p:0x%x < 4", p_end, p); in avdt_scb_hdl_pkt_frag() 449 al_len = (UINT16)(p_end - p); in avdt_scb_hdl_pkt_frag() 462 frag_len = (UINT16)(p_end - p); in avdt_scb_hdl_pkt_frag() 514 if (p + al_len < p_end) in avdt_scb_hdl_pkt_frag() 616 if(p < p_end) in avdt_scb_hdl_pkt_frag()
|
D | avdt_api.c | 1291 UINT8 *p, *plen, *pm1, *p_end; in AVDT_SendReport() local 1366 p_end = p; in AVDT_SendReport() 1386 p_pkt->len = p_end - p; in AVDT_SendReport()
|
D | avdt_msg.c | 580 UINT8 *p_end; in avdt_msg_prs_cfg() local 601 p_end = p + len; in avdt_msg_prs_cfg() 602 while ((p < p_end) && (err == 0)) in avdt_msg_prs_cfg() 605 if ((p_end - p) < AVDT_LEN_CFG_MIN) in avdt_msg_prs_cfg()
|
/external/freetype/src/cff/ |
D | cffload.c | 331 FT_Byte* p_end; in cff_index_load_offsets() local 344 p_end = p + data_size; in cff_index_load_offsets() 349 for ( ; p < p_end; p++, poff++ ) in cff_index_load_offsets() 354 for ( ; p < p_end; p += 2, poff++ ) in cff_index_load_offsets() 359 for ( ; p < p_end; p += 3, poff++ ) in cff_index_load_offsets() 364 for ( ; p < p_end; p += 4, poff++ ) in cff_index_load_offsets()
|
/external/chromium_org/third_party/freetype/src/cff/ |
D | cffload.c | 331 FT_Byte* p_end; in cff_index_load_offsets() local 344 p_end = p + data_size; in cff_index_load_offsets() 349 for ( ; p < p_end; p++, poff++ ) in cff_index_load_offsets() 354 for ( ; p < p_end; p += 2, poff++ ) in cff_index_load_offsets() 359 for ( ; p < p_end; p += 3, poff++ ) in cff_index_load_offsets() 364 for ( ; p < p_end; p += 4, poff++ ) in cff_index_load_offsets()
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_dm.c | 229 UINT8 *p, *p_end; in nfc_hal_dm_send_startup_vsc() local 239 p_end = p + NCI_MSG_HDR_SIZE - 1 + len; in nfc_hal_dm_send_startup_vsc() 241 if (p_end <= p_nfc_hal_dm_start_up_vsc_cfg + *p_nfc_hal_dm_start_up_vsc_cfg) in nfc_hal_dm_send_startup_vsc() 247 if (p_end == p_nfc_hal_dm_start_up_vsc_cfg + *p_nfc_hal_dm_start_up_vsc_cfg) in nfc_hal_dm_send_startup_vsc()
|
/external/chromium_org/media/base/ |
D | vector_math_unittest.cc | 183 float* const p_end = p + result.data_len_; in ScaledBy() local 184 for (; p < p_end; ++p) in ScaledBy()
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_fs_co.c | 256 char *p_end; in btapp_fs_check_space() local 265 if (NULL != (p_end = strrchr(p_dir, '/'))) in btapp_fs_check_space() 268 *p_end = '\0'; in btapp_fs_check_space()
|
/external/chromium_org/content/browser/renderer_host/ |
D | compositing_iosurface_transformer_mac_unittest.cc | 252 const uint8* const p_end = p + dst_size.width(); in ImagePlaneDifference() local 255 for (; p < p_end; ++p, ++q) { in ImagePlaneDifference()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 640 CVAPI(void) icvGetCoefForPiece( CvPoint2D64f p_start,CvPoint2D64f p_end, 666 CVAPI(void) icvGetCrossPieceDirect( CvPoint2D64f p_start,CvPoint2D64f p_end,
|
/external/opencv/ml/src/ |
D | mlsvm.cpp | 2458 double p_begin = 0.01, p_end = 100; 2590 p_end = p_grid->max_val; 2595 p_begin = p_end = svm_params.p; 2614 p_begin = p_end = svm_params.p; 2642 for( p = p_begin; p <= p_end; p *= p_step )
|
/external/bluetooth/bluedroid/stack/include/ |
D | obx_api.h | 1433 OBX_API extern UINT8 OBX_ReadBodyHdr(BT_HDR *p_pkt, UINT8 **p_body, UINT16 *p_len, BOOLEAN *p_end);
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 898 FT_Byte* p_end = ends; in tt_cmap4_validate() local 907 end = TT_NEXT_USHORT( p_end ); in tt_cmap4_validate()
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 898 FT_Byte* p_end = ends; in tt_cmap4_validate() local 907 end = TT_NEXT_USHORT( p_end ); in tt_cmap4_validate()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 19616 uint8_t *p, *p_end; in tcc_output_file() local 19619 p_end = p + s1->plt->data_offset; in tcc_output_file() 19620 if (p < p_end) { in tcc_output_file() 19625 while (p < p_end) { in tcc_output_file() 19633 while (p < p_end) { in tcc_output_file()
|