HomeSort by relevance Sort by last modified time
    Searched refs:p_start (Results 1 - 25 of 38) sorted by null

1 2

  /external/webrtc/webrtc/common_audio/signal_processing/
min_max_operations_neon.c 23 const int16_t* p_start = vector; local
31 while (p_start < p_end) {
32 v = vld1q_s16(p_start);
37 p_start += 8;
52 while (p_start < p_end) {
53 absolute = abs((int)(*p_start));
58 p_start++;
81 const int32_t* p_start = vector; local
87 int32x4_t in32x4_0 = vld1q_s32(p_start);
88 p_start += 4
133 const int16_t* p_start = vector; local
171 const int32_t* p_start = vector; local
213 const int16_t* p_start = vector; local
251 const int32_t* p_start = vector; local
    [all...]
  /system/bt/stack/avrc/
avrc_bld_ct.cc 41 uint8_t *p_data, *p_start; local
46 p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset;
47 p_data = p_start + 2; /* pdu + rsvd */
52 p_pkt->len = (p_data - p_start);
74 uint8_t *p_data, *p_start; local
78 p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset;
79 p_data = p_start + 2; /* pdu + rsvd */
83 p_pkt->len = (p_data - p_start);
99 uint8_t *p_data, *p_start; local
104 p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset
127 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
148 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
169 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
192 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
220 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
252 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
281 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
309 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
341 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
367 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
390 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
420 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
449 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
477 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
524 uint8_t *p_data, *p_start; local
    [all...]
avrc_bld_tg.cc 54 uint8_t *p_data, *p_start, *p_len, *p_count; local
69 p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset;
70 p_data = p_len = p_start + 2; /* pdu + rsvd */
81 p_data = p_start + p_pkt->len;
103 p_pkt->len = (p_data - p_start);
122 uint8_t *p_data, *p_start, *p_len, *p_num; local
128 p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset;
129 p_data = p_len = p_start + 2; /* pdu + rsvd */
138 p_data = p_start + p_pkt->len;
150 p_pkt->len = (p_data - p_start);
168 uint8_t *p_data, *p_start, *p_len, *p_num; local
212 uint8_t *p_data, *p_start, *p_len, *p_count; local
282 uint8_t *p_data, *p_start, *p_len, *p_count; local
528 uint8_t *p_data, *p_start; local
556 uint8_t *p_data, *p_start; local
684 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
706 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
749 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
790 uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; local
832 uint8_t *p_data, *p_start; local
907 uint8_t *p_data, *p_start; local
1098 uint8_t *p_data, *p_start; local
1204 uint8_t *p_data, *p_start, *p_len; local
1241 uint8_t *p_data, *p_start, *p_len; local
1328 uint8_t *p_data, *p_start; local
    [all...]
avrc_api.cc 880 uint8_t* p_start = ((uint8_t*)(p_pkt + 1) + p_pkt->offset); local
881 *p_start = AVRC_RSP_ACCEPT & AVRC_CTYPE_MASK;
882 p_start += AVRC_VENDOR_HDR_SIZE;
883 UINT8_TO_BE_STREAM(p_start, 0);
884 UINT8_TO_BE_STREAM(p_start, AVRC_PKT_SINGLE);
885 UINT16_TO_BE_STREAM(p_start, 0);
890 uint8_t* p_start = ((uint8_t*)(p_pkt + 1) + p_pkt->offset); local
891 *p_start = AVRC_RSP_REJ & AVRC_CTYPE_MASK;
892 p_start += AVRC_VENDOR_HDR_SIZE;
893 UINT8_TO_BE_STREAM(p_start, 0)
1138 uint8_t* p_start = NULL; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_split_prim.h 18 unsigned p_start; member in struct:util_split_prim
38 s->p_start = start;
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);
74 s->emit(s->priv, s->p_start, max_verts);
76 s->emit(s->priv, s->p_start + max_verts, 1);
77 s->p_start += max_verts;
109 s->emit (s->priv, s->p_start, max_verts);
110 s->p_start += (max_verts - repeat)
    [all...]
  /system/bt/stack/mcap/
mca_cact.cc 96 uint8_t *p, *p_start; local
123 p = p_start = (uint8_t*)(p_pkt + 1) + L2CAP_MIN_OFFSET;
131 p_pkt->len = p - p_start;
156 uint8_t *p, *p_start; local
163 p = p_start = (uint8_t*)(p_pkt + 1) + L2CAP_MIN_OFFSET;
190 p_pkt->len = p - p_start;
243 uint8_t *p, *p_start; local
372 p = p_start = (uint8_t*)(p_buf + 1) + L2CAP_MIN_OFFSET;
403 p_buf->len = p - p_start;
  /system/nfc/halimpl/bcm2079x/gki/common/
gki_debug.c 186 uint8_t* p_start; local
200 p_start = gki_cb.com.pool_start[pool_id];
204 for (i = 0; i < num_bufs; i++, p_start += buf_size) {
205 p_hdr = (BUFFER_HDR_T*)p_start;
  /system/nfc/src/gki/common/
gki_debug.c 186 uint8_t* p_start; local
200 p_start = gki_cb.com.pool_start[pool_id];
204 for (i = 0; i < num_bufs; i++, p_start += buf_size) {
205 p_hdr = (BUFFER_HDR_T*)p_start;
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 507 int16_t * p_start = inst->synthesisBuffer; local
510 while (p_start < p_end) {
511 int16x8_t frame_0 = vld1q_s16(p_start);
513 p_start += 8;
528 p_start = inst->synthesisBuffer + inst->anaLen - inst->blockLen10ms;
529 p_end = p_start + inst->blockLen10ms;
531 for (;p_start < p_end; p_start += 8) {
532 vst1q_s16(p_start, zero);
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 240 uint8_t *p, *p_start; local
265 p_start = p;
293 (uint16_t)(p - p_start); /* Adjust size of patchfile */
295 p - p_start); /* Bytes of patchfile transmitted/processed so far */
358 uint8_t *p, *p_start, i; local
369 p = p_start = NULL;
386 p_start = p;
427 p - p_start); /* Bytes of patchfile transmitted/processed so far */
429 (uint16_t)(p - p_start); /* Adjust size of patchfile */
    [all...]
  /system/nfc/src/nfc/nci/
nci_hmsgs.c 324 uint8_t *pp, *p_size, *p_start; local
341 p_start = pp;
347 *p_size = (uint8_t)(pp - p_start);
435 uint8_t *pp, *p_size, *p_start; local
453 p_start = pp;
460 *p_size = (uint8_t)(pp - p_start);
  /system/bt/stack/avdt/
avdt_msg.cc 1304 uint8_t* p_start; local
1360 uint8_t* p_start; local
1400 uint8_t* p_start; local
1451 uint8_t* p_start; local
    [all...]
avdt_scb_act.cc 227 uint8_t *p, *p_start; local
237 p = p_start = (uint8_t*)(p_data->p_pkt + 1) + p_data->p_pkt->offset;
257 offset = (uint16_t)(p - p_start);
262 pad_len = *(p_start + p_data->p_pkt->len);
300 uint8_t* p_start = p; local
352 p_start += len;
353 return p_start;
    [all...]
  /system/bt/stack/sdp/
sdp_discovery.cc 115 uint8_t *p, *p_start, *p_param_len; local
121 p = p_start = (uint8_t*)(p_cmd + 1) + L2CAP_MIN_OFFSET;
160 p_cmd->len = (uint16_t)(p - p_start);
372 uint8_t *p_start, *p_param_len; local
445 p = p_start = (uint8_t*)(p_msg + 1) + L2CAP_MIN_OFFSET;
480 p_msg->len = (uint16_t)(p - p_start);
504 uint8_t *p, *p_start, *p_end, *p_param_len; local
568 p = p_start = (uint8_t*)(p_msg + 1) + L2CAP_MIN_OFFSET;
610 p_msg->len = p - p_start;
  /bionic/libc/kernel/uapi/linux/
nilfs2_api.h 82 __u64 p_start; member in struct:nilfs_period
  /external/kernel-headers/original/uapi/linux/
nilfs2_api.h 171 * @p_start: start checkpoint number (inclusive)
175 __u64 p_start; member in struct:nilfs_period
  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser.cc 723 const char* p_start = p_.data(); local
725 const char* begin = std::max(p_start - kContextLength, json_start);
727 std::min(p_start + kContextLength, json_start + json_.size());
729 string location(p_start - begin, ' ');
  /system/extras/perfprofd/quipper/
perf_parser.h 183 uint64_t* p_start,
perf_parser.cc 469 uint64_t* p_start,
480 uint64_t start = *p_start;
530 *p_start = mapped_addr;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c     [all...]
  /system/bt/stack/rfcomm/
rfc_ts_frames.cc 505 uint8_t* p_start = p_data; local
548 !rfc_check_fcs(RFCOMM_CTRL_FRAME_LEN, p_start, fcs)) {
557 !rfc_check_fcs(RFCOMM_CTRL_FRAME_LEN, p_start, fcs)) {
566 !rfc_check_fcs(RFCOMM_CTRL_FRAME_LEN, p_start, fcs)) {
575 !rfc_check_fcs(RFCOMM_CTRL_FRAME_LEN, p_start, fcs)) {
585 } else if (!rfc_check_fcs(2, p_start, fcs)) {
  /external/opencv/cvaux/src/
cvepilines.cpp 764 void icvGetCoefForPiece( CvPoint2D64d p_start,CvPoint2D64d p_end,
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
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.c 1029 char *p_start;
1032 p_start = strchr (name, '(');
1033 if (p_start == NULL)
1036 p_end = strchr (p_start, ')');
1044 *fn_name_p = enter_opname_n (name, p_start - name);
1045 *arg_name_p = enter_opname_n (p_start + 1, p_end - p_start - 1);
1027 char *p_start; local
    [all...]
  /system/bt/btif/src/
btif_sock_l2cap.cc 389 static void on_srv_l2cap_listen_started(tBTA_JV_L2CAP_START* p_start,
397 if (p_start->status != BTA_JV_SUCCESS) {
399 p_start->status);
404 sock->handle = p_start->handle;
    [all...]

Completed in 5806 milliseconds

1 2