/external/webrtc/webrtc/common_audio/signal_processing/ |
D | min_max_operations_neon.c | 23 const int16_t* p_start = vector; in WebRtcSpl_MaxAbsValueW16Neon() local 31 while (p_start < p_end) { in WebRtcSpl_MaxAbsValueW16Neon() 32 v = vld1q_s16(p_start); in WebRtcSpl_MaxAbsValueW16Neon() 37 p_start += 8; in WebRtcSpl_MaxAbsValueW16Neon() 52 while (p_start < p_end) { in WebRtcSpl_MaxAbsValueW16Neon() 53 absolute = abs((int)(*p_start)); in WebRtcSpl_MaxAbsValueW16Neon() 58 p_start++; in WebRtcSpl_MaxAbsValueW16Neon() 81 const int32_t* p_start = vector; in WebRtcSpl_MaxAbsValueW32Neon() local 87 int32x4_t in32x4_0 = vld1q_s32(p_start); in WebRtcSpl_MaxAbsValueW32Neon() 88 p_start += 4; in WebRtcSpl_MaxAbsValueW32Neon() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_split_prim.h | 18 unsigned p_start; member 38 s->p_start = start; 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() 74 s->emit(s->priv, s->p_start, max_verts); in util_split_prim_next() 76 s->emit(s->priv, s->p_start + max_verts, 1); in util_split_prim_next() 77 s->p_start += max_verts; in util_split_prim_next() 109 s->emit (s->priv, s->p_start, max_verts); in util_split_prim_next() 110 s->p_start += (max_verts - repeat); in util_split_prim_next()
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core_neon.c | 507 int16_t * p_start = inst->synthesisBuffer; in WebRtcNsx_SynthesisUpdateNeon() local 510 while (p_start < p_end) { in WebRtcNsx_SynthesisUpdateNeon() 511 int16x8_t frame_0 = vld1q_s16(p_start); in WebRtcNsx_SynthesisUpdateNeon() 513 p_start += 8; in WebRtcNsx_SynthesisUpdateNeon() 528 p_start = inst->synthesisBuffer + inst->anaLen - inst->blockLen10ms; in WebRtcNsx_SynthesisUpdateNeon() 529 p_end = p_start + inst->blockLen10ms; in WebRtcNsx_SynthesisUpdateNeon() 531 for (;p_start < p_end; p_start += 8) { in WebRtcNsx_SynthesisUpdateNeon() 532 vst1q_s16(p_start, zero); in WebRtcNsx_SynthesisUpdateNeon()
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_prm.c | 243 UINT8 *p, *p_start; in nfc_hal_prm_spd_download_i2c_fix() local 266 p_start = p; in nfc_hal_prm_spd_download_i2c_fix() 294 …nfc_hal_cb.prm.cur_patch_len_remaining -= (UINT16) (p - p_start); /* Adjust size of patchfil… in nfc_hal_prm_spd_download_i2c_fix() 295 …nfc_hal_cb.prm.cur_patch_offset += (UINT16) (p - p_start); /* Bytes of patchfile tran… in nfc_hal_prm_spd_download_i2c_fix() 365 UINT8 *p, *p_start, i; in nfc_hal_prm_spd_check_version() local 376 p = p_start = NULL; in nfc_hal_prm_spd_check_version() 391 p_start = p; in nfc_hal_prm_spd_check_version() 431 …nfc_hal_cb.prm.cur_patch_offset += (UINT16) (p - p_start); /* Bytes of patchfile tran… in nfc_hal_prm_spd_check_version() 432 …nfc_hal_cb.prm.cur_patch_len_remaining -= (UINT16) (p - p_start); /* Adjust size of patchfil… in nfc_hal_prm_spd_check_version()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_debug.c | 209 UINT8 *p_start; in gki_print_used_bufs() local 224 p_start = gki_cb.com.pool_start[pool_id]; in gki_print_used_bufs() 228 for (i = 0; i < num_bufs; i++, p_start += buf_size) in gki_print_used_bufs() 230 p_hdr = (BUFFER_HDR_T *)p_start; in gki_print_used_bufs()
|
/external/libnfc-nci/src/gki/common/ |
D | gki_debug.c | 209 UINT8 *p_start; in gki_print_used_bufs() local 224 p_start = gki_cb.com.pool_start[pool_id]; in gki_print_used_bufs() 228 for (i = 0; i < num_bufs; i++, p_start += buf_size) in gki_print_used_bufs() 230 p_hdr = (BUFFER_HDR_T *)p_start; in gki_print_used_bufs()
|
/external/libnfc-nci/src/nfc/nci/ |
D | nci_hmsgs.c | 339 UINT8 *pp, *p_size, *p_start; in nci_snd_discover_cmd() local 356 p_start = pp; in nci_snd_discover_cmd() 363 *p_size = (UINT8) (pp - p_start); in nci_snd_discover_cmd() 453 UINT8 *pp, *p_size, *p_start; in nci_snd_discover_map_cmd() local 471 p_start = pp; in nci_snd_discover_map_cmd() 479 *p_size = (UINT8) (pp - p_start); in nci_snd_discover_map_cmd()
|
/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() 1067 if( fabs(a*p_start.x + b*p_start.y + c) < EPS64D ) 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() [all …]
|
/external/libnfc-nci/src/nfa/ee/ |
D | nfa_ee_act.c | 648 UINT8 *p, *p_start; in nfa_ee_api_add_aid() local 707 p_start = p; in nfa_ee_api_add_aid() 713 p_cb->aid_len[p_cb->aid_entries++] = (UINT8)(p - p_start); in nfa_ee_api_add_aid() 1932 UINT8 *p_start; in nfa_ee_route_add_one_ecb() local 2012 …p_start = pp; /* rememebr the beginning of this AID routing entry, just in case we need to put… in nfa_ee_route_add_one_ecb() 2029 new_size = (UINT8)(pp - p_start); in nfa_ee_route_add_one_ecb() 2041 memcpy (p, p_start, new_size); in nfa_ee_route_add_one_ecb()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 2977 char *p_start = cmd, *p_end; in hostapd_global_ctrl_iface_dup_network() local 2982 p_end = os_strchr(p_start, ' '); in hostapd_global_ctrl_iface_dup_network() 2990 src_hapd = hostapd_interfaces_get_hapd(interfaces, p_start); in hostapd_global_ctrl_iface_dup_network() 2993 p_start); in hostapd_global_ctrl_iface_dup_network() 2997 p_start = p_end + 1; in hostapd_global_ctrl_iface_dup_network() 2998 p_end = os_strchr(p_start, ' '); in hostapd_global_ctrl_iface_dup_network() 3006 dst_hapd = hostapd_interfaces_get_hapd(interfaces, p_start); in hostapd_global_ctrl_iface_dup_network() 3009 p_start); in hostapd_global_ctrl_iface_dup_network() 3013 p_start = p_end + 1; in hostapd_global_ctrl_iface_dup_network() 3014 return hostapd_ctrl_iface_dup_param(src_hapd, dst_hapd, p_start); in hostapd_global_ctrl_iface_dup_network()
|
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_ncif.c | 618 UINT8 len, *p_start, u8; in nfc_ncif_decode_rf_params() local 625 p_start = p; in nfc_ncif_decode_rf_params() 717 return (p_start + len); in nfc_ncif_decode_rf_params()
|
/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/freetype/src/sfnt/ |
D | ttcmap.c | 919 FT_Byte* p_start = starts; in tt_cmap4_validate() local 928 start = TT_NEXT_USHORT( p_start ); in tt_cmap4_validate()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 928 FT_Byte* p_start = starts; in tt_cmap4_validate() local 937 start = TT_NEXT_USHORT( p_start ); in tt_cmap4_validate()
|