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

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

Completed in 881 milliseconds