Searched refs:pd (Results 1 - 7 of 7) sorted by relevance

/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_vendor.c100 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
127 pc = pd = (char *)a + (n - 1) * es;
140 swap(pc, pd);
141 pd -= es;
160 r = min(pd - pc, pn - pd - (int)es);
163 if ((r = pd - pc) > (int)es) {
/system/nfc/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_nci.c55 uint8_t *ps, *pd; local
103 pd = (uint8_t*)(nfc_hal_cb.ncit_cb.p_frag_msg + 1) +
106 memcpy(pd, ps, p_msg->len);
109 pd = (uint8_t*)(nfc_hal_cb.ncit_cb.p_frag_msg + 1) +
111 *pd = (uint8_t)(nfc_hal_cb.ncit_cb.p_frag_msg->len - NCI_MSG_HDR_SIZE);
671 uint8_t *ps, *pd; local
737 pd = (uint8_t*)(p_buf + 1) + p_buf->offset;
739 memcpy(pd, hdr, NCI_MSG_HDR_SIZE);
740 pd += 2;
741 *pd
[all...]
/system/bt/stack/include/
H A Dbtm_api_types.h393 #define BTM_COD_FORMAT_TYPE(u8, pd) \
394 { (u8) = (pd)[2] & 0x03; }
395 #define BTM_COD_MINOR_CLASS(u8, pd) \
396 { (u8) = (pd)[2] & 0xFC; }
397 #define BTM_COD_MAJOR_CLASS(u8, pd) \
398 { (u8) = (pd)[1] & 0x1F; }
399 #define BTM_COD_SERVICE_CLASS(u16, pd) \
401 (u16) = (pd)[0]; \
403 (u16) += (pd)[1] & 0xE0; \
407 #define FIELDS_TO_COD(pd, m
[all...]
/system/nfc/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c1233 register uint8_t* pd = ps + shift_amount; local
1236 for (xx = 0; xx < len; xx++) *pd-- = *ps--;
1248 register uint8_t* pd = p_dest; local
1251 for (xx = 0; xx < len; xx++) *pd++ = *ps++;
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.c1178 register uint8_t* pd = ps + shift_amount; local
1181 for (xx = 0; xx < len; xx++) *pd-- = *ps--;
1193 register uint8_t* pd = p_dest; local
1196 for (xx = 0; xx < len; xx++) *pd++ = *ps++;
/system/nfc/src/nfc/ndef/
H A Dndef_utils.c43 register uint8_t* pd = ps + shift_amount; local
46 for (xx = 0; xx < len; xx++) *pd-- = *ps--;
58 register uint8_t* pd = p_dest; local
61 for (xx = 0; xx < len; xx++) *pd++ = *ps++;
/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc1526 uint8_t *ps, *pd; local
1554 pd = (uint8_t*)(p_max + 1) + p_max->offset;
1556 memcpy(pd, ps, p_last->len);
1577 pd = (uint8_t*)(p_last + 1) + p_last->offset + p_last->len;
1578 memcpy(pd, ps, len);

Completed in 460 milliseconds