Searched refs:p_end (Results 1 - 23 of 23) sorted by relevance

/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/llvm/test/MC/PowerPC/
H A Dpr24686.s5 ld %r5, p_end - _stext(%r5)
/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/common/linux/
H A Dlinux_libc_support.cc143 const unsigned char* p_end = p + src_len; local
144 for (; p < p_end; ++p) {
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dmin_max_operations_neon.c25 const int16_t* p_end = vector + length - rest; local
31 while (p_start < p_end) {
51 p_end = vector + length;
52 while (p_start < p_end) {
/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon.c508 int16_t * p_end = inst->synthesisBuffer + inst->blockLen10ms; local
510 while (p_start < p_end) {
529 p_end = p_start + inst->blockLen10ms;
531 for (;p_start < p_end; p_start += 8) {
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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/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/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/opencv3/3rdparty/libpng/
H A Dpng.c716 png_const_bytep p, p_end; local
721 p_end = png_ptr->chunk_list;
722 p = p_end + png_ptr->num_chunk_list*5; /* beyond end */
734 while (p > p_end);
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c2977 char *p_start = cmd, *p_end; local
2982 p_end = os_strchr(p_start, ' ');
2983 if (!p_end) {
2989 *p_end = '\0';
2997 p_start = p_end + 1;
2998 p_end = os_strchr(p_start, ' ');
2999 if (!p_end) {
3005 *p_end = '\0';
3013 p_start = p_end + 1;
/external/opencv/cvaux/include/
H A 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/
H A 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/
H A Dpng.c894 png_const_bytep p, p_end; local
899 p_end = png_ptr->chunk_list;
900 p = p_end + png_ptr->num_chunk_list*5; /* beyond end */
913 while (p > p_end);
/external/pdfium/third_party/lpng_v163/
H A Dpng.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/freetype/src/sfnt/
H A Dttcmap.c956 FT_Byte* p_end = ends; local
965 end = TT_NEXT_USHORT( p_end );
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
H A Dttcmap.c929 FT_Byte* p_end = ends; local
938 end = TT_NEXT_USHORT( p_end );
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttcmap.c929 FT_Byte* p_end = ends; local
938 end = TT_NEXT_USHORT( 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 1120 milliseconds