Searched refs:p_temp (Results 1 – 2 of 2) sorted by relevance
768 TIMER_LIST_ENT* p_temp; in GKI_add_to_timer_list() local800 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()801 while (p_tle->ticks > p_temp->ticks) { in GKI_add_to_timer_list()803 if (p_temp->ticks > 0) p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list()805 p_temp = p_temp->p_next; in GKI_add_to_timer_list()809 if (p_temp == p_timer_listq->p_first) { in GKI_add_to_timer_list()814 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list()815 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list()816 p_temp->p_prev = p_tle; in GKI_add_to_timer_list()817 p_tle->p_next = p_temp; in GKI_add_to_timer_list()[all …]
199 uint8_t* p_temp; in ce_t3t_handle_update_cmd() local254 p_temp = p_block_data; in ce_t3t_handle_update_cmd()268 checksum += p_temp[j]; in ce_t3t_handle_update_cmd()371 uint8_t *p_dst, *p_temp, *p_status; in ce_t3t_handle_check_cmd() local426 p_temp = p_dst; in ce_t3t_handle_check_cmd()451 checksum += p_temp[j]; in ce_t3t_handle_check_cmd()