HomeSort by relevance Sort by last modified time
    Searched refs:dst (Results 176 - 200 of 1855) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/telephony/
sim_card.c 193 assumes 'dst' is NULL or properly sized.
196 sim_file_to_hex( SimFile file, bytes_t dst )
207 if (dst) {
210 memcpy(dst, "0000", 4); /* bytes 1-2 are RFU */
211 dst += 4;
219 gsm_hex_from_short( dst, file_size );
220 dst += 4;
223 gsm_hex_from_short( dst, file->any.id );
224 dst += 4;
227 dst[0] = '0'
    [all...]
  /external/opencv/cvaux/src/
cvlines.cpp 46 uchar * dst, int *dst_num, CvSize src_size, CvPoint start, CvPoint end )
52 if( !src || !dst || (src_size.width | src_size.height) < 0 ||
85 for( i = dx; i >= 0; i -= 2, dst += 3 )
89 dst[0] = src[0];
90 dst[1] = src[1];
91 dst[2] = src[2];
108 for( i = dy; i >= 0; i -= 2, dst += 3 )
112 dst[0] = src[0];
113 dst[1] = src[1];
114 dst[2] = src[2]
323 uchar *src = img, *dst = img + img_step; local
    [all...]
  /external/chromium/base/
stringprintf.cc 39 static void StringAppendVT(StringType* dst,
58 dst->append(stack_buf, result);
102 dst->append(&mem_buf[0], result);
134 const std::string& SStringPrintf(std::string* dst, const char* format, ...) {
137 dst->clear();
138 StringAppendV(dst, format, ap);
140 return *dst;
143 const std::wstring& SStringPrintf(std::wstring* dst,
147 dst->clear();
148 StringAppendV(dst, format, ap)
    [all...]
  /external/opencv/cv/src/
cvadapthresh.cpp 45 icvAdaptiveThreshold_MeanC( const CvMat* src, CvMat* dst, int method,
62 CV_CALL( cvSetZero( dst ));
69 if( src->data.ptr != dst->data.ptr )
70 mean = dst;
90 uchar* d = dst->data.ptr + i*dst->step;
98 if( mean != dst )
108 CvMat *src = 0, *dst = 0; local
119 CV_CALL( dst = cvGetMat( dstIm, &dst_stub ));
121 if( !CV_ARE_CNS_EQ( src, dst ))
    [all...]
  /external/skia/include/core/
SkGeometry.h 54 where 0 < t < 1, and return the two new quadratics in dst:
55 dst[0..2] and dst[2..4]
57 void SkChopQuadAt(const SkPoint src[3], SkPoint dst[5], SkScalar t);
60 The new quads are returned in dst[0..2] and dst[2..4]
62 void SkChopQuadAtHalf(const SkPoint src[3], SkPoint dst[5]);
76 Depending on what is returned, dst[] is treated as follows
77 0 dst[0..2] is the original quad
78 1 dst[0..2] and dst[2..4] are the two new quad
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 680 void pop(Register dst);
681 void pop(const Operand& dst);
687 void mov_b(Register dst, const Operand& src);
688 void mov_b(const Operand& dst, int8_t imm8);
689 void mov_b(const Operand& dst, Register src);
691 void mov_w(Register dst, const Operand& src);
692 void mov_w(const Operand& dst, Register src);
694 void mov(Register dst, int32_t imm32);
695 void mov(Register dst, const Immediate& x);
696 void mov(Register dst, Handle<Object> handle)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_0.c 33 Uint8 *src, *map, *dst; local
41 dst = info->d_pixels;
55 *dst = map[bit];
57 dst++;
61 dst += dstskip;
72 *dst = bit;
74 dst++;
78 dst += dstskip;
87 Uint16 *map, *dst; local
95 dst = (Uint16 *)info->d_pixels
121 Uint8 *src, *map, *dst; local
158 Uint32 *map, *dst; local
195 Uint8 *dst = info->d_pixels; local
281 Uint8 *dst = info->d_pixels; local
348 Uint8 *dst = info->d_pixels; local
393 Uint8 *dst = info->d_pixels; local
    [all...]
  /external/wpa_supplicant/
ctrl_iface_udp.c 63 struct wpa_ctrl_dst *dst; local
65 dst = os_zalloc(sizeof(*dst));
66 if (dst == NULL)
68 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_in));
69 dst->addrlen = fromlen;
70 dst->debug_level = MSG_INFO;
71 dst->next = priv->ctrl_dst;
72 priv->ctrl_dst = dst;
83 struct wpa_ctrl_dst *dst, *prev = NULL local
111 struct wpa_ctrl_dst *dst; local
317 struct wpa_ctrl_dst *dst, *prev; local
349 struct wpa_ctrl_dst *dst, *next; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_udp.c 63 struct wpa_ctrl_dst *dst; local
65 dst = os_zalloc(sizeof(*dst));
66 if (dst == NULL)
68 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_in));
69 dst->addrlen = fromlen;
70 dst->debug_level = MSG_INFO;
71 dst->next = priv->ctrl_dst;
72 priv->ctrl_dst = dst;
83 struct wpa_ctrl_dst *dst, *prev = NULL local
111 struct wpa_ctrl_dst *dst; local
317 struct wpa_ctrl_dst *dst, *prev; local
349 struct wpa_ctrl_dst *dst, *next; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c 63 struct wpa_ctrl_dst *dst; local
65 dst = os_zalloc(sizeof(*dst));
66 if (dst == NULL)
68 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_in));
69 dst->addrlen = fromlen;
70 dst->debug_level = MSG_INFO;
71 dst->next = priv->ctrl_dst;
72 priv->ctrl_dst = dst;
83 struct wpa_ctrl_dst *dst, *prev = NULL local
111 struct wpa_ctrl_dst *dst; local
317 struct wpa_ctrl_dst *dst, *prev; local
349 struct wpa_ctrl_dst *dst, *next; local
    [all...]
  /frameworks/base/media/libstagefright/colorconversion/
