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

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h351 TIMER_LIST_ENT *p_last; member in struct:__anon9912
362 void *p_last; member in struct:__anon9913
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:__anon9941
365 void *p_last; member in struct:__anon9942
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/freetype/src/autofit/
H A Daflatin.c545 FT_Int p_last = 0; local
591 p_last = first;
596 p_last = -1;
626 p_last = last;
658 p_last = last;
663 p_last = last;
676 best_on_point_last = p_last;

Completed in 173 milliseconds