Home
last modified time | relevance | path

Searched refs:p_temp (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/gki/common/
Dgki_time.c804 TIMER_LIST_ENT *p_temp; in GKI_add_to_timer_list() local
839 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()
840 while (p_tle->ticks > p_temp->ticks) in GKI_add_to_timer_list()
843 if (p_temp->ticks > 0) in GKI_add_to_timer_list()
844 p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list()
846 p_temp = p_temp->p_next; in GKI_add_to_timer_list()
850 if (p_temp == p_timer_listq->p_first) in GKI_add_to_timer_list()
858 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list()
859 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list()
860 p_temp->p_prev = p_tle; in GKI_add_to_timer_list()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_time.c804 TIMER_LIST_ENT *p_temp; in GKI_add_to_timer_list() local
839 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()
840 while (p_tle->ticks > p_temp->ticks) in GKI_add_to_timer_list()
843 if (p_temp->ticks > 0) in GKI_add_to_timer_list()
844 p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list()
846 p_temp = p_temp->p_next; in GKI_add_to_timer_list()
850 if (p_temp == p_timer_listq->p_first) in GKI_add_to_timer_list()
858 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list()
859 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list()
860 p_temp->p_prev = p_tle; in GKI_add_to_timer_list()
[all …]
/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c215 UINT8 *p_temp; in ce_t3t_handle_update_cmd() local
278 p_temp = p_block_data; in ce_t3t_handle_update_cmd()
291 checksum+=p_temp[j]; in ce_t3t_handle_update_cmd()
402 UINT8 *p_dst, *p_temp, *p_status; in ce_t3t_handle_check_cmd() local
461 p_temp = p_dst; in ce_t3t_handle_check_cmd()
488 checksum+=p_temp[i]; in ce_t3t_handle_check_cmd()
/external/opencv/cv/src/
Dcvcontours.cpp1435 CvLinkedRunPoint* p_temp; in icvFindContoursInInterval() local
1451 p_temp = p00; in icvFindContoursInInterval()
1453 p_temp->link = 0; in icvFindContoursInInterval()