Searched refs:p_prev (Results 1 – 8 of 8) sorted by relevance
657 p_tle->p_prev = NULL; in GKI_init_timer_list_entry()826 p_tle->p_prev = p_timer_listq->p_last; in GKI_add_to_timer_list()853 p_timer_listq->p_first->p_prev = p_tle; 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()932 p_timer_listq->p_first->p_prev = NULL; in GKI_remove_from_timer_list()941 p_timer_listq->p_last = p_tle->p_prev; in GKI_remove_from_timer_list()948 if (p_tle->p_next != NULL && p_tle->p_next->p_prev == p_tle) in GKI_remove_from_timer_list()949 p_tle->p_next->p_prev = p_tle->p_prev; in GKI_remove_from_timer_list()[all …]
970 BUFFER_HDR_T *p_prev; in GKI_remove_from_queue() local982 p_prev = (BUFFER_HDR_T *)((UINT8 *)p_q->p_first - BUFFER_HDR_SIZE); in GKI_remove_from_queue()984 for ( ; p_prev; p_prev = p_prev->p_next) in GKI_remove_from_queue()987 if (p_prev->p_next == p_buf_hdr) in GKI_remove_from_queue()989 p_prev->p_next = p_buf_hdr->p_next; in GKI_remove_from_queue()993 p_q->p_last = p_prev + 1; in GKI_remove_from_queue()
341 struct _tle *p_prev; member
338 struct _tle *p_prev; member
356 _CvPyramid *p_prev, *p_row_prev; in icvPyrSegmentation8uC1R() local409 p_row_prev = p_prev = pyram[l]; in icvPyrSegmentation8uC1R()435 p_cur[j].c = p_prev->c; in icvPyrSegmentation8uC1R()439 p_prev = _CV_NEXT_BASE_C1(p_prev,2); in icvPyrSegmentation8uC1R()441 p_prev += 2; in icvPyrSegmentation8uC1R()446 p_cur[size.width].c = p_prev[(l != 0) - 1].c; in icvPyrSegmentation8uC1R()480 p_cur[j].c = p_prev->c; in icvPyrSegmentation8uC1R()485 p_prev = _CV_NEXT_BASE_C1(p_prev, (j * 2 < step - 2 ? 2 : 1)); in icvPyrSegmentation8uC1R()489 p_prev++; in icvPyrSegmentation8uC1R()500 p_prev = p_row_prev; in icvPyrSegmentation8uC1R()[all …]
690 Error* p_prev; in VG_() local763 p_prev = NULL; in VG_()780 if (p_prev != NULL) { in VG_()781 vg_assert(p_prev->next == p); in VG_()782 p_prev->next = p->next; in VG_()789 p_prev = p; in VG_()