/external/opencv/otherlibs/highgui/ |
grfmt_sunras.cpp | 222 uchar* tsrc = src; local 227 int max_count = (int)(line_end - tsrc); 238 tsrc[len1] = (uchar)code; 242 tsrc += len1; 248 if( len > line_end - tsrc ) 254 memset( tsrc, code, len ); 255 tsrc += len; 258 if( tsrc >= line_end ) 260 tsrc = src; 297 uchar* tsrc = src local [all...] |
/external/elfutils/libelf/ |
abstract.h | 22 TYPE_XLATE (memmove (tdest->e_ident, tsrc->e_ident, EI_NIDENT);) \ 105 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \ 107 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \ 114 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \ 116 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \ 170 TYPE_XLATE (Elf32_cvt_Addr1 (&tdest->d_un.d_val, &tsrc->d_un.d_val);) \ 180 TYPE_XLATE (Elf64_cvt_Addr1 (&tdest->d_un.d_val, &tsrc->d_un.d_val);) \
|
gelf_xlate.c | 110 ElfW2(Bits, Name) *tsrc = (ElfW2(Bits, Name) *) src; \ 112 for (; n > 0; ++tdest, ++tsrc, --n) { 117 #define TYPE_NAME2(Type, Name) Type##1 (&tdest->Name, &tsrc->Name);
|
/external/opencv/cxcore/src/ |
cxutils.cpp | 1053 uchar *tsrc = 0; local [all...] |
cxmatmul.cpp | [all...] |
cxarithm.cpp | 209 const type *tsrc = src; \ 214 tsrc, scalar, tdst, width ); \ [all...] |
/external/icu4c/test/cintltst/ |
idnatest.c | 85 UChar* tSrc = NULL; 89 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen ); 90 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR); 112 free(tSrc); 141 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status); 162 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); 206 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); 225 free(tSrc); [all...] |
/external/icu4c/test/intltest/ |
testidna.cpp | 462 UChar* tSrc = NULL; 466 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen ); 467 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR); 496 free(tSrc); 536 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status); 562 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); 618 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); 643 free(tSrc); [all...] |
/external/opencv/cv/src/ |
cvimgwarp.cpp | 140 const uchar* tsrc; local 143 tsrc = src + srcstep*t; 150 uchar t0 = tsrc[x_ofs[x]]; 151 uchar t1 = tsrc[x_ofs[x+1]]; 158 dst[x] = tsrc[x_ofs[x]]; 162 *(ushort*)(dst + x*2) = *(ushort*)(tsrc + x_ofs[x]); 167 const uchar* _tsrc = tsrc + x_ofs[x]; 173 *(int*)(dst + x*4) = *(int*)(tsrc + x_ofs[x]); 178 const ushort* _tsrc = (const ushort*)(tsrc + x_ofs[x]); 185 CV_MEMCPY_INT( dst + x*pix_size, tsrc + x_ofs[x], pix_size4 ) [all...] |
/external/opencv/cv/include/ |
cvcompat.h | 155 CvMat tsrc, tdst; local 157 cvReshape( src, &tsrc, 3, 0 ); 160 cvPerspectiveTransform( &tsrc, &tdst, mat ); [all...] |
/external/bluetooth/bluez/lib/ |
sdp.c | 4115 uint16_t tsrc, csrc; local [all...] |
/external/webkit/PerformanceTests/PageLoad/svg/files/ |
crawfish2_ganson.svg | [all...] |