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

  /bionic/libc/dns/nameser/
ns_samedomain.c 170 ns_makecanon(const char *src, char *dst, size_t dstsize) {
173 if (n + sizeof "." > dstsize) { /* Note: sizeof == 2 */
  /external/libnl/lib/
attr.c 712 * @arg dstsize Size of destination buffer in bytes.
714 * Copies at most dstsize - 1 bytes to the destination buffer.
720 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize)
728 if (dstsize > 0) {
729 size_t len = (srclen >= dstsize) ? dstsize - 1 : srclen;
731 memset(dst, 0, dstsize);
    [all...]
  /external/opencv/cv/src/
cvutils.cpp 484 CvSize srcsize, dstsize; local
506 dstsize = cvGetMatSize(dst);
517 dst->data.ptr, dststep, dstsize,
523 dst->data.ptr, dststep, dstsize,
531 dst->data.ptr, dststep, dstsize,
_cvipp.h 276 void* dst, int dststep, CvSize dstsize, int interpolation ))
    [all...]
cvpyramids.cpp     [all...]
cvimgwarp.cpp     [all...]
  /external/opencv/cxcore/src/
cxcopy.cpp 997 CvSize srcsize, dstsize; local
    [all...]
cxmatmul.cpp     [all...]
cxmatrix.cpp 1401 CvSize dstsize = cvGetMatSize( dst ); local
    [all...]

Completed in 3967 milliseconds