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

  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c 866 UINT8 *p, *p_dst, send_seq, rcv_seq, error_flags; local
    [all...]
llcp_link.c 980 UINT8 *p_dst; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 141 uint8_t *p_dst; local
153 p_dst = dst_ptr;
168 p_dst[col] = v;
173 p_dst = dst_ptr;
195 p_dst[col - 2] = d[(col - 2) & 7];
199 p_dst[col - 2] = d[(col - 2) & 7];
200 p_dst[col - 1] = d[(col - 1) & 7];
  /external/libvpx/libvpx/vp8/common/
postproc.c 142 unsigned char *p_src, *p_dst; local
152 p_dst = dst_ptr;
173 p_dst[col] = v;
178 p_dst = dst_ptr;
202 p_dst[col - 2] = d[(col - 2) & 3];
206 p_dst[col - 2] = d[(col - 2) & 3];
207 p_dst[col - 1] = d[(col - 1) & 3];
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 5954 double src, *p_dst; local
6021 double src, *p_dst; local
    [all...]

Completed in 98 milliseconds