ColorConverter.cpp 97 BitmapParams dst(
106 err = convertYUV420Planar(src, dst);
110 err = convertCbYCrY(src, dst);
114 err = convertQCOMYUV420SemiPlanar(src, dst);
118 err = convertYUV420SemiPlanar(src, dst);
122 err = convertTIYUV420PackedSemiPlanar(src, dst);
136 const BitmapParams &src, const BitmapParams &dst) {
142 && src.cropWidth() == dst.cropWidth()
143 && src.cropHeight() == dst.cropHeight())) {
147 uint32_t *dst_ptr = (uint32_t *)dst.mBit
    [all...]
  /external/skia/src/animator/
SkBase64.cpp 46 unsigned char* dst = (unsigned char*) fData; local
96 *dst = (unsigned char) one;
98 dst++;
102 *dst = (unsigned char) two;
103 dst++;
107 *dst = (unsigned char) three;
108 dst++;
111 fLength = dst - dstStart;
121 unsigned char* dst = (unsigned char*) dstPtr;
122 if (dst) {
    [all...]
  /bionic/libc/kernel/common/linux/
nodemask.h 22 #define node_set(node, dst) __node_set((node), &(dst))
23 #define node_clear(node, dst) __node_clear((node), &(dst))
24 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES)
25 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES)
28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES
    [all...]
  /development/ndk/platforms/android-3/include/linux/
nodemask.h 22 #define node_set(node, dst) __node_set((node), &(dst))
23 #define node_clear(node, dst) __node_clear((node), &(dst))
24 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES)
25 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES)
28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES
    [all...]
  /external/elfutils/libelf/
gelf_getrela.c 29 gelf_getrela (data, ndx, dst)
32 GElf_Rela *dst;
72 dst->r_offset = src->r_offset;
73 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info),
75 dst->r_addend = src->r_addend;
77 result = dst;
90 result = memcpy (dst, &((Elf64_Rela *) data_scn->d.d_buf)[ndx],
  /external/skia/src/core/
SkBitmap_scroll.cpp 74 char* dst = (char*)this->getPixels(); local
75 const char* src = dst;
82 dst += dy * rowBytes;
84 // now jump src/dst to the last scanline
86 dst += (height - 1) * rowBytes;
95 dst += dx << shift;
101 memmove(dst, src, width);
102 dst += rowBytes;
  /external/stlport/test/unit/
uninitialized_test.cpp 93 vector<NotTrivialCopyStruct> dst(10);
94 uninitialized_copy(src.begin(), src.end(), dst.begin());
95 vector<NotTrivialCopyStruct>::const_iterator it(dst.begin()), end(dst.end());
105 TrivialCopyStruct dst[count]; local
113 uninitialized_copy(src+0, src+count, dst+0);
114 for (it = dst+0, end = dst+count; it != end; ++it) {
130 list<NotTrivialCopyStruct> dst(10);
132 list<NotTrivialCopyStruct>::iterator it(dst.begin()), end(dst.end())
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
uninitialized_test.cpp 93 vector<NotTrivialCopyStruct> dst(10);
94 uninitialized_copy(src.begin(), src.end(), dst.begin());
95 vector<NotTrivialCopyStruct>::const_iterator it(dst.begin()), end(dst.end());
105 TrivialCopyStruct dst[count]; local
113 uninitialized_copy(src+0, src+count, dst+0);
114 for (it = dst+0, end = dst+count; it != end; ++it) {
130 list<NotTrivialCopyStruct> dst(10);
132 list<NotTrivialCopyStruct>::iterator it(dst.begin()), end(dst.end())
    [all...]
  /ndk/tests/device/test-stlport/unit/
uninitialized_test.cpp 93 vector<NotTrivialCopyStruct> dst(10);
94 uninitialized_copy(src.begin(), src.end(), dst.begin());
95 vector<NotTrivialCopyStruct>::const_iterator it(dst.begin()), end(dst.end());
105 TrivialCopyStruct dst[count]; local
113 uninitialized_copy(src+0, src+count, dst+0);
114 for (it = dst+0, end = dst+count; it != end; ++it) {
130 list<NotTrivialCopyStruct> dst(10);
132 list<NotTrivialCopyStruct>::iterator it(dst.begin()), end(dst.end())
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
nodemask.h 22 #define node_set(node, dst) __node_set((node), &(dst))
23 #define node_clear(node, dst) __node_clear((node), &(dst))
24 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES)
25 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES)
28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
nodemask.h 22 #define node_set(node, dst) __node_set((node), &(dst))
23 #define node_clear(node, dst) __node_clear((node), &(dst))
24 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES)
25 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES)
28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
nodemask.h 22 #define node_set(node, dst) __node_set((node), &(dst))
23 #define node_clear(node, dst) __node_clear((node), &(dst))
24 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES)
25 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES)
28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
nodemask.h 22 #define node_set(node, dst) __node_set((node), &(dst))
23 #define node_clear(node, dst) __node_clear((node), &(dst))
24 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES)
25 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES)
28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
nodemask.h 22 #define node_set(node, dst) __node_set((node), &(dst))
23 #define node_clear(node, dst) __node_clear((node), &(dst))
24 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES)
25 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES)
28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
nodemask.h 22 #define node_set(node, dst) __node_set((node), &(dst))
23 #define node_clear(node, dst) __node_clear((node), &(dst))
24 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES)
25 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES)
28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES
    [all...]

Completed in 1881 milliseconds

1 2 3 4 5 6 78 91011>>