Home
last modified time | relevance | path

Searched refs:p_start (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/common_audio/signal_processing/
Dmin_max_operations_neon.c23 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/
Du_split_prim.h18 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/python/cpython3/Parser/
Dtokenizer.c1174 tok_get(struct tok_state *tok, const char **p_start, const char **p_end) in tok_get() argument
1179 *p_start = *p_end = NULL; in tok_get()
1358 *p_start = ignore_end; in tok_get()
1368 *p_start = type_start; /* after type_comment_prefix */ in tok_get()
1421 *p_start = tok->start; in tok_get()
1478 *p_start = tok->start; in tok_get()
1497 *p_start = tok->start; in tok_get()
1509 *p_start = tok->start; in tok_get()
1665 *p_start = tok->start; in tok_get()
1682 *p_start = tok->start; in tok_get()
[all …]
/external/python/cpython2/Parser/
Dtokenizer.c1216 tok_get(register struct tok_state *tok, char **p_start, char **p_end) in tok_get() argument
1221 *p_start = *p_end = NULL; in tok_get()
1398 *p_start = tok->start; in tok_get()
1408 *p_start = tok->start; in tok_get()
1422 *p_start = tok->start; in tok_get()
1538 *p_start = tok->start; in tok_get()
1555 *p_start = tok->start; in tok_get()
1612 *p_start = tok->start; in tok_get()
1653 *p_start = tok->start; in tok_get()
1675 *p_start = tok->start; in tok_get()
[all …]
/external/ply/ply/test/
Dyacc_nested.py21 def p_start(t): function
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc776 const char* p_start = p_.data(); in ReportFailure() local
778 const char* begin = std::max(p_start - kContextLength, json_start); in ReportFailure()
780 std::min(p_start + kContextLength, json_start + json_.size()); in ReportFailure()
782 std::string location(p_start - begin, ' '); in ReportFailure()
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d.cc607 int p_start = pp * plane_stride - pad_planes; in launch() local
608 const int p_end = std::min(p_start + window_planes, in_planes); in launch()
613 p_start = std::max(p_start, 0); in launch()
622 for (int p = p_start; p < p_end && !should_stop; ++p) { in launch()
/external/kernel-headers/original/uapi/linux/
Dnilfs2_api.h176 __u64 p_start; member
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c4553 char *p_start = cmd, *p_end; in hostapd_global_ctrl_iface_dup_network() local
4558 p_end = os_strchr(p_start, ' '); in hostapd_global_ctrl_iface_dup_network()
4566 src_hapd = hostapd_interfaces_get_hapd(interfaces, p_start); in hostapd_global_ctrl_iface_dup_network()
4569 p_start); in hostapd_global_ctrl_iface_dup_network()
4573 p_start = p_end + 1; in hostapd_global_ctrl_iface_dup_network()
4574 p_end = os_strchr(p_start, ' '); in hostapd_global_ctrl_iface_dup_network()
4582 dst_hapd = hostapd_interfaces_get_hapd(interfaces, p_start); in hostapd_global_ctrl_iface_dup_network()
4585 p_start); in hostapd_global_ctrl_iface_dup_network()
4589 p_start = p_end + 1; in hostapd_global_ctrl_iface_dup_network()
4590 return hostapd_ctrl_iface_dup_param(src_hapd, dst_hapd, p_start); in hostapd_global_ctrl_iface_dup_network()
/external/python/cpython3/Python/
Dformatter_unicode.c601 PyObject *prefix, Py_ssize_t p_start, in fill_number() argument
622 prefix, p_start, in fill_number()
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dpieces.ll94 ; ASM: [[p_start:\.Ltmp[0-9]+]]:
200 ; ASM: .cv_def_range [[p_start]] .Lfunc_end3, subfield_reg, 17, 4
/external/freetype/src/sfnt/
Dttcmap.c980 FT_Byte* p_start = starts; in tt_cmap4_validate() local
989 start = TT_NEXT_USHORT( p_start ); in tt_cmap4_validate()
/external/mesa3d/src/imgui/
Dimgui.cpp1381 char* p_start = p; in ImStrTrimBlanks() local
1384 while (p > p_start && (p[-1] == ' ' || p[-1] == '\t')) // Trailing blanks in ImStrTrimBlanks()
1386 if (p_start != buf) // Copy memory if we had leading blanks in ImStrTrimBlanks()
1387 memmove(buf, p_start, p - p_start); in ImStrTrimBlanks()
1388 buf[p - p_start] = 0; // Zero terminate in ImStrTrimBlanks()