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

/external/qemu/slirp/
H A Dbootp.c109 const uint8_t *p, *p_end; local
116 p_end = p + DHCP_OPT_LEN;
120 while (p < p_end) {
128 if (p >= p_end)
/external/qemu/slirp-android/
H A Dbootp.c114 const uint8_t *p, *p_end; local
121 p_end = p + DHCP_OPT_LEN;
125 while (p < p_end) {
133 if (p >= p_end)
/external/freetype/src/cff/
H A Dcffload.c332 FT_Byte* p_end; local
345 p_end = p + data_size;
350 for ( ; p < p_end; p++, poff++ )
355 for ( ; p < p_end; p += 2, poff++ )
360 for ( ; p < p_end; p += 3, poff++ )
365 for ( ; p < p_end; p += 4, poff++ )
/external/freetype/src/sfnt/
H A Dttcmap.c890 FT_Byte* p_end = ends; local
899 end = TT_NEXT_USHORT( 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/valgrind/main/perf/
H A Dtinycc.c19617 uint8_t *p, *p_end;
19620 p_end = p + s1->plt->data_offset;
19621 if (p < p_end) {
19626 while (p < p_end) {
19634 while (p < p_end) {
19615 uint8_t *p, *p_end; local

Completed in 224 milliseconds