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

  /external/libchrome/base/trace_event/
heap_profiler_allocation_register.h 88 cell->p_prev = p_cell;
104 *cell->p_prev = cell->next;
106 cell->next->p_prev = cell->p_prev;
108 cell->p_prev = nullptr; // mark as free
134 if (cells_[index].p_prev) {
163 // that points to this Cell" kind of thing. So |p_prev| points to a bucket
167 // If |p_prev| is nullptr, the cell is in the free list.
168 Cell** p_prev; member in struct:base::trace_event::internal::FixedHashMap::Cell
  /system/bt/stack/btm/
btm_devctl.cc 580 tBTM_DEV_STATUS_CB* p_prev = btm_cb.devcb.p_dev_status_cb; local
583 return (p_prev);
  /system/nfc/src/gki/common/
gki_buffer.cc 741 BUFFER_HDR_T* p_prev; local
752 p_prev = (BUFFER_HDR_T*)((uint8_t*)p_q->p_first - BUFFER_HDR_SIZE);
754 for (; p_prev; p_prev = p_prev->p_next) {
756 if (p_prev->p_next == p_buf_hdr) {
757 p_prev->p_next = p_buf_hdr->p_next;
760 if (p_buf == p_q->p_last) p_q->p_last = p_prev + 1;
    [all...]
gki.h 304 TIMER_LIST_ENT* p_prev; member in struct:TIMER_LIST_ENT
  /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/l2cap/
l2c_utils.cc 1377 tL2C_CCB* p_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...]

Completed in 658 milliseconds