Searched refs:p_dest (Results 1 – 9 of 9) sorted by relevance
/external/libnfc-nci/src/nfc/ndef/ |
D | ndef_utils.c | 60 static void shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) in shiftup() argument 63 register UINT8 *pd = p_dest; in shiftup() 1518 tNDEF_STATUS NDEF_MsgCopyAndDechunk (UINT8 *p_src, UINT32 src_len, UINT8 *p_dest, UINT32 *p_out_len) in NDEF_MsgCopyAndDechunk() argument 1522 UINT8 *p_prev_rec = p_dest; in NDEF_MsgCopyAndDechunk() 1536 NDEF_MsgInit (p_dest, max_out_len, &out_len); in NDEF_MsgCopyAndDechunk() 1552 … status = NDEF_MsgAppendPayload (p_dest, max_out_len, &out_len, p_prev_rec, p_pay, pay_len); in NDEF_MsgCopyAndDechunk() 1557 p_prev_rec = p_dest + out_len; in NDEF_MsgCopyAndDechunk() 1559 status = NDEF_MsgAddRec (p_dest, max_out_len, &out_len, tnf, p_type, type_len, in NDEF_MsgCopyAndDechunk()
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | tcd.h | 302 OPJ_BYTE *p_dest, 327 OPJ_BYTE * p_dest,
|
D | tcd.c | 1179 OPJ_BYTE *p_dest, in opj_tcd_encode_tile() argument 1241 if (! opj_tcd_rate_allocate_encode(p_tcd,p_dest,p_max_length,p_cstr_info)) { in opj_tcd_encode_tile() 1255 if (! opj_tcd_t2_encode(p_tcd,p_dest,p_data_written,p_max_length,p_cstr_info)) { in opj_tcd_encode_tile() 1351 OPJ_BYTE * p_dest, in opj_tcd_update_tile_data() argument 1390 OPJ_CHAR * l_dest_ptr = (OPJ_CHAR *) p_dest; in opj_tcd_update_tile_data() 1410 p_dest = (OPJ_BYTE *)l_dest_ptr; in opj_tcd_update_tile_data() 1416 OPJ_INT16 * l_dest_ptr = (OPJ_INT16 *) p_dest; in opj_tcd_update_tile_data() 1435 p_dest = (OPJ_BYTE*) l_dest_ptr; in opj_tcd_update_tile_data() 1440 OPJ_INT32 * l_dest_ptr = (OPJ_INT32 *) p_dest; in opj_tcd_update_tile_data() 1450 p_dest = (OPJ_BYTE*) l_dest_ptr; in opj_tcd_update_tile_data()
|
D | t2.c | 203 OPJ_BYTE *p_dest, in opj_t2_encode_packets() argument 212 OPJ_BYTE *l_current_data = p_dest; in opj_t2_encode_packets()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki.h | 403 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len);
|
/external/libnfc-nci/src/nfc/include/ |
D | ndef_utils.h | 384 …NDEF_STATUS NDEF_MsgCopyAndDechunk (UINT8 *p_src, UINT32 src_len, UINT8 *p_dest, UINT32 *p_out_len…
|
/external/libnfc-nci/src/gki/common/ |
D | gki.h | 405 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len);
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 1307 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) in GKI_shiftup() argument 1310 register UINT8 *pd = p_dest; in GKI_shiftup()
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 1284 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) in GKI_shiftup() argument 1287 register UINT8 *pd = p_dest; in GKI_shiftup()
|