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

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h351 TIMER_LIST_ENT *p_last; member in struct:__anon10332
362 void *p_last; member in struct:__anon10333
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:__anon10361
365 void *p_last; member in struct:__anon10362
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.c630 FT_Int p_last = 0; local
676 p_last = first;
681 p_last = -1;
711 p_last = last;
743 p_last = last;
748 p_last = last;
761 best_on_point_last = p_last;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
H A Daflatin.c565 FT_Int p_last = 0; local
611 p_last = first;
616 p_last = -1;
646 p_last = last;
678 p_last = last;
683 p_last = last;
696 best_on_point_last = p_last;

Completed in 269 milliseconds