Home
last modified time | relevance | path

Searched refs:p_dst (Results 1 – 10 of 10) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c172 UINT8 *p_dst, *p_rsp_start; in ce_t3t_send_rsp() local
182 p_dst = p_rsp_start = (UINT8 *) (p_rsp_msg+1) + p_rsp_msg->offset; in ce_t3t_send_rsp()
185 UINT8_TO_STREAM (p_dst, opcode); in ce_t3t_send_rsp()
188 ARRAY_TO_STREAM (p_dst, p_nfcid2, NCI_RF_F_UID_LEN); in ce_t3t_send_rsp()
191 UINT8_TO_STREAM (p_dst, status1); in ce_t3t_send_rsp()
192 UINT8_TO_STREAM (p_dst, status2); in ce_t3t_send_rsp()
194 p_rsp_msg->len = (UINT16) (p_dst - p_rsp_start); in ce_t3t_send_rsp()
402 UINT8 *p_dst, *p_temp, *p_status; in ce_t3t_handle_check_cmd() local
411 p_dst = p_rsp_start = (UINT8 *) (p_rsp_msg+1) + p_rsp_msg->offset; in ce_t3t_handle_check_cmd()
414 UINT8_TO_STREAM (p_dst, T3T_MSG_OPC_CHECK_RSP); in ce_t3t_handle_check_cmd()
[all …]
Dce_t4t.c165 UINT8 *p_src = NULL, *p_dst; in ce_t4t_read_binary() local
194 p_dst = (UINT8 *) (p_r_apdu + 1) + p_r_apdu->offset; in ce_t4t_read_binary()
204 UINT16_TO_BE_STREAM (p_dst, p_t4t->nlen); in ce_t4t_read_binary()
209 p_dst--; in ce_t4t_read_binary()
216 UINT8_TO_BE_STREAM (p_dst, (UINT8) (p_t4t->nlen)); in ce_t4t_read_binary()
229 memcpy (p_dst, p_src + offset, length); in ce_t4t_read_binary()
230 p_dst += length; in ce_t4t_read_binary()
233 UINT16_TO_BE_STREAM (p_dst, T4T_RSP_CMD_CMPLTED); in ce_t4t_read_binary()
Drw_t3t.c1845 UINT8 *p_dst, *p_cmd_start; in rw_t3t_update_block() local
1851 p_dst = p_cmd_start = (UINT8 *) (p_cmd_buf+1) + p_cmd_buf->offset; in rw_t3t_update_block()
1854 UINT8_TO_STREAM (p_dst, T3T_MSG_OPC_UPDATE_CMD); in rw_t3t_update_block()
1857 ARRAY_TO_STREAM (p_dst, p_cb->peer_nfcid2, NCI_NFCID2_LEN); in rw_t3t_update_block()
1860 … UINT8_TO_STREAM (p_dst, 1); /* Number of services (only 1 service: NDEF) */ in rw_t3t_update_block()
1861 UINT16_TO_STREAM (p_dst, T3T_MSG_NDEF_SC_RW); /* Service code (little-endian format) */ in rw_t3t_update_block()
1864 UINT8_TO_STREAM (p_dst, 1); in rw_t3t_update_block()
1867 UINT8_TO_STREAM (p_dst, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); in rw_t3t_update_block()
1868 UINT8_TO_STREAM (p_dst, block_id); in rw_t3t_update_block()
1871 ARRAY_TO_STREAM (p_dst, p_block_data, T3T_MSG_BLOCKSIZE); in rw_t3t_update_block()
[all …]
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y107 static struct sockaddr *p_dst = NULL; variable
279 if (set_x_request(p_src, p_dst) < 0)
330 p_dst = parse_sockaddr(&$4, NULL);
331 if (p_dst == NULL)
341 p_dst = parse_sockaddr(&$5, &$6);
342 if (p_dst == NULL)
455 if (p_src == NULL && p_dst == NULL) { in rule_check()
461 else if (p_src->sa_family != p_dst->sa_family) { in rule_check()
577 if (p_dst != NULL) { in policy_parse_request_init()
578 free(p_dst); in policy_parse_request_init()
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c87 uint8_t *p_dst; in vp9_post_proc_down_and_across_c() local
99 p_dst = dst_ptr; in vp9_post_proc_down_and_across_c()
114 p_dst[col] = v; in vp9_post_proc_down_and_across_c()
119 p_dst = dst_ptr; in vp9_post_proc_down_and_across_c()
141 p_dst[col - 2] = d[(col - 2) & 7]; in vp9_post_proc_down_and_across_c()
145 p_dst[col - 2] = d[(col - 2) & 7]; in vp9_post_proc_down_and_across_c()
146 p_dst[col - 1] = d[(col - 1) & 7]; in vp9_post_proc_down_and_across_c()
/external/libnfc-nci/src/nfc/llcp/
Dllcp_dlc.c866 UINT8 *p, *p_dst, send_seq, rcv_seq, error_flags; in llcp_dlc_proc_i_pdu() local
963 p_dst = (UINT8*) (p_last_buf + 1) + p_last_buf->offset + p_last_buf->len; in llcp_dlc_proc_i_pdu()
966 UINT16_TO_BE_STREAM (p_dst, info_len); in llcp_dlc_proc_i_pdu()
971 memcpy (p_dst, p, info_len); in llcp_dlc_proc_i_pdu()
1005 p_dst = (UINT8*) (p_msg + 1); in llcp_dlc_proc_i_pdu()
1008 UINT16_TO_BE_STREAM (p_dst, info_len); in llcp_dlc_proc_i_pdu()
1011 memcpy (p_dst, p, info_len); in llcp_dlc_proc_i_pdu()
Dllcp_link.c986 UINT8 *p_dst; in llcp_link_proc_ui_pdu() local
1031 p_dst = (UINT8*) (p_last_buf + 1) + p_last_buf->offset + p_last_buf->len; in llcp_link_proc_ui_pdu()
1034 UINT16_TO_BE_STREAM (p_dst, ui_pdu_length); in llcp_link_proc_ui_pdu()
1037 memcpy (p_dst, p_ui_pdu, ui_pdu_length); in llcp_link_proc_ui_pdu()
1068 p_dst = (UINT8*) (p_msg + 1); in llcp_link_proc_ui_pdu()
1071 UINT16_TO_BE_STREAM (p_dst, ui_pdu_length); in llcp_link_proc_ui_pdu()
1073 memcpy (p_dst, p_ui_pdu, ui_pdu_length); in llcp_link_proc_ui_pdu()
/external/libvpx/libvpx/vp8/common/
Dpostproc.c137 unsigned char *p_src, *p_dst; in vp8_post_proc_down_and_across_mb_row_c() local
147 p_dst = dst_ptr; in vp8_post_proc_down_and_across_mb_row_c()
168 p_dst[col] = v; in vp8_post_proc_down_and_across_mb_row_c()
173 p_dst = dst_ptr; in vp8_post_proc_down_and_across_mb_row_c()
197 p_dst[col - 2] = d[(col - 2) & 3]; in vp8_post_proc_down_and_across_mb_row_c()
201 p_dst[col - 2] = d[(col - 2) & 3]; in vp8_post_proc_down_and_across_mb_row_c()
202 p_dst[col - 1] = d[(col - 1) & 3]; in vp8_post_proc_down_and_across_mb_row_c()
/external/valgrind/none/tests/ppc32/
Djm-insns.c6073 double src, *p_dst; in test_float_st_two_regs_imm16() local
6097 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_two_regs_imm16()
6101 p_dst = &fargs_priv[i]; in test_float_st_two_regs_imm16()
6104 *p_dst = 0; // clear dst in test_float_st_two_regs_imm16()
6125 double_to_bits(*p_dst), r15-base); in test_float_st_two_regs_imm16()
6140 double src, *p_dst; in test_float_st_three_regs() local
6165 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_three_regs()
6169 p_dst = &fargs_priv[i]; in test_float_st_three_regs()
6172 *p_dst = 0; // clear dst in test_float_st_three_regs()
6188 double_to_bits(*p_dst), r15-base); in test_float_st_three_regs()
[all …]
/external/valgrind/none/tests/ppc64/
Djm-insns.c6073 double src, *p_dst; in test_float_st_two_regs_imm16() local
6097 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_two_regs_imm16()
6101 p_dst = &fargs_priv[i]; in test_float_st_two_regs_imm16()
6104 *p_dst = 0; // clear dst in test_float_st_two_regs_imm16()
6125 double_to_bits(*p_dst), r15-base); in test_float_st_two_regs_imm16()
6140 double src, *p_dst; in test_float_st_three_regs() local
6165 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_three_regs()
6169 p_dst = &fargs_priv[i]; in test_float_st_three_regs()
6172 *p_dst = 0; // clear dst in test_float_st_three_regs()
6188 double_to_bits(*p_dst), r15-base); in test_float_st_three_regs()
[all …]