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

<<21222324252627282930>>

  /prebuilt/windows/sdl/include/SDL/
SDL_rwops.h 130 extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst, Uint16 value);
131 extern DECLSPEC int SDLCALL SDL_WriteBE16(SDL_RWops *dst, Uint16 value);
132 extern DECLSPEC int SDLCALL SDL_WriteLE32(SDL_RWops *dst, Uint32 value);
133 extern DECLSPEC int SDLCALL SDL_WriteBE32(SDL_RWops *dst, Uint32 value);
134 extern DECLSPEC int SDLCALL SDL_WriteLE64(SDL_RWops *dst, Uint64 value);
135 extern DECLSPEC int SDLCALL SDL_WriteBE64(SDL_RWops *dst, Uint64 value);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 40 Short *dst; local
50 dst = out + 64 ;
51 ColTh = *dst;
108 dst[0] = k0;
109 dst[4] = k1; /* col. 4 */
127 dst[2] = k2; /* col. 2 */
129 dst[6] = k3; /* col. 6 */
151 dst[5] = k4; /* col. 5 */
153 dst[1] = k5; /* col. 1 */
154 dst[7] = k6; /* col. 7 *
269 Short *dst; local
475 Short *dst; local
654 Short *dst; local
865 Short *dst; local
1052 Short *dst; local
    [all...]
motion_comp.cpp 1524 UChar *src, *dst; local
1540 dst = c_prev - (lx << 3); local
1544 dst = c_prev - 8; local
1578 dst = src + lx; local
1696 dst = src + lx + 1; local
1948 Int *src, *dst; local
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 290 RegisterID* dst = addGlobalVar(function->ident(), false); local
292 globalObject->registerAt(dst->index() - m_globalVarStorageOffset).set(*m_globalData, globalObject, value);
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
APacketSource.cpp 295 uint8_t *dst = csd->data(); local
296 *dst++ = 0x03;
297 *dst++ = 20 + config->size();
298 *dst++ = 0x00; // ES_ID
299 *dst++ = 0x00;
300 *dst++ = 0x00; // streamDependenceFlag, URL_Flag, OCRstreamFlag
301 *dst++ = 0x04;
302 *dst++ = 15 + config->size();
303 *dst++ = objectType;
304 for (int i = 0; i < 12; ++i) { *dst++ = 0x00;
381 uint8_t *dst = csd->data(); local
    [all...]
  /external/v8/src/arm/
assembler-arm.h 756 void and_(Register dst, Register src1, const Operand& src2,
759 void eor(Register dst, Register src1, const Operand& src2,
762 void sub(Register dst, Register src1, const Operand& src2,
764 void sub(Register dst, Register src1, Register src2,
766 sub(dst, src1, Operand(src2), s, cond);
769 void rsb(Register dst, Register src1, const Operand& src2,
772 void add(Register dst, Register src1, const Operand& src2,
774 void add(Register dst, Register src1, Register src2,
776 add(dst, src1, Operand(src2), s, cond);
779 void adc(Register dst, Register src1, const Operand& src2
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp 411 int CvBaseImageFilter::process( const CvMat* src, CvMat* dst,
483 if( !CV_IS_MAT(dst) )
486 if( CV_MAT_TYPE(dst->type) != dst_type )
537 dptr = dst->data.ptr + dst_origin.y*dst->step + dst_origin.x*CV_ELEM_SIZE(dst_type);
572 if( dst_y + count > dst->rows )
576 y_func( rows + max_ky - anchor.y, dptr, dst->step, count, this );
579 dptr += dst->step*count;
601 static void icvFilterRowSymm_8u32s( const uchar* src, int* dst, void* params );
602 static void icvFilterColSymm_32s8u( const int** src, uchar* dst, int dst_step
    [all...]
  /external/valgrind/main/VEX/priv/
host_x86_isel.c 271 static X86Instr* mk_iMOVsd_RR ( HReg src, HReg dst )
274 vassert(hregClass(dst) == HRcInt32);
275 return X86Instr_Alu32R(Xalu_MOV, X86RMI_Reg(src), dst);
281 static X86Instr* mk_vMOVsd_RR ( HReg src, HReg dst )
284 vassert(hregClass(dst) == HRcVec128);
285 return X86Instr_SseReRg(Xsse_MOV, src, dst);
672 HReg dst = newVRegV(env); local
673 /* Set dst to zero. If dst contains a NaN then all hell might
675 addInstr(env, X86Instr_SseReRg(Xsse_XOR, dst, dst))
749 HReg dst = newVRegI(env); local
779 HReg dst = newVRegI(env); local
807 HReg dst = newVRegI(env); local
834 HReg dst = newVRegI(env); local
871 HReg dst = newVRegI(env); local
922 HReg dst = newVRegI(env); local
982 HReg dst = newVRegI(env); local
994 HReg dst = newVRegI(env); local
1046 HReg dst = newVRegI(env); local
1062 HReg dst = newVRegI(env); local
1076 HReg dst = newVRegI(env); local
1090 HReg dst = newVRegI(env); local
1100 HReg dst; local
1114 HReg dst; local
1129 HReg dst = newVRegI(env); local
1140 HReg dst = newVRegI(env); local
1151 HReg dst = newVRegI(env); local
1169 HReg dst = newVRegI(env); local
1178 HReg dst = newVRegI(env); local
1187 HReg dst = newVRegI(env); local
1196 HReg dst = newVRegI(env); local
1206 HReg dst = newVRegI(env); local
1217 HReg dst = newVRegI(env); local
1229 HReg dst = newVRegI(env); local
1238 HReg dst = newVRegI(env); local
1254 HReg dst = newVRegI(env); local
1286 HReg dst = newVRegI(env); local
1295 HReg dst = newVRegI(env); local
1311 HReg dst = newVRegI(env); local
1325 HReg dst = newVRegI(env); local
1356 HReg dst = newVRegI(env); local
2762 HReg dst = newVRegF(env); local
2782 HReg dst = newVRegF(env); local
2795 HReg dst = newVRegF(env); local
2949 HReg dst = newVRegF(env); local
2967 HReg dst = newVRegF(env); local
3030 HReg dst = newVRegF(env); local
3043 HReg dst = newVRegF(env); local
3073 HReg dst = newVRegF(env); local
3133 HReg dst = newVRegV(env); local
3144 HReg dst = newVRegV(env); local
3151 HReg dst = newVRegV(env); local
3167 HReg dst = newVRegV(env); local
3198 HReg dst = newVRegV(env); local
3220 HReg dst = newVRegV(env); local
3242 HReg dst = newVRegV(env); local
3268 HReg dst = newVRegV(env); local
3279 HReg dst = newVRegV(env); local
3297 HReg dst = newVRegV(env); local
3315 HReg dst = newVRegV(env); local
3323 HReg dst = newVRegV(env); local
3334 HReg dst = newVRegV(env); local
3353 HReg dst = newVRegV(env); local
3366 HReg dst = newVRegV(env); local
3387 HReg dst = newVRegV(env); local
3418 HReg dst = newVRegV(env); local
3438 HReg dst = newVRegV(env); local
3458 HReg dst = newVRegV(env); local
3477 HReg dst = newVRegV(env); local
3546 HReg dst = newVRegV(env); local
3572 HReg dst = newVRegV(env); local
3594 HReg dst = newVRegV(env); local
3785 HReg dst = lookupIRTemp(env, tmp); local
3800 HReg dst = lookupIRTemp(env, tmp); local
3814 HReg dst = lookupIRTemp(env, tmp); local
3819 HReg dst = lookupIRTemp(env, tmp); local
3825 HReg dst = lookupIRTemp(env, tmp); local
3831 HReg dst = lookupIRTemp(env, tmp); local
3871 HReg dst = lookupIRTemp(env, d->tmp); local
3963 X86RI* dst; local
    [all...]
  /ndk/build/tools/
dev-platform-import.sh 214 local dst="$PLATFORM_ROOT/lib/$1.so"
215 mkdir -p `dirname "$dst"` && cp "$src" "$dst"
225 local dst="$PLATFORM_ROOT/lib/$1.a"
227 mkdir -p `dirname "$dst"` && cp -f "$src" "$dst"
237 local dst="$PLATFORM_ROOT/lib/$1.o"
239 mkdir -p `dirname "$dst"` &&
240 cp -f "$src" "$dst"
255 local dst="$PLATFORM_ROOT/../include/$header
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
firewallsocketserver.cc 145 SocketAddress src, dst; local
147 dst = addr;
151 AddRule(allow, p, src, dst);
157 const SocketAddress& dst) {
162 r.dst = dst;
174 const SocketAddress& dst) {
184 if ((r.dst.ip() != dst.ip()) && !r.dst.IsAny()
    [all...]
  /external/openssl/crypto/perlasm/
x86gas.pl 29 my($suffix,$dst,$src);
40 $dst = $arg[$#arg] if ($#arg>=0);
42 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }
45 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
181 { my($dst,$sym,$base,$reflabel)=@_;
187 &::blindpop($dst);
188 $base=$dst;
193 &::mov($dst,&::DWP("$indirect-$reflabel",$base));
197 { &::lea($dst,&::DWP("_GLOBAL_OFFSET_TABLE_+[.-$reflabel]"
    [all...]
  /external/skia/tests/
PackBitsTest.cpp 28 uint8_t dst[100]; local
30 gTests[i].fCount, dst);
32 int srcCount = SkPackBits::Unpack16(dst, dstSize, src);
41 uint8_t dst[200]; local
44 size_t dstSize = SkPackBits::Pack16(src, size, dst);
48 size_t srcCount = SkPackBits::Unpack16(dst, dstSize, src2);
79 uint8_t dst[100]; local
82 gTests[i].fCount, dst);
85 int srcCount = SkPackBits::Unpack8(dst, dstSize, src);
95 uint8_t dst[600] local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_mixer.c 93 void SDL_MixAudio (Uint8 *dst, const Uint8 *src, Uint32 len, int volume)
115 SDL_MixAudio_m68k_U8((char*)dst,(char*)src,(unsigned long)len,(long)volume,(char *)mix8);
122 *dst = mix8[*dst+src_sample];
123 ++dst;
134 SDL_MixAudio_MMX_S8((char*)dst,(char*)src,(unsigned int)len,(int)volume);
140 SDL_MixAudio_MMX_S8_VC((char*)dst,(char*)src,(unsigned int)len,(int)volume);
145 SDL_MixAudio_m68k_S8((char*)dst,(char*)src,(unsigned long)len,(long)volume);
155 dst8 = (Sint8 *)dst;
180 SDL_MixAudio_MMX_S16((char*)dst,(char*)src,(unsigned int)len,(int)volume)
    [all...]
  /external/valgrind/main/callgrind/
events.c 282 void CLG_(copy_cost)(EventSet* es, ULong* dst, ULong* src)
287 CLG_(zero_cost)(es, dst);
290 CLG_ASSERT(dst != 0);
293 dst[i] = src[i];
299 ULong* dst; local
307 dst = *pdst;
308 if (!dst)
309 dst = *pdst = CLG_(get_eventset_cost)(es);
312 dst[i] = src[i];
315 void CLG_(add_cost)(EventSet* es, ULong* dst, ULong* src
329 ULong* dst; local
422 ULong* dst; local
    [all...]
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_conntrack_tuple.h 76 } dst; member in struct:ip_conntrack_tuple
79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /bionic/libc/regex/
regexec.c 74 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
75 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
123 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
124 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /dalvik/vm/mterp/x86/
OP_CONST_WIDE.S 6 leal (rFP,%ecx,4),%ecx # dst addr
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 76 } dst; member in struct:ip_conntrack_tuple
79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 112 IntBuffer dst = IntBuffer.allocate(n*n); local
114 dst.put(src);
116 dst.rewind();
117 return dst;
121 ShortBuffer dst = ShortBuffer.allocate(n*n); local
123 dst.put(src);
125 dst.rewind();
126 return dst;
  /external/bluetooth/bluez/lib/bluetooth/
rfcomm.h 73 bdaddr_t dst; member in struct:rfcomm_dev_req
86 bdaddr_t dst; member in struct:rfcomm_dev_info
  /external/clang/test/Analysis/
string.c 426 void strcat_symbolic_dst_length(char *dst) {
427 strcat(dst, "1234");
428 if (strlen(dst) < 4)
433 char dst[8] = "1234"; local
434 strcat(dst, src);
435 if (strlen(dst) < 4)
440 char dst[8] = "1234"; local
441 strcat(dst, &src[offset]);
442 if (strlen(dst) < 4)
449 void strcat_too_big(char *dst, char *src)
645 char dst[8] = "1234"; local
655 char dst[8] = "1234"; local
668 char dst[6] = "1234"; local
678 char dst[6] = "1234"; local
    [all...]
  /external/icu4c/common/
cstring.h 33 #define uprv_strcpy(dst, src) U_STANDARD_CPP_NAMESPACE strcpy(dst, src)
34 #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
38 #define uprv_strcat(dst, src) U_STANDARD_CPP_NAMESPACE strcat(dst, src)
39 #define uprv_strncat(dst, src, n) U_STANDARD_CPP_NAMESPACE strncat(dst, src, n)
  /external/ipsec-tools/src/racoon/
rsalist.h 51 struct netaddr *dst; member in struct:rsa_key
55 int rsa_key_insert(struct genlist *list, struct netaddr *src, struct netaddr *dst, RSA *rsa);
  /external/llvm/lib/Support/
regexec.c 76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /external/openssl/crypto/buffer/
buffer.h 94 size_t BUF_strlcpy(char *dst,const char *src,size_t siz);
95 size_t BUF_strlcat(char *dst,const char *src,size_t siz);

Completed in 1532 milliseconds

<<21222324252627282930>>