HomeSort by relevance Sort by last modified time
    Searched refs:dst (Results 451 - 475 of 6525) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/include/media/stagefright/
ColorConverter.h 73 const BitmapParams &src, const BitmapParams &dst);
76 const BitmapParams &src, const BitmapParams &dst);
79 const BitmapParams &src, const BitmapParams &dst);
82 const BitmapParams &src, const BitmapParams &dst);
85 const BitmapParams &src, const BitmapParams &dst);
88 const BitmapParams &src, const BitmapParams &dst);
91 const BitmapParams &src, const BitmapParams &dst);
94 const BitmapParams &src, const BitmapParams &dst);
97 const BitmapParams &src, const BitmapParams &dst);
  /external/valgrind/none/tests/s390x/
mvcl.stdout.exp 10 dst buffer: |a|
12 dst buffer: |aaaaaaaaaa|
15 dst buffer: |x|
18 dst buffer: |x|
20 dst buffer: |xx|
22 dst buffer: |xxx|
24 dst buffer: |xxxx|
26 dst buffer: |xxxxx|
28 dst buffer: |xxxxxx|
30 dst buffer: |xxxxxxx
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
format_pack.c 57 pack_ubyte_a8b8g8r8_unorm(const GLubyte src[4], void *dst)
81 (*(uint32_t *)dst) = d;
85 pack_ubyte_x8b8g8r8_unorm(const GLubyte src[4], void *dst)
105 (*(uint32_t *)dst) = d;
109 pack_ubyte_r8g8b8a8_unorm(const GLubyte src[4], void *dst)
133 (*(uint32_t *)dst) = d;
137 pack_ubyte_r8g8b8x8_unorm(const GLubyte src[4], void *dst)
157 (*(uint32_t *)dst) = d;
161 pack_ubyte_b8g8r8a8_unorm(const GLubyte src[4], void *dst)
185 (*(uint32_t *)dst) = d
    [all...]
  /art/runtime/
reflection-inl.h 37 JValue* dst) {
40 dst->SetJ(src.GetJ());
51 dst->SetS(src.GetI());
58 dst->SetI(src.GetI());
65 dst->SetJ(src.GetI());
72 dst->SetF(src.GetI());
75 dst->SetF(src.GetJ());
82 dst->SetD(src.GetI());
85 dst->SetD(src.GetJ());
88 dst->SetD(src.GetF())
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcslcat.c 42 * Appends src to string dst of size siz (unlike wcsncat, siz is the
43 * full size of dst, not space left). At most siz-1 characters
45 * Returns wcslen(initial dst) + wcslen(src); if retval >= siz,
49 wcslcat(wchar_t *dst, const wchar_t *src, size_t siz)
51 wchar_t *d = dst;
56 /* Find the end of dst and adjust bytes left but don't go past end */
59 dlen = d - dst;
  /bionic/tests/
sys_uio_test.cpp 76 char dst[1024] = ""; local
78 iovec local = { dst, sizeof dst };
81 ASSERT_EQ('T', dst[0]);
82 ASSERT_EQ(0, memcmp(src, dst, sizeof src));
85 remote = { nullptr, sizeof dst };
95 char dst[1024] = ""; local
96 iovec remote = { dst, sizeof dst };
100 ASSERT_EQ('T', dst[0])
    [all...]
  /external/adhd/cras/src/server/
cras_mix.h 44 /* Add src buffer to dst, scaling and setting mute.
47 * dst - Buffer of samples to mix to.
50 * index - If zero this is the first buffer written to dst.
54 void cras_mix_add(snd_pcm_format_t fmt, uint8_t *dst, uint8_t *src,
58 /* Add src buffer to dst with independent channel strides.
61 * dst - Buffer of samples to mix to.
64 * dst_stride - Stride between channel samples in dst in bytes.
68 void cras_mix_add_scale_stride(snd_pcm_format_t fmt, uint8_t *dst, uint8_t *src,
78 size_t cras_mix_mute_buffer(uint8_t *dst,
  /external/eigen/Eigen/src/Core/
EigenBase.h 68 /** \internal Don't use it, but do the equivalent: \code dst = *this; \endcode */
71 inline void evalTo(Dest& dst) const
72 { derived().evalTo(dst); }
74 /** \internal Don't use it, but do the equivalent: \code dst += *this; \endcode */
77 inline void addTo(Dest& dst) const
83 dst += res;
86 /** \internal Don't use it, but do the equivalent: \code dst -= *this; \endcode */
89 inline void subTo(Dest& dst) const
95 dst -= res;
98 /** \internal Don't use it, but do the equivalent: \code dst.applyOnTheRight(*this); \endcode *
    [all...]
  /external/google-breakpad/autotools/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]
  /external/libedit/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]
  /external/libedit/src/
strlcpy.c 38 * Copy src to string dst of size siz. At most siz-1 characters
43 strlcpy(char *dst, const char *src, size_t siz)
45 char *d = dst;
49 _DIAGASSERT(dst != NULL);
60 /* Not enough room in dst, add NUL and traverse rest of src */
63 *d = '\0'; /* NUL-terminate dst */
  /external/libmicrohttpd/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]
  /external/libnetfilter_conntrack/build-aux/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]
  /external/libnfnetlink/build-aux/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_common.cc 20 uint8* dst, int dst_stride, int width) {
23 dst[0] = src[0 * src_stride];
24 dst[1] = src[1 * src_stride];
25 dst[2] = src[2 * src_stride];
26 dst[3] = src[3 * src_stride];
27 dst[4] = src[4 * src_stride];
28 dst[5] = src[5 * src_stride];
29 dst[6] = src[6 * src_stride];
30 dst[7] = src[7 * src_stride];
32 dst += dst_stride
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.h 21 int dst_stride = xd->dst.y_stride;
22 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
36 unsigned char *dst, int dst_stride,
  /external/libxkbcommon/xkbcommon/build-aux/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]
  /external/libyuv/files/source/
rotate_common.cc 21 uint8* dst,
26 dst[0] = src[0 * src_stride];
27 dst[1] = src[1 * src_stride];
28 dst[2] = src[2 * src_stride];
29 dst[3] = src[3 * src_stride];
30 dst[4] = src[4 * src_stride];
31 dst[5] = src[5 * src_stride];
32 dst[6] = src[6 * src_stride];
33 dst[7] = src[7 * src_stride];
35 dst += dst_stride
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 97 blit.src.resource = blit.dst.resource = pt;
98 blit.src.format = blit.dst.format = format;
105 blit.dst.level = dstLevel;
110 blit.dst.box.width = u_minify(pt->width0, blit.dst.level);
111 blit.dst.box.height = u_minify(pt->height0, blit.dst.level);
115 blit.src.box.z = blit.dst.box.z = 0;
117 blit.dst.box.depth = util_max_layer(pt, blit.dst.level)+1
    [all...]
  /external/protobuf/gtest/build-aux/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]
  /external/protobuf/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
stringprintf.h 56 LIBPROTOBUF_EXPORT extern const string& SStringPrintf(string* dst, const char* format, ...);
59 LIBPROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...);
63 LIBPROTOBUF_EXPORT extern void StringAppendV(string* dst, const char* format, va_list ap);
  /external/python/cpython2/Modules/_ctypes/libffi/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
install-sh 95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst" : 'X\(//\)[^/]' \|
    [all...]

Completed in 969 milliseconds

<<11121314151617181920>>