Home
last modified time | relevance | path

Searched refs:p_end (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_split_prim.h19 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/mesa3d/src/gallium/auxiliary/util/
Du_split_prim.h19 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/
Dsdp_discovery.c596 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()
Dsdp_db.c64 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/
Dbootp.c114 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/
Dbootp.c109 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/chromium_org/third_party/skia/third_party/lua/src/
Dlstrlib.c202 const char *p_end; /* end ('\0') of pattern */ member
245 if (p == ms->p_end) in classend()
252 if (p == ms->p_end) in classend()
254 if (*(p++) == L_ESC && p < ms->p_end) in classend()
327 if (p >= ms->p_end - 1) in matchbalance()
414 if (p != ms->p_end) { /* end of pattern? */ in match()
428 if ((p + 1) != ms->p_end) /* is the `$' the last char in pattern? */ in match()
608 ms.p_end = p + lp; in str_find_aux()
649 ms.p_end = p + lp; in gmatch_aux()
756 ms.p_end = p + lp; in str_gsub()
/external/opencv/cvaux/src/
Dcvepilines.cpp764 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/
Dndef_utils.c82 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/
Davdt_scb_act.c426 UINT8 *p_end; /* end of all packet */ in avdt_scb_hdl_pkt_frag() local
432 p_end = p + p_data->p_pkt->len; in avdt_scb_hdl_pkt_frag()
434 while(p < p_end) in avdt_scb_hdl_pkt_frag()
436 if (p_end - p < 4) /* length check. maximum length of AL header = 4 */ in avdt_scb_hdl_pkt_frag()
438 AVDT_TRACE_WARNING("p_end: 0x%x - p:0x%x < 4", p_end, p); in avdt_scb_hdl_pkt_frag()
456 al_len = (UINT16)(p_end - p); in avdt_scb_hdl_pkt_frag()
469 frag_len = (UINT16)(p_end - p); in avdt_scb_hdl_pkt_frag()
521 if (p + al_len < p_end) in avdt_scb_hdl_pkt_frag()
623 if(p < p_end) in avdt_scb_hdl_pkt_frag()
Davdt_api.c1353 UINT8 *p, *plen, *pm1, *p_end; in AVDT_SendReport() local
1428 p_end = p; in AVDT_SendReport()
1448 p_pkt->len = p_end - p; in AVDT_SendReport()
Davdt_msg.c583 UINT8 *p_end; in avdt_msg_prs_cfg() local
604 p_end = p + len; in avdt_msg_prs_cfg()
605 while ((p < p_end) && (err == 0)) in avdt_msg_prs_cfg()
608 if ((p_end - p) < AVDT_LEN_CFG_MIN) in avdt_msg_prs_cfg()
/external/chromium_org/third_party/freetype/src/cff/
Dcffload.c331 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/freetype/src/cff/
Dcffload.c331 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcffload.c331 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/media/base/
Dvector_math_unittest.cc188 float* const p_end = p + result.data_len_; in ScaledBy() local
189 for (; p < p_end; ++p) in ScaledBy()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c221 UINT8 *p, *p_end; in nfc_hal_dm_send_startup_vsc() local
231 p_end = p + NCI_MSG_HDR_SIZE - 1 + len; in nfc_hal_dm_send_startup_vsc()
233 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()
239 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()
Dnfc_hal_prm.c615 UINT8 *p_buff, *p, *p_end; in nfc_hal_prm_nvm_rw_cmd() local
/external/bluetooth/bluedroid/btif/co/
Dbta_fs_co.c256 char *p_end; in btapp_fs_check_space() local
266 if (NULL != (p_end = strrchr(p_dir, '/'))) in btapp_fs_check_space()
269 *p_end = '\0'; in btapp_fs_check_space()
/external/opencv/cvaux/include/
Dcvaux.h640 CVAPI(void) icvGetCoefForPiece( CvPoint2D64f p_start,CvPoint2D64f p_end,
666 CVAPI(void) icvGetCrossPieceDirect( CvPoint2D64f p_start,CvPoint2D64f p_end,
/external/opencv/ml/src/
Dmlsvm.cpp2458 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/libpng/
Dpng.c891 png_const_bytep p, p_end;
896 p_end = png_ptr->chunk_list;
897 p = p_end + png_ptr->num_chunk_list*5; /* beyond end */
910 while (p > p_end);
/external/bluetooth/bluedroid/stack/include/
Dobx_api.h1433 OBX_API extern UINT8 OBX_ReadBodyHdr(BT_HDR *p_pkt, UINT8 **p_body, UINT16 *p_len, BOOLEAN *p_end);
/external/freetype/src/sfnt/
Dttcmap.c920 FT_Byte* p_end = ends; in tt_cmap4_validate() local
929 end = TT_NEXT_USHORT( p_end ); in tt_cmap4_validate()
/external/chromium_org/third_party/freetype/src/sfnt/
Dttcmap.c898 FT_Byte* p_end = ends; in tt_cmap4_validate() local
907 end = TT_NEXT_USHORT( p_end ); in tt_cmap4_validate()

12