/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 43 dDelay->xx = dDelay->x = 0; 122 me->dUptime->xx = me->dUptime->x = me->dUptime->n = 0; 345 dDelay->xx += delta * (double) delta; 368 double xx = 1e-12 * dDelay->xx / dDelay->n; local 369 xx = my_sqrt(xx - x * x); 374 x, xx, dDelay->n); 387 dDelay->xx = dDelay->x = 0; 534 me->dRate[i].xx = me->dRate[i].x = me->dRate[i].n = 0 836 double xx = me->dUptime->xx \/ me->dUptime->n; local 886 double xx = me->dRate[i].axx \/ me->dRate[i].an; local [all...] |
/external/skia/src/ports/ |
SkFontHost_gamma.cpp | 37 int xx = SkScalarRound(SkFloatToScalar(x * 255)); local 38 // printf(" %d\n", xx); 39 table[i] = SkToU8(xx);
|
/external/qemu/android/skin/ |
trackball.c | 242 int xx, yy; local 276 for (xx = 0; xx < DOT_GRID; xx++) { 277 double tx = xx*(2./DOT_GRID); 307 int xx, yy; local 313 for (xx = 0; xx < diameter2; xx++) { 314 double x0 = xx - radius2 [all...] |
window.c | 217 int nn, xx = x & 3; local 222 c = c - ((c >> 2) & dotmatrix_argb32[(yy << 2)|xx]); 224 xx = (xx + 1) & 3; 387 int yy, xx; local 413 for (xx = 0; xx < w; xx++) { 414 dst[xx] = rgb565_to_argb32(src[xx]); [all...] |
/external/skia/tests/ |
MathTest.cpp | 87 double xx = x + 0.5; // need intermediate double to avoid temp loss local 88 int ix = (int)floor(xx); 367 double xx = (double)x / SK_Fract1; local 369 SkFract check = SkFloatToFract(sqrt(xx)); 375 xx = (double)x / SK_Fixed1; 376 check = SkFloatToFixed(sqrt(xx)); 380 xx = (double)x; 381 check = (int32_t)sqrt(xx);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
octal-002.js | 97 * Try same thing with 'xx' in place of '11'. 103 pattern = /.\0xx/; 104 string = 'a' + String.fromCharCode(0) + 'xx'; 112 * There is no ambiguity in '\0xx': it is the null character 116 pattern = /.\0xx/; 117 string = 'a\0xx';
|
/external/freetype/include/freetype/ |
fttypes.h | 368 /* x' = x*xx + y*xy */ 373 /* xx :: Matrix coefficient. */ 383 FT_Fixed xx, xy; member in struct:FT_Matrix_ [all...] |
/external/freetype/src/cff/ |
cffobjs.h | 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/ |
exec-002.js | 126 'xx\"makudonarudo\"yy', 132 "xx\"ma\"yy",
|
/external/freetype/src/smooth/ |
ftsmooth.c | 285 FT_UInt xx; local 289 for ( xx = width_org; xx > 0; xx-- ) 291 FT_UInt pixel = line[xx-1];
|
/external/freetype/src/base/ |
ftsynth.c | 62 transform.xx = 0x10000L;
|
/external/skia/src/core/ |
SkBitmapProcState_sample.h | 102 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy); local 104 SkASSERT(*xx < (unsigned)s.fBitmap->width()); 105 src = srcAddr[*xx++]; *colors++ = RETURNDST(src); 142 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 143 unsigned x0 = XX >> 14; 144 unsigned x1 = XX & 0x3FFF;
|
/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...] |
/ndk/samples/bitmap-plasma/jni/ |
plasma.c | 252 int xx; local 253 for (xx = 0; xx < info->width; xx++) { 260 line[xx] = palette_from_fixed(ii / 4);
|
/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...] |
/external/tremolo/Tremolo/ |
mdct.c | 256 DATA_TYPE *xx = x + (b>>shift); local 261 if(w>xx){ 263 r = xx[0]; 264 xx[0] = w[0]; 267 r = xx[1]; 268 xx[1] = w[1];
|
/dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/ |
X500PrincipalTest.java | 321 X500Principal xx = cert.getIssuerX500Principal(); local 322 x = xx.getEncoded();
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 296 for (int xx = 0; xx < 32; xx++) { 297 muteMask[ii][xx] = true; 357 for (int xx = 0; xx < 32; xx++) { 358 muteMask[8][xx] = false; [all...] |
/external/icu4c/data/brkitr/ |
brkfiles.mk | 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
|
/external/speex/libspeex/ |
filters_bfin.h | 473 spx_word16_t *xx, *yy; 474 xx = x;
|
/external/zlib/contrib/masmx64/ |
gvmat64.asm | 52 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
53 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
54 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
55 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
56 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
57 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
58 ;scan equ rsp + xx - LocalVarsSize ; ptr to string wanting match -> r9
|
/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);
|
/external/freetype/src/truetype/ |
ttgload.c | 566 FT_Fixed xx, xy, yy, yx; local 613 xx = yy = 0x10000L; 618 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; 619 yy = xx; 623 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; 628 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; 634 subglyph->transform.xx = xx; 1008 int a = subglyph->transform.xx > 0 ? subglyph->transform.xx [all...] |
ttobjs.h | 190 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:TT_Transform_
|
/external/icu4c/data/rbnf/ |
rbnffiles.mk | 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
|