/external/google-breakpad/src/client/linux/minidump_writer/ |
D | cpu_set.h | 72 const char* p_end = p + ret; in ParseSysFile() local 73 while (p < p_end) { in ParseSysFile() 75 while (p < p_end && my_isspace(*p)) in ParseSysFile() 80 size_t item_len = static_cast<size_t>(p_end - p); in ParseSysFile() 87 p = p_end; in ParseSysFile() 88 item_next = p_end; in ParseSysFile()
|
/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/google-breakpad/src/common/linux/ |
D | linux_libc_support.cc | 143 const unsigned char* p_end = p + src_len; in my_memchr() local 144 for (; p < p_end; ++p) { in my_memchr()
|
/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/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/pdfium/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 | 221 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()
|
D | nfc_hal_prm.c | 615 UINT8 *p_buff, *p, *p_end; in nfc_hal_prm_nvm_rw_cmd() local
|
/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/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_png.c | 828 png_const_bytep p, p_end; 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/libpng/ |
D | png.c | 891 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/freetype/src/sfnt/ |
D | ttcmap.c | 920 FT_Byte* p_end = ends; in tt_cmap4_validate() local 929 end = TT_NEXT_USHORT( p_end ); in tt_cmap4_validate()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 920 FT_Byte* p_end = ends; in tt_cmap4_validate() local 929 end = TT_NEXT_USHORT( p_end ); in tt_cmap4_validate()
|
/external/valgrind/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()
|