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

  /external/libevent/include/event2/
bufferevent.h 556 struct evbuffer *src, struct evbuffer *dst, ev_ssize_t dst_limit,
  /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...]

Completed in 4664 milliseconds