HomeSort by relevance Sort by last modified time
    Searched refs:tsrc (Results 1 - 19 of 19) sorted by null

  /external/pixman/test/
composite.c 234 color_t expected, tdst, tsrc, tmsk; local
254 tsrc = *src->color;
270 tsrc.r = convert_linear_to_srgb (tsrc.r);
271 tsrc.g = convert_linear_to_srgb (tsrc.g);
272 tsrc.b = convert_linear_to_srgb (tsrc.b);
273 round_color (src->format, &tsrc);
274 tsrc.r = convert_srgb_to_linear (tsrc.r)
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3internalh.tcl 10 # a subdirectory named "tsrc". (This script expects to find the files
12 # generated C code files that are also added to the tsrc directory.
17 # After the "tsrc" directory has been created and populated, run
29 set in [open tsrc/sqlite3.h]
106 copy_file tsrc/$hdr
142 copy_file tsrc/$file
mksqlite3c.tcl 10 # a subdirectory named "tsrc". (This script expects to find the files
12 # generated C code files that are also added to the tsrc directory.
17 # After the "tsrc" directory has been created and populated, run
34 set in [open tsrc/sqlite3.h]
156 copy_file tsrc/$hdr
312 copy_file tsrc/$file
  /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/chromium_org/third_party/sqlite/src/
publish_osx.sh 30 gcc $CFLAGS -Itsrc sqlite3.c tsrc/shell.c -o $NAME -ldl
publish.sh 30 gcc $CFLAGS -Itsrc sqlite3.c tsrc/shell.c -o sqlite3 -ldl
73 i386-mingw32msvc-gcc -Os $OPTS -Itsrc -I$TCLDIR sqlite3.c tsrc/shell.c \
80 cd tsrc
86 cp tsrc/sqlite3.h tsrc/sqlite3ext.h .
87 cp tsrc/shell.c .
mkso.sh 10 cd tsrc
main.mk 379 # This target creates a directory named "tsrc" and fills it with
386 rm -rf tsrc
387 mkdir tsrc
388 cp -f $(SRC) tsrc
389 rm tsrc/sqlite.h.in tsrc/parse.y
390 tclsh $(TOP)/tool/vdbe-compress.tcl <tsrc/vdbe.c >vdbe.new
391 mv vdbe.new tsrc/vdbe.c
604 rm -rf tsrc target_source
Makefile.vxworks 468 # This target creates a directory named "tsrc" and fills it with
475 rm -rf tsrc
476 mkdir tsrc
477 cp -f $(SRC) tsrc
478 rm tsrc/sqlite.h.in tsrc/parse.y
660 rm -rf tsrc target_source
Makefile.in 500 # This target creates a directory named "tsrc" and fills it with
507 rm -rf tsrc
508 mkdir tsrc
509 cp -f $(SRC) tsrc
510 rm tsrc/sqlite.h.in tsrc/parse.y
511 $(TCLSH_CMD) $(TOP)/tool/vdbe-compress.tcl <tsrc/vdbe.c >vdbe.new
512 mv vdbe.new tsrc/vdbe.c
923 rm -rf tsrc .target_source
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 10 # a subdirectory named "tsrc". (This script expects to find the files
13 # After the "tsrc" directory has been created and populated, run
81 copy_file tsrc/$hdr
113 copy_file tsrc/$file
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 10 # a subdirectory named "tsrc". (This script expects to find the files
13 # After the "tsrc" directory has been created and populated, run
81 copy_file tsrc/$hdr
112 copy_file tsrc/$file
  /external/elfutils/libelf/
abstract.h 55 TYPE_XLATE (memmove (tdest->e_ident, tsrc->e_ident, EI_NIDENT);) \
138 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \
140 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
147 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \
149 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
203 TYPE_XLATE (Elf32_cvt_Addr1 (&tdest->d_un.d_val, &tsrc->d_un.d_val);) \
213 TYPE_XLATE (Elf64_cvt_Addr1 (&tdest->d_un.d_val, &tsrc->d_un.d_val);) \
323 TYPE_XLATE (Elf32_cvt_Addr1 (&tdest->a_un.a_val, &tsrc->a_un.a_val);) \
331 TYPE_XLATE (Elf64_cvt_Addr1 (&tdest->a_un.a_val, &tsrc->a_un.a_val);) \
gelf_xlate.c 160 ElfW2(Bits, Name) *tsrc = (ElfW2(Bits, Name) *) src; \
162 for (n = len / sizeof (ElfW2(Bits, Name)); n > 0; ++tdest, ++tsrc, --n) {
167 #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/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...]

Completed in 1134 milliseconds