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

  /external/libchrome/base/trace_event/
heap_profiler_allocation_register.h 78 cell->p_prev = p_cell;
94 *cell->p_prev = cell->next;
96 cell->next->p_prev = cell->p_prev;
98 cell->p_prev = nullptr; // mark as free
124 if (cells_[index].p_prev) {
151 // that points to this Cell" kind of thing. So |p_prev| points to a bucket
155 // If |p_prev| is nullptr, the cell is in the free list.
156 Cell** p_prev; member in struct:base::trace_event::internal::FixedHashMap::Cell
  /system/nfc/halimpl/bcm2079x/gki/common/
gki_time.c 617 p_tle->p_prev = NULL;
782 p_tle->p_prev = p_timer_listq->p_last;
805 p_timer_listq->p_first->p_prev = p_tle;
808 p_temp->p_prev->p_next = p_tle;
809 p_tle->p_prev = p_temp->p_prev;
810 p_temp->p_prev = p_tle;
873 if (p_timer_listq->p_first != NULL) p_timer_listq->p_first->p_prev = NULL;
878 p_timer_listq->p_last = p_tle->p_prev;
882 if (p_tle->p_next != NULL && p_tle->p_next->p_prev == p_tle
    [all...]
gki_buffer.c 936 BUFFER_HDR_T* p_prev; local
947 p_prev = (BUFFER_HDR_T*)((uint8_t*)p_q->p_first - BUFFER_HDR_SIZE);
949 for (; p_prev; p_prev = p_prev->p_next) {
951 if (p_prev->p_next == p_buf_hdr) {
952 p_prev->p_next = p_buf_hdr->p_next;
955 if (p_buf == p_q->p_last) p_q->p_last = p_prev + 1;
    [all...]
gki.h 314 struct _tle* p_prev; member in struct:_tle
  /system/nfc/src/gki/common/
gki_time.c 608 p_tle->p_prev = NULL;
769 p_tle->p_prev = p_timer_listq->p_last;
792 p_timer_listq->p_first->p_prev = p_tle;
795 p_temp->p_prev->p_next = p_tle;
796 p_tle->p_prev = p_temp->p_prev;
797 p_temp->p_prev = p_tle;
859 if (p_timer_listq->p_first != NULL) p_timer_listq->p_first->p_prev = NULL;
864 p_timer_listq->p_last = p_tle->p_prev;
868 if (p_tle->p_next != NULL && p_tle->p_next->p_prev == p_tle
    [all...]
gki_buffer.c 740 BUFFER_HDR_T* p_prev; local
751 p_prev = (BUFFER_HDR_T*)((uint8_t*)p_q->p_first - BUFFER_HDR_SIZE);
753 for (; p_prev; p_prev = p_prev->p_next) {
755 if (p_prev->p_next == p_buf_hdr) {
756 p_prev->p_next = p_buf_hdr->p_next;
759 if (p_buf == p_q->p_last) p_q->p_last = p_prev + 1;
    [all...]
gki.h 310 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...]
  /external/valgrind/coregrind/
m_errormgr.c 679 Error* p_prev; local
752 p_prev = NULL;
769 if (p_prev != NULL) {
770 vg_assert(p_prev->next == p);
771 p_prev->next = p->next;
778 p_prev = p;
    [all...]
  /system/bt/stack/btm/
btm_devctl.cc 569 tBTM_DEV_STATUS_CB* p_prev = btm_cb.devcb.p_dev_status_cb; local
572 return (p_prev);
  /system/bt/stack/l2cap/
l2c_utils.cc 1386 tL2C_CCB* p_prev; local
    [all...]

Completed in 2597 milliseconds