Searched refs:dst (Results 176 - 200 of 3165) sorted by relevance

1234567891011>>

/external/libogg/
H A Dinstall-sh68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basenam
[all...]
/external/libpcap/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
138 if [ x"$dst" = x ]
149 if [ -d $dst ]
151 dst="$dst"/`basename $src`
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst
[all...]
/external/libvorbis/
H A Dinstall-sh68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basenam
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dextend.c67 YV12_BUFFER_CONFIG *dst) {
68 int et = dst->border;
69 int el = dst->border;
70 int eb = dst->border + dst->y_height - src->y_height;
71 int er = dst->border + dst->y_width - src->y_width;
73 copy_and_extend_plane(src->y_buffer, src->y_stride, dst->y_buffer,
74 dst->y_stride, src->y_height, src->y_width, et, el, eb,
77 et = dst
66 vp8_copy_and_extend_frame(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst) argument
91 vp8_copy_and_extend_frame_with_rect(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
[all...]
/external/ltp/utils/ffsb-6.0-rc2/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst
[all...]
/external/openssh/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
139 if [ x"$dst" = x ]
150 if [ -d $dst ]
152 dst="$dst"/`basename $src`
159 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
195 $doit $instcmd $dst
[all...]
/external/swiftshader/third_party/LLVM/autoconf/
H A Dinstall-sh68 dst=
175 dst=$src
178 if test -d "$dst"; then
198 dst=$dstarg
200 case $dst in
201 -*) dst=./$dst ;;
206 if test -d "$dst"; then
211 dst=$dst/`basenam
[all...]
/external/tcpdump/
H A Dinstall-sh54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d $dst ]; then
138 if [ x"$dst" = x ]
149 if [ -d $dst ]
151 dst="$dst"/`basename $src`
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
194 $doit $instcmd $dst
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_other.c42 float *dst = dst_row; local
49 rgb9e5_to_float3(value, dst);
50 dst[3] = 1; /* a */
52 dst += 4;
67 uint8_t *dst = dst_row; local
73 *(uint32_t *)dst = value;
75 dst += 4;
83 util_format_r9g9b9e5_float_fetch_rgba_float(float *dst, const uint8_t *src, argument
90 rgb9e5_to_float3(value, dst);
91 dst[
103 uint8_t *dst = dst_row; local
133 uint8_t *dst = dst_row; local
160 float *dst = dst_row; local
185 uint8_t *dst = dst_row; local
201 util_format_r11g11b10_float_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
221 uint8_t *dst = dst_row; local
251 uint8_t *dst = dst_row; local
290 util_format_r1_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
338 float *dst = dst_row; local
370 uint8_t *dst = dst_row; local
403 uint16_t *dst = (uint16_t *)dst_row; local
433 uint16_t *dst = (uint16_t *)dst_row; local
455 util_format_r8g8bx_snorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
[all...]
H A Du_format_etc.c39 float *dst = dst_row + (y + j) * dst_stride / sizeof(*dst_row) + x * comps; local
44 dst[0] = ubyte_to_float(tmp[0]);
45 dst[1] = ubyte_to_float(tmp[1]);
46 dst[2] = ubyte_to_float(tmp[2]);
47 dst[3] = 1.0f;
48 dst += comps;
66 util_format_etc1_rgb8_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
77 dst[0] = ubyte_to_float(tmp[0]);
78 dst[1] = ubyte_to_float(tmp[1]);
79 dst[
[all...]
H A Du_format_rgtc.c42 util_format_rgtc1_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
44 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, dst, 1);
45 dst[1] = 0;
46 dst[2] = 0;
47 dst[3] = 255;
62 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; local
63 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, dst, 1);
64 dst[1] = 0;
65 dst[2] = 0;
66 dst[
83 uint8_t *dst = dst_row; local
108 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
130 uint8_t *dst = dst_row; local
146 util_format_rgtc1_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
157 util_format_rgtc1_snorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
181 int8_t *dst = (int8_t *)dst_row; local
206 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
222 util_format_rgtc1_snorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
234 util_format_rgtc2_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
254 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; local
274 uint8_t *dst = dst_row; local
299 uint8_t *dst = dst_row; local
333 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
350 util_format_rgtc2_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
363 util_format_rgtc2_snorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
390 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
413 int8_t *dst = (int8_t *)dst_row; local
438 util_format_rgtc2_snorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
[all...]
/external/skia/src/gpu/ops/
H A DGrCopySurfaceOp.cpp10 // returns true if the read/written rect intersects the src/dst and false if not.
11 bool GrCopySurfaceOp::ClipSrcRectAndDstPoint(const GrSurface* dst, argument
20 // clip the left edge to src and dst bounds, adjusting dstPoint if necessary
30 // clip the top edge to src and dst bounds, adjusting dstPoint if necessary
40 // clip the right edge to the src and dst bounds.
44 if (clippedDstPoint->fX + clippedSrcRect->width() > dst->width()) {
45 clippedSrcRect->fRight = clippedSrcRect->fLeft + dst->width() - clippedDstPoint->fX;
48 // clip the bottom edge to the src and dst bounds.
52 if (clippedDstPoint->fY + clippedSrcRect->height() > dst->height()) {
53 clippedSrcRect->fBottom = clippedSrcRect->fTop + dst
61 Make(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) argument
[all...]
/external/speex/libspeex/
H A Dos_support.h93 /** Copy n bytes of memory from src to dst. The 0* term provides compile-time type checking */
95 #define SPEEX_COPY(dst, src, n) (memcpy((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) ))
98 /** Copy n bytes of memory from src to dst, allowing overlapping regions. The 0* term
101 #define SPEEX_MOVE(dst, src, n) (memmove((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dintrapred.c17 #define DST(x, y) dst[(x) + (y)*stride]
21 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, argument
26 for (r = 0; r < bs - 1; ++r) dst[r * stride] = AVG2(left[r], left[r + 1]);
27 dst[(bs - 1) * stride] = left[bs - 1];
28 dst++;
32 dst[r * stride] = AVG3(left[r], left[r + 1], left[r + 2]);
33 dst[(bs - 2) * stride] = AVG3(left[bs - 2], left[bs - 1], left[bs - 1]);
34 dst[(bs - 1) * stride] = left[bs - 1];
35 dst++;
38 for (c = 0; c < bs - 2; ++c) dst[(b
45 d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
62 d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
81 d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
106 d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
134 d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
157 v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
168 h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
179 tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
191 dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
203 dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
218 dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
232 dc_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
250 vpx_he_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
264 vpx_ve_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
283 vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
299 vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
322 vpx_d63e_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
346 vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
367 vpx_d45e_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
388 vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
411 vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
432 vpx_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
457 highbd_d207_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
488 highbd_d63_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
504 highbd_d45_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
520 highbd_d117_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
547 highbd_d135_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
577 highbd_d153_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
602 highbd_v_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
614 highbd_h_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
626 highbd_tm_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
640 highbd_dc_128_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
653 highbd_dc_left_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
669 highbd_dc_top_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
685 highbd_dc_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
705 vpx_highbd_d207_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
723 vpx_highbd_d63_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
748 vpx_highbd_d45_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
770 vpx_highbd_d117_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
795 vpx_highbd_d135_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
817 vpx_highbd_d153_predictor_4x4_c(uint16_t *dst, ptrdiff_t stride, const uint16_t *above, const uint16_t *left, int bd) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxlogic.cpp64 uchar* dst, int step, CvSize size ), (src1, step1, src2, step2, dst, step, size) )\
66 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
70 if( (((size_t)src1 | (size_t)src2 | (size_t)dst) & 3) == 0 ) \
77 ((int*)(dst+i))[0] = t0; \
78 ((int*)(dst+i))[1] = t1; \
83 ((int*)(dst+i))[2] = t0; \
84 ((int*)(dst+i))[3] = t1; \
90 *(int*)(dst+i) = t; \
97 dst[
190 CvMat dststub, *dst = (CvMat*)dstarr; local
354 CvMat dststub, *dst = (CvMat*)dstarr; local
520 cvXorS( const void* src, CvScalar scalar, void* dst, const void* mask ) argument
527 cvXor( const void* src1, const void* src2, void* dst, const void* mask ) argument
537 cvAndS( const void* src, CvScalar scalar, void* dst, const void* mask ) argument
544 cvAnd( const void* src1, const void* src2, void* dst, const void* mask ) argument
555 cvOrS( const void* src, CvScalar scalar, void* dst, const void* mask ) argument
562 cvOr( const void* src1, const void* src2, void* dst, const void* mask ) argument
573 IPCVAPI_IMPL( CvStatus, icvNot_8u_C1R, ( const uchar* src1, int step1, uchar* dst, int step, CvSize size ), (src1, step1, dst, step, size) ) argument
624 CvMat dststub, *dst = (CvMat*)dstarr; local
[all...]
H A Dcxlut.cpp53 dst[i] = t0; \
54 dst[i+1] = t1; \
58 dst[i+2] = t0; \
59 dst[i+3] = t1; \
65 dst[i] = t0; \
74 dst[i] = t0; \
75 dst[i+1] = t1; \
84 dst[i] = t0; \
85 dst[i+1] = t1; \
86 dst[
224 CvMat dststub, *dst = (CvMat*)dstarr; local
[all...]
/external/skia/src/core/
H A DSkBlitter_Sprite.cpp15 void SkSpriteBlitter::setup(const SkPixmap& dst, int left, int top, const SkPaint& paint) { argument
16 fDst = dst;
52 // 1. src == dst format
58 static bool Supports(const SkPixmap& dst, const SkPixmap& src, const SkPaint& paint) { argument
59 if (dst.colorType() != src.colorType()) {
62 if (dst.info().gammaCloseToSRGB() != src.info().gammaCloseToSRGB()) {
81 if (dst.colorType() != kN32_SkColorType || !dst.info().gammaCloseToSRGB()) {
91 void setup(const SkPixmap& dst, int left, int top, const SkPaint& paint) override {
92 SkASSERT(Supports(dst, fSourc
109 char* dst = (char*)fDst.writable_addr(x, y); variable
121 uint32_t* dst = fDst.writable_addr32(x, y); variable
142 ChooseSprite(const SkPixmap& dst, const SkPaint& paint, const SkPixmap& source, int left, int top, SkArenaAlloc* allocator) argument
[all...]
/external/skia/src/utils/
H A DSkFrontBufferedStream.cpp47 // dst, if non-nullptr. Updates fOffset. Assumes that fOffset is less
49 size_t readFromBuffer(char* dst, size_t size);
51 // Buffer up to size bytes from the stream, and copy to dst if non-
54 size_t bufferAndWriteTo(char* dst, size_t size);
56 // Read up to size bytes directly from the stream and into dst if non-
59 size_t readDirectlyFromStream(char* dst, size_t size);
99 size_t FrontBufferedStream::readFromBuffer(char* dst, size_t size) { argument
105 if (dst != nullptr) {
106 memcpy(dst, fBuffer + fOffset, bytesToCopy);
117 size_t FrontBufferedStream::bufferAndWriteTo(char* dst, size_
139 readDirectlyFromStream(char* dst, size_t size) argument
156 peek(void* dst, size_t size) const argument
174 char* dst = reinterpret_cast<char*>(voidDst); local
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c186 struct rc_dst_register * dst,
189 dst->File = translate_register_file(src->Register.File);
190 dst->Index = translate_register_index(ttr, src->Register.File, src->Register.Index);
191 dst->WriteMask = src->Register.WriteMask;
202 struct rc_src_register * dst,
207 dst->File = translate_register_file(src->Register.File);
208 dst->Index = translate_register_index(ttr, src->Register.File, src->Register.Index);
209 dst->RelAddr = src->Register.Indirect;
210 dst->Swizzle = tgsi_util_get_full_src_register_swizzle(src, 0);
211 dst
184 transform_dstreg( struct tgsi_to_rc * ttr, struct rc_dst_register * dst, struct tgsi_full_dst_register * src) argument
200 transform_srcreg( struct tgsi_to_rc * ttr, struct rc_src_register * dst, struct tgsi_full_src_register * src) argument
233 transform_texture(struct rc_instruction * dst, struct tgsi_instruction_texture src, uint32_t *shadowSamplers) argument
273 struct rc_instruction * dst; local
[all...]
/external/c-ares/
H A Dinet_net_pton.h22 int ares_inet_pton(int af, const char *src, void *dst);
28 int ares_inet_net_pton(int af, const char *src, void *dst, size_t size);
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem_shutil.py33 >>> shutil_module.copytree('/src', '/dst')
34 >>> filesystem.Exists('/dst/new-file')
77 def copy(self, src, dst):
78 """Copy data and mode bits ("cp src dst").
82 dst: (str) destination, may be a directory
84 if self.filesystem.Exists(dst):
85 if stat.S_ISDIR(self.filesystem.GetObject(dst).st_mode):
86 dst = self.filesystem.JoinPaths(dst, os.path.basename(src))
87 self.copyfile(src, dst)
[all...]
/external/deqp/execserver/
H A DxsPosixFileReader.hpp45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); } argument
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkGlslToSpirV.hpp38 * \param dst
48 bool compileGlslToSpirV (const glu::ProgramSources& src, std::vector<deUint32>* dst, glu::ShaderProgramInfo* buildInfo);
53 * \param dst
60 void stripSpirVDebugInfo (const size_t numSrcInstrs, const deUint32* srcInstrs, std::vector<deUint32>* dst);
H A DvkSpirVAsm.hpp35 bool assembleSpirV (const SpirVAsmSource* program, std::vector<deUint32>* dst, SpirVProgramInfo* buildInfo);
38 void disassembleSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* dst);
/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.hpp55 void initCore (Functions* dst, const FunctionLoader* loader);
56 void initExtensions (Functions* dst, const FunctionLoader* loader);

Completed in 2199 milliseconds

1234567891011>>