HomeSort by relevance Sort by last modified time
    Searched defs:p_dst (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nci/src/nfa/snep/
nfa_snep_act.c 405 UINT8 *p_src, *p_dst; local
434 p_dst = (UINT8*) (p_msg + 1) + p_msg->offset;
436 memcpy (p_dst, p_src, length);
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c 841 UINT8 *p, *p_dst, send_seq, rcv_seq, error_flags; local
938 p_dst = (UINT8*) (p_last_buf + 1) + p_last_buf->offset + p_last_buf->len;
941 UINT16_TO_BE_STREAM (p_dst, info_len);
946 memcpy (p_dst, p, info_len);
    [all...]
llcp_link.c 931 UINT8 *p_dst; local
    [all...]
  /external/libnfc-nci/src/nfa/cho/
nfa_cho_util.c 568 UINT8 *p_src, *p_dst; local
592 p_dst = (UINT8*) (p_msg + 1) + p_msg->offset;
595 memcpy (p_dst, p_src, tx_size);
    [all...]
  /external/libvpx/vp8/common/
postproc.c 140 unsigned char *p_src, *p_dst; local
153 p_dst = dst_ptr;
171 p_dst[col] = v;
176 p_dst = dst_ptr;
200 p_dst[col-2] = d[(col-2)&7];
204 p_dst[col-2] = d[(col-2)&7];
205 p_dst[col-1] = d[(col-1)&7];
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 5924 double src, *p_dst; local
5991 double src, *p_dst; local
    [all...]

Completed in 265 milliseconds