HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/qemu/hw/
goldfish_fb.c 337 int xx = xx1; local
339 unsigned spix = src[xx];
340 dst[xx] = (uint16_t)((spix << 8) | (spix >> 8));
341 xx++;
353 int xx = xx1*3;
354 if (src_line[xx+0] != dst_line[xx+0] ||
355 src_line[xx+1] != dst_line[xx+1] ||
356 src_line[xx+2] != dst_line[xx+2])
402 int xx = xx1; local
    [all...]
  /external/skia/src/core/
SkBitmapProcState_matrix_clamp.h 153 uint16_t* xx = (uint16_t*)xy; local
155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
SkPath.cpp 748 SkScalar xx = x1 - SkScalarMul(dist, before.fX); local
767 matrix.postTranslate(xx - SkScalarMul(radius, before.fX),
773 // [xx,yy] == pts[0]
774 this->lineTo(xx, yy);
    [all...]
  /external/stlport/test/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 15 char xx[600]; variable
169 char xx[200]; local
177 sprintf(xx,"%s %8d",fn,iterations);
178 yaffs_write(h,xx,strlen(xx));
189 char xx[200]; local
199 sprintf(xx,"%s %8d",fn,iterations);
200 l = strlen(xx);
205 if(strcmp(xx,yy)){
382 while ((result = yaffs_write(h,xx,600)) == 600
1819 char xx[2500]; local
    [all...]
yaffsfs.c 228 // eg. "/data/xx/ff" --> puts name="ff" and returns the directory "/data/xx"
797 yaffs_Object *xx = newdir; local
799 while( renameAllowed && xx)
801 if(xx == obj)
805 xx = xx->parent;
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);
  /external/clang/test/Sema/
array-init.c 142 static char const xx[] = "test"; variable
143 int xx_sizecheck[(sizeof(xx) / sizeof(char)) == 5? 1 : -1];
  /external/freetype/src/truetype/
ttgload.c 572 FT_Fixed xx, xy, yy, yx; local
619 xx = yy = 0x10000L;
624 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
625 yy = xx;
629 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
634 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
640 subglyph->transform.xx = xx;
1014 int a = subglyph->transform.xx > 0 ? subglyph->transform.xx
    [all...]
  /external/mesa3d/test/
m_matrix.c 806 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
933 xx = x * x;
945 M(0,0) = (one_c * xx) + c;
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 864 double xx, xy, yy; local
880 xx = x * x;
886 G[14] += xx * ixix;
888 G[16] += xx * ixiy;
902 G[28] += xx * iyiy;
    [all...]
cvimgwarp.cpp 2246 double xx = bufx.data.fl[x]; local
    [all...]
  /external/qemu/android/skin/
trackball.c 243 int xx, yy; local
277 for (xx = 0; xx < DOT_GRID; xx++) {
278 double tx = xx*(2./DOT_GRID);
308 int xx, yy; local
314 for (xx = 0; xx < diameter2; xx++) {
315 double x0 = xx - radius2
    [all...]
window.c 227 int nn, xx = x & 3; local
232 c = c - ((c >> 2) & dotmatrix_argb32[(yy << 2)|xx]);
234 xx = (xx + 1) & 3;
394 int yy, xx; local
406 xx = 0;
408 dst[xx] = rgb565_to_argb32(src[xx]);
409 xx++;
    [all...]
  /external/speex/libspeex/
resample.c 279 float xx = x * cutoff; local
285 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func));
292 float xx = x * cutoff; local
298 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 1088 double xx = decomp.quaternionX * decomp.quaternionX; local
    [all...]
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 963 double xx, yy; local
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 1677 FLAC__uint64 xx; local
2149 FLAC__uint64 xx; local
    [all...]
  /external/openssl/ssl/
kssl.c 840 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
841 ** xx and yy are possibly multi-byte length fields.
846 int xx = 0, yy = 0; local
851 case 0x82: p++; xx = (*p++ << 8); xx += *p++; break;
852 case 0x81: p++; xx = *p++; break;
854 default: xx = *p++; break;
865 return (xx - len == yy)? 1: 0;
    [all...]
  /external/qemu/android/camera/
camera-format-converters.c 829 int xx, yy; local
830 for (xx = x - 1; xx < (x + 2); xx += 2) {
832 if (xx >= 0 && yy >= 0 && xx < width && yy < height) {
833 sum += _get_bayer_color(desc, buf, xx, yy, width);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 416 int xx = (x + 1 - (x >> 6) + (x >> 7)) >> 2; local
417 SkASSERT((unsigned)xx <= 63);
420 SkASSERT(SkAbs32(xx - ix) <= 1);
421 return xx;
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_simd64.c 142 static inline Short qadd16S ( Short xx, Short yy )
144 Int t = ((Int)xx) + ((Int)yy);
150 static inline Char qadd8S ( Char xx, Char yy )
152 Int t = ((Int)xx) + ((Int)yy);
158 static inline UShort qadd16U ( UShort xx, UShort yy )
160 UInt t = ((UInt)xx) + ((UInt)yy);
165 static inline UChar qadd8U ( UChar xx, UChar yy )
167 UInt t = ((UInt)xx) + ((UInt)yy);
172 static inline Short qsub16S ( Short xx, Short yy )
174 Int t = ((Int)xx) - ((Int)yy)
277 Int xx = (Int)xx0; local
285 Short xx = (Short)xx0; local
293 Short xx = (Short)xx0; local
    [all...]

Completed in 1140 milliseconds

1 23 4