Searched defs:p_end (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_split_prim.h19 unsigned p_end; member in struct:util_split_prim
39 s->p_end = start + count;
58 if ((s->p_end - s->p_start) + s->close_first <= max_verts) {
59 s->emit(s->priv, s->p_start, s->p_end - s->p_start);
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dcpu_set.h72 const char* p_end = p + ret; local
73 while (p < p_end) {
75 while (p < p_end && my_isspace(*p))
80 size_t item_len = static_cast<size_t>(p_end - p);
87 p = p_end;
88 item_next = p_end;
/external/google-breakpad/src/common/linux/
H A Dlinux_libc_support.cc143 const unsigned char* p_end = p + src_len; local
144 for (; p < p_end; ++p) {
/external/freetype/src/cff/
H A Dcffload.c331 FT_Byte* p_end; local
344 p_end = p + data_size;
349 for ( ; p < p_end; p++, poff++ )
354 for ( ; p < p_end; p += 2, poff++ )
359 for ( ; p < p_end; p += 3, poff++ )
364 for ( ; p < p_end; p += 4, poff++ )
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c221 UINT8 *p, *p_end; local
231 p_end = p + NCI_MSG_HDR_SIZE - 1 + len;
233 if (p_end <= p_nfc_hal_dm_start_up_vsc_cfg + *p_nfc_hal_dm_start_up_vsc_cfg)
239 if (p_end == p_nfc_hal_dm_start_up_vsc_cfg + *p_nfc_hal_dm_start_up_vsc_cfg)
H A Dnfc_hal_prm.c615 UINT8 *p_buff, *p, *p_end; local
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c82 UINT8 *p_end = p_msg + msg_len; local
99 for (count = 0; p_rec < p_end; count++)
102 if (p_rec + 3 > p_end)
120 if (p_rec + 4 > p_end)
130 if (p_rec + 1 > p_end)
203 /* p_rec should equal p_end if all the length fields were correct */
204 if (p_rec != p_end)
/external/pdfium/third_party/freetype/src/cff/
H A Dcffload.c331 FT_Byte* p_end; local
344 p_end = p + data_size;
349 for ( ; p < p_end; p++, poff++ )
354 for ( ; p < p_end; p += 2, poff++ )
359 for ( ; p < p_end; p += 3, poff++ )
364 for ( ; p < p_end; p += 4, poff++ )
/external/freetype/src/sfnt/
H A Dttcmap.c920 FT_Byte* p_end = ends; local
929 end = TT_NEXT_USHORT( p_end );
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttcmap.c920 FT_Byte* p_end = ends; local
929 end = TT_NEXT_USHORT( p_end );
/external/libpng/
H A Dpng.c891 png_const_bytep p, p_end; local
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/opencv/cvaux/src/
H A Dcvepilines.cpp764 void icvGetCoefForPiece( CvPoint2D64d p_start,CvPoint2D64d p_end, 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;
778 detA = p_start.y - p_end.y;
779 detB = p_end.x - p_start.x;
780 detC = p_start.x*p_end.y - p_end.x*p_start.y;
1053 void icvGetCrossPieceDirect( CvPoint2D64d p_start,CvPoint2D64d p_end, argument
[all...]
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_png.c828 png_const_bytep p, p_end; local
833 p_end = png_ptr->chunk_list;
834 p = p_end + png_ptr->num_chunk_list*5; /* beyond end */
847 while (p > p_end);
/external/valgrind/perf/
H A Dtinycc.c19618 uint8_t *p, *p_end;
19621 p_end = p + s1->plt->data_offset;
19622 if (p < p_end) {
19627 while (p < p_end) {
19635 while (p < p_end) {
19616 uint8_t *p, *p_end; local

Completed in 570 milliseconds