HomeSort by relevance Sort by last modified time
    Searched full:dst_limit (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/src/
cxcopy.cpp 73 uchar* dst_limit = dst + size.width; local
77 while( dst + copy_len <= dst_limit )
83 memcpy( dst, scalar, dst_limit - dst );
88 dst = dst_limit - size.width + dst_step;
    [all...]
  /external/libevent/test/
regress_bufferevent.c     [all...]
  /external/libevent/include/event2/
bufferevent.h 701 struct evbuffer *src, struct evbuffer *dst, ev_ssize_t dst_limit,
    [all...]

Completed in 180 milliseconds