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

  /external/bluetooth/bluedroid/hci/src/
utils.c 222 HC_BUFFER_HDR_T *p_prev; local
232 p_prev=(HC_BUFFER_HDR_T *)((uint8_t *)p_q->p_first-BT_HC_BUFFER_HDR_SIZE);
234 for ( ; p_prev; p_prev = p_prev->p_next)
237 if (p_prev->p_next == p_buf_hdr)
239 p_prev->p_next = p_buf_hdr->p_next;
243 p_q->p_last = p_prev + 1;
  /external/bluetooth/bluedroid/gki/common/
gki_time.c 644 p_tle->p_prev = NULL;
669 p_tle->p_prev = p_timer_listq->p_last;
674 p_tle->p_prev = i->p_prev;
675 if (p_tle->p_prev)
676 p_tle->p_prev->p_next = p_tle;
678 i->p_prev = p_tle;
725 p_timer_listq->p_first->p_prev = NULL;
734 p_timer_listq->p_last = p_tle->p_prev;
741 if (p_tle->p_next != NULL && p_tle->p_next->p_prev == p_tle
    [all...]
gki_buffer.c 910 BUFFER_HDR_T *p_prev; local
922 p_prev = (BUFFER_HDR_T *)((UINT8 *)p_q->p_first - BUFFER_HDR_SIZE);
924 for ( ; p_prev; p_prev = p_prev->p_next)
927 if (p_prev->p_next == p_buf_hdr)
929 p_prev->p_next = p_buf_hdr->p_next;
933 p_q->p_last = p_prev + 1;
    [all...]
gki.h 90 struct _tle *p_prev; member in struct:_tle
  /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/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 516 p_new->p_prev = NULL;
526 p_new->p_prev = p_list->p_last;
536 if (p_old->p_prev != NULL)
537 p_old->p_prev->p_next = p_new;
541 p_new->p_prev = p_old->p_prev;
543 p_old->p_prev = p_new;
574 if (p_remove->p_prev == NULL)
578 p_remove->p_next->p_prev = NULL;
582 p_list->p_last = p_remove->p_prev;
    [all...]
gatt_int.h 318 struct hdl_list_elem *p_prev; member in struct:hdl_list_elem
335 struct srv_list_elem *p_prev; member in struct:srv_list_elem
  /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...]
  /external/valgrind/main/coregrind/
m_errormgr.c 673 Error* p_prev; local
746 p_prev = NULL;
763 if (p_prev != NULL) {
764 vg_assert(p_prev->next == p);
765 p_prev->next = p->next;
772 p_prev = p;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 1465 tL2C_CCB *p_prev; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 1912 tBTM_DEV_STATUS_CB *p_prev = btm_cb.devcb.p_dev_status_cb; local
    [all...]

Completed in 202 milliseconds