Searched refs:p_temp (Results 1 – 4 of 4) sorted by relevance
804 TIMER_LIST_ENT *p_temp; in GKI_add_to_timer_list() local839 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 …]
215 UINT8 *p_temp; in ce_t3t_handle_update_cmd() local278 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() local461 p_temp = p_dst; in ce_t3t_handle_check_cmd()488 checksum+=p_temp[i]; in ce_t3t_handle_check_cmd()
1435 CvLinkedRunPoint* p_temp; in icvFindContoursInInterval() local1451 p_temp = p00; in icvFindContoursInInterval()1453 p_temp->link = 0; in icvFindContoursInInterval()