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

1 2

  /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...]
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 339 UINT8 *pp, *p_size, *p_start; local
356 p_start = pp;
363 *p_size = (UINT8) (pp - p_start);
453 UINT8 *pp, *p_size, *p_start; local
471 p_start = pp;
479 *p_size = (UINT8) (pp - p_start);
  /system/bt/stack/avrc/
avrc_bld_ct.c 43 UINT8 *p_data, *p_start; local
48 p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset;
49 p_data = p_start + 2; /* pdu + rsvd */
54 p_pkt->len = (p_data - p_start);
76 UINT8 *p_data, *p_start; local
80 p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset;
81 p_data = p_start + 2; /* pdu + rsvd */
85 p_pkt->len = (p_data - p_start);
101 UINT8 *p_data, *p_start; local
106 p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset
130 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
152 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
173 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
196 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
223 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
255 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
284 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
312 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
345 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
383 UINT8 *p_data, *p_start; local
    [all...]
avrc_bld_tg.c 43 UINT8 *p_data, *p_start, *p_len, *p_count; local
59 p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset;
60 p_data = p_len = p_start + 2; /* pdu + rsvd */
74 p_data = p_start + p_pkt->len;
102 p_pkt->len = (p_data - p_start);
121 UINT8 *p_data, *p_start, *p_len, *p_num; local
127 p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset;
128 p_data = p_len = p_start + 2; /* pdu + rsvd */
140 p_data = p_start + p_pkt->len;
154 p_pkt->len = (p_data - p_start);
173 UINT8 *p_data, *p_start, *p_len, *p_num; local
223 UINT8 *p_data, *p_start, *p_len, *p_count; local
301 UINT8 *p_data, *p_start, *p_len, *p_count; local
455 UINT8 *p_data, *p_start, *p_len, *p_count; local
520 UINT8 *p_data, *p_start; local
548 UINT8 *p_data, *p_start; local
697 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
719 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
741 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
789 UINT8 *p_start = (UINT8 *)(p_pkt + 1) + p_pkt->offset; local
837 UINT8 *p_data, *p_start; local
    [all...]
avrc_api.c 961 UINT8 *p_start = NULL; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_debug.c 209 UINT8 *p_start; local
224 p_start = gki_cb.com.pool_start[pool_id];
228 for (i = 0; i < num_bufs; i++, p_start += buf_size)
230 p_hdr = (BUFFER_HDR_T *)p_start;
  /external/libnfc-nci/src/gki/common/
gki_debug.c 209 UINT8 *p_start; local
224 p_start = gki_cb.com.pool_start[pool_id];
228 for (i = 0; i < num_bufs; i++, p_start += buf_size)
230 p_hdr = (BUFFER_HDR_T *)p_start;
  /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/mcap/
mca_cact.c 101 UINT8 *p, *p_start; local
128 p = p_start = (UINT8*)(p_pkt + 1) + L2CAP_MIN_OFFSET;
136 p_pkt->len = p - p_start;
165 UINT8 *p, *p_start; local
173 p = p_start = (UINT8*)(p_pkt + 1) + L2CAP_MIN_OFFSET;
199 p_pkt->len = p - p_start;
259 UINT8 *p, *p_start; local
409 p = p_start = (UINT8*)(p_buf + 1) + L2CAP_MIN_OFFSET;
414 if (((*p_start) == MCA_OP_MDL_CREATE_RSP) && (reject_code == MCA_RSP_SUCCESS))
420 p_buf->len = p - p_start;
    [all...]
  /system/bt/stack/rfcomm/
rfc_ts_frames.c 542 UINT8 *p_start = p_data; local
591 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
602 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
613 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
624 || !rfc_check_fcs (RFCOMM_CTRL_FRAME_LEN, p_start, fcs))
638 else if (!rfc_check_fcs (2, p_start, fcs))
  /system/bt/stack/bnep/
bnep_utils.c 181 UINT8 *p, *p_start; local
187 p = p_start = (UINT8 *)(p_buf + 1) + L2CAP_MIN_OFFSET;
220 p_buf->len = (UINT16)(p - p_start);
    [all...]
  /system/bt/stack/sdp/
sdp_discovery.c 122 UINT8 *p, *p_start, *p_param_len; local
128 p = p_start = (UINT8 *)(p_cmd + 1) + L2CAP_MIN_OFFSET;
166 p_cmd->len = (UINT16)(p - p_start);
399 UINT8 *p_start, *p_param_len; local
479 p = p_start = (UINT8 *)(p_msg + 1) + L2CAP_MIN_OFFSET;
515 p_msg->len = (UINT16)(p - p_start);
545 UINT8 *p, *p_start, *p_end, *p_param_len; local
613 p = p_start = (UINT8 *)(p_msg + 1) + L2CAP_MIN_OFFSET;
654 p_msg->len = p - p_start;
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 243 UINT8 *p, *p_start; local
266 p_start = p;
294 nfc_hal_cb.prm.cur_patch_len_remaining -= (UINT16) (p - p_start); /* Adjust size of patchfile */
295 nfc_hal_cb.prm.cur_patch_offset += (UINT16) (p - p_start); /* Bytes of patchfile transmitted/processed so far */
365 UINT8 *p, *p_start, i; local
376 p = p_start = NULL;
391 p_start = p;
431 nfc_hal_cb.prm.cur_patch_offset += (UINT16) (p - p_start); /* Bytes of patchfile transmitted/processed so far */
432 nfc_hal_cb.prm.cur_patch_len_remaining -= (UINT16) (p - p_start); /* Adjust size of patchfile */
    [all...]
  /system/bt/stack/avdt/
avdt_msg.c 1494 UINT8 *p_start; local
1555 UINT8 *p_start; local
1596 UINT8 *p_start; local
1653 UINT8 *p_start; local
    [all...]
avdt_scb_act.c 250 UINT8 *p, *p_start; local
260 p = p_start = (UINT8 *)(p_data->p_pkt + 1) + p_data->p_pkt->offset;
283 offset = (UINT16) (p - p_start);
289 pad_len = *(p_start + p_data->p_pkt->len);
343 UINT8 *p_start = p; local
404 p_start += len;
405 return p_start;
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 618 UINT8 len, *p_start, u8; local
625 p_start = p;
717 return (p_start + len);
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 955 FT_Byte* p_start = starts; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttcmap.c 928 FT_Byte* p_start = starts local
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 648 UINT8 *p, *p_start; local
707 p_start = p;
713 p_cb->aid_len[p_cb->aid_entries++] = (UINT8)(p - p_start);
1932 UINT8 *p_start; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 928 FT_Byte* p_start = starts local
    [all...]
  /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/bt/stack/smp/
smp_keys.c 128 UINT8 *p_start = NULL; local
141 p_start = (UINT8 *)osi_calloc(SMP_ENCRYT_DATA_SIZE * 4);
146 p = p_start;
148 p_rev_data = p = p_start + SMP_ENCRYT_DATA_SIZE; /* start at byte 16 */
149 REVERSE_ARRAY_TO_STREAM (p, p_start, SMP_ENCRYT_DATA_SIZE); /* byte 16 to byte 31 */
155 smp_debug_print_nbyte_little_endian(p_start, (const UINT8 *)"Plain text", SMP_ENCRYT_DATA_SIZE);
171 osi_free(p_start);
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 2977 char *p_start = cmd, *p_end; local
    [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...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 4797 bfd_vma p_start = p->p_paddr; local
    [all...]

Completed in 997 milliseconds

1 2