HomeSort by relevance Sort by last modified time
    Searched refs:p_prev (Results 1 - 13 of 13) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 657 p_tle->p_prev = NULL;
826 p_tle->p_prev = p_timer_listq->p_last;
853 p_timer_listq->p_first->p_prev = p_tle;
858 p_temp->p_prev->p_next = p_tle;
859 p_tle->p_prev = p_temp->p_prev;
860 p_temp->p_prev = p_tle;
932 p_timer_listq->p_first->p_prev = NULL;
941 p_timer_listq->p_last = p_tle->p_prev;
948 if (p_tle->p_next != NULL && p_tle->p_next->p_prev == p_tle
    [all...]
gki_buffer.c 970 BUFFER_HDR_T *p_prev; local
982 p_prev = (BUFFER_HDR_T *)((UINT8 *)p_q->p_first - BUFFER_HDR_SIZE);
984 for ( ; p_prev; p_prev = p_prev->p_next)
987 if (p_prev->p_next == p_buf_hdr)
989 p_prev->p_next = p_buf_hdr->p_next;
993 p_q->p_last = p_prev + 1;
    [all...]
gki.h 338 struct _tle *p_prev; member in struct:_tle
  /external/libnfc-nci/src/gki/common/
gki_time.c 657 p_tle->p_prev = NULL;
826 p_tle->p_prev = p_timer_listq->p_last;
853 p_timer_listq->p_first->p_prev = p_tle;
858 p_temp->p_prev->p_next = p_tle;
859 p_tle->p_prev = p_temp->p_prev;
860 p_temp->p_prev = p_tle;
932 p_timer_listq->p_first->p_prev = NULL;
941 p_timer_listq->p_last = p_tle->p_prev;
948 if (p_tle->p_next != NULL && p_tle->p_next->p_prev == p_tle
    [all...]
gki_buffer.c 970 BUFFER_HDR_T *p_prev; local
982 p_prev = (BUFFER_HDR_T *)((UINT8 *)p_q->p_first - BUFFER_HDR_SIZE);
984 for ( ; p_prev; p_prev = p_prev->p_next)
987 if (p_prev->p_next == p_buf_hdr)
989 p_prev->p_next = p_buf_hdr->p_next;
993 p_q->p_last = p_prev + 1;
    [all...]
gki.h 341 struct _tle *p_prev; member in struct:_tle
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 356 _CvPyramid *p_prev, *p_row_prev; local
409 p_row_prev = p_prev = pyram[l];
435 p_cur[j].c = p_prev->c;
439 p_prev = _CV_NEXT_BASE_C1(p_prev,2);
441 p_prev += 2;
446 p_cur[size.width].c = p_prev[(l != 0) - 1].c;
480 p_cur[j].c = p_prev->c;
485 p_prev = _CV_NEXT_BASE_C1(p_prev, (j * 2 < step - 2 ? 2 : 1))
776 _CvPyramidC3 *p_prev, *p_row_prev; local
    [all...]
  /system/bt/stack/gatt/
gatt_utils.c 536 p_new->p_prev = NULL;
546 p_new->p_prev = p_list->p_last;
556 if (p_old->p_prev != NULL)
557 p_old->p_prev->p_next = p_new;
561 p_new->p_prev = p_old->p_prev;
563 p_old->p_prev = p_new;
594 if (p_remove->p_prev == NULL)
598 p_remove->p_next->p_prev = NULL;
602 p_list->p_last = p_remove->p_prev;
    [all...]
gatt_int.h 316 struct hdl_list_elem *p_prev; member in struct:hdl_list_elem
333 struct srv_list_elem *p_prev; member in struct:srv_list_elem
  /external/opencv3/modules/photo/src/
denoise_tvl1.cpp 136 const Point2d* p_prev = P.ptr<Point2d>(std::max(y - 1, 0)); local
144 double x_new = x_curr[x] + tau*(p_curr[x].y - p_prev[x].y)-tau*s;
156 x_new = x_curr[x] + tau*(p_curr[x].x - p_curr[x-1].x + p_curr[x].y - p_prev[x].y)-tau*s;
  /external/valgrind/coregrind/
m_errormgr.c 680 Error* p_prev; local
753 p_prev = NULL;
770 if (p_prev != NULL) {
771 vg_assert(p_prev->next == p);
772 p_prev->next = p->next;
779 p_prev = p;
    [all...]
  /system/bt/stack/btm/
btm_devctl.c 629 tBTM_DEV_STATUS_CB *p_prev = btm_cb.devcb.p_dev_status_cb; local
632 return (p_prev);
    [all...]
  /system/bt/stack/l2cap/
l2c_utils.c 1482 tL2C_CCB *p_prev; local
    [all...]

Completed in 237 milliseconds