Searched defs:p_last (Results 1 - 14 of 14) sorted by relevance

/external/bluetooth/bluedroid/hci/include/
H A Dutils.h45 void *p_last; member in struct:__anon1159
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_encoder.c102 #define SBC_PRTC_C2L() {p_last=&sbc_prtc_cb.fr[SBC_PRTC_LIDX]; p_cur=&sbc_prtc_cb.fr[SBC_PRTC_CIDX]; \
103 p_last->idx = p_cur->idx; p_last->use = p_cur->use;}
133 tSBC_FR_CB *p_cur, *p_last; local
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h105 TIMER_LIST_ENT *p_last; member in struct:__anon1126
115 void *p_last; member in struct:__anon1127
H A Dgki_common.h71 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_sbc.c149 tA2D_SBC_FR_CB *p_cur, *p_last; local
155 p_last = &a2d_sbc_ds_cb.fr[A2D_SBC_LIDX];
157 p_last->idx = p_cur->idx;
158 p_last->use = p_cur->use;
391 void A2D_ParsSbcMplHdr(UINT8 *p_src, BOOLEAN *p_frag, BOOLEAN *p_start, BOOLEAN *p_last, UINT8 *p_num) argument
393 if(p_src && p_frag && p_start && p_last && p_num)
397 *p_last = (*p_src & A2D_SBC_HDR_L_MSK) ? TRUE: FALSE;
444 BOOLEAN *p_start, BOOLEAN *p_last,
450 UNUSED(p_last);
443 A2D_ParsSbcMplHdr(UINT8 *p_src, BOOLEAN *p_frag, BOOLEAN *p_start, BOOLEAN *p_last, UINT8 *p_num) argument
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c925 tGATT_ATTR16 *p_attr16 = NULL, *p_last; local
991 p_last = (tGATT_ATTR16 *)p_db->p_attr_list;
993 while (p_last != NULL && p_last->p_next != NULL)
994 p_last = (tGATT_ATTR16 *)p_last->p_next;
996 p_last->p_next = p_attr16;
H A Dgatt_int.h327 tGATT_HDL_LIST_ELEM *p_last; member in struct:__anon1288
347 tGATT_SRV_LIST_ELEM *p_last; member in struct:__anon1289
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h351 TIMER_LIST_ENT *p_last; member in struct:__anon23882
362 void *p_last; member in struct:__anon23883
H A Dgki_common.h83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
/external/libnfc-nci/src/gki/common/
H A Dgki.h354 TIMER_LIST_ENT *p_last; member in struct:__anon23895
365 void *p_last; member in struct:__anon23896
H A Dgki_common.h83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c1478 BT_HDR *p_last; local
1495 p_last = (BT_HDR *)GKI_getlast (&p_cb->rx_q);
1496 if (p_last && (p_last->layer_specific & NFC_RAS_FRAGMENTED))
1499 size = GKI_get_buf_size(p_last);
1500 if (size < (BT_HDR_SIZE + p_last->len + p_last->offset + len))
1502 /* the current size of p_last is not big enough to hold the new fragment, p_msg */
1510 memcpy(p_max, p_last, BT_HDR_SIZE);
1512 ps = (UINT8 *)(p_last
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp590 char * p_last; member in class:Morph
601 if (*p_last) {
602 str.append(*p_last);
603 p_last++;
645 p_last = last;
648 for (; str.content_size()<len && *p_curr && *p_last;){
665 if (*p_last) {
/external/freetype/src/autofit/
H A Daflatin.c544 FT_Int p_last = 0; local
590 p_last = first;
595 p_last = -1;
625 p_last = last;
657 p_last = last;
662 p_last = last;
675 best_on_point_last = p_last;

Completed in 148 milliseconds