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

  /external/linux-tools-perf/util/
util.c 120 void *buf_start = buf; local
132 return buf - buf_start;
  /external/libpcap/
pcap-dos.h 126 char *buf_start; /* start of buffer pool */ member in struct:rx_ringbuf
pcap-dos.c     [all...]
  /external/opencv/cv/include/
cv.hpp 146 uchar *buf_start, *buf_end, *buf_head, *buf_tail; member in class:CvBaseImageFilter
  /external/opencv/cv/src/
cvfilter.cpp 189 buf_start = ptr;
226 buf_end = buf_start + buf_max_count*buf_step;
405 buf_tail = buf_start;
522 buf_head = buf_tail = buf_start;
557 bptr = buf_start;
584 buf_head = buf_start;
    [all...]
cvmorph.cpp 370 buf_tail = buf_start;
    [all...]

Completed in 271 milliseconds