HomeSort by relevance Sort by last modified time
    Searched refs:yy (Results 26 - 50 of 89) sorted by null

12 3 4

  /external/speex/libspeex/
filters_bfin.h 233 spx_word16_t *yy; local
236 yy = y+2;
347 : : "m" (yy), "m" (_x), "m" (_y), "m" (den), "m" (N), "m" (ord), "m" (mem)
473 spx_word16_t *xx, *yy;
475 yy = y;
  /external/skia/src/utils/
SkBoundaryPatch.cpp 46 SkScalar yy = y * invC; local
48 *verts++ = this->eval(x * invR, yy);
  /external/freetype/include/freetype/
fttypes.h 369 /* y' = x*yx + y*yy */
379 /* yy :: Matrix coefficient. */
384 FT_Fixed yx, yy; member in struct:FT_Matrix_
    [all...]
  /external/freetype/src/base/
ftlcdfil.c 109 FT_UInt val1, yy; local
127 for ( yy = 2; yy < height; yy++ )
ftsynth.c 66 transform.yy = 0x10000L;
  /external/freetype/src/cff/
cffobjs.h 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
cffobjs.c 555 FT_Fixed temp = FT_ABS( matrix->yy );
565 matrix->yy = FT_DivFix( matrix->yy, temp );
617 temp = FT_ABS( matrix->yy );
636 matrix->yy = FT_DivFix( matrix->yy, temp );
cffparse.c 461 /* `xx' and `yy' are of approximately the same magnitude. To avoid */
476 matrix->yy = 0x10000L;
486 matrix->yy = cff_parse_fixed_scaled( data++, scaling );
  /external/bzip2/
compress.c 122 UChar yy[256]; local
161 for (i = 0; i < s->nInUse; i++) yy[i] = (UChar) i;
170 if (yy[0] == ll_i) {
193 rtmp = yy[1];
194 yy[1] = yy[0];
195 ryy_j = &(yy[1]);
204 yy[0] = rtmp;
205 j = ryy_j - &(yy[0]);
  /dalvik/libcore/text/src/main/java/java/text/
SimpleDateFormat.java 216 * "1997", "yy" produces "97".) Unlike other fields, fractional seconds are
234 * "EEE, MMM d, ''yy" &rarr; Wed, July 10, '96
267 * When parsing a date string using the abbreviated year pattern ("yy"), {@code
271 * example, using a pattern of "MM/dd/yy" and a {@code SimpleDateFormat}
582 // replace 'y' with 'yy' for ICU to follow Java spec
584 + subPattern.replaceAll("(?<!y)y(?!y)", "yy"));
800 // If date pattern is "yy", display the last 2 digits of year.
    [all...]
  /external/qemu/android/skin/
window.c 211 int yy = y & 3; local
222 c = c - ((c >> 2) & dotmatrix_argb32[(yy << 2)|xx]);
228 yy = (yy + 1) & 3;
387 int yy, xx; local
408 for (yy = h; yy > 0; yy--)
424 for (yy = h; yy > 0; yy--
    [all...]
  /ndk/samples/bitmap-plasma/jni/
plasma.c 199 int yy; local
200 for (yy = 0; yy < info->height; yy++) {
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 259 int yy = by + y; local
261 int i = x + 4 * yy;
345 int yy = by + y; local
347 int i = x + 4 * yy;
350 &pCompressed->low, yy + x * 4, pModifierTable);
  /external/bison/djgpp/
config.bat 277 test -f %XSRC%/examples/calcxx/calc++-parser.yy
278 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-parser.yy %XSRC%/examples/calcxx/calcxx-parser.yy
279 test -f %XSRC%/examples/calcxx/calcxx-parser.yy
280 if errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-parser.yy %XSRC%/examples/calcxx/calcxx-parser.yy
302 :sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-parser.yy > calcxx-parser.yy
304 :mv ./calcxx-parser.yy %XSRC%/examples/calcxx/calcxx-parser.yy
    [all...]
  /external/freetype/src/truetype/
ttgload.c 566 FT_Fixed xx, xy, yy, yx; local
613 xx = yy = 0x10000L;
619 yy = xx;
624 yy = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
631 yy = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
637 subglyph->transform.yy = yy;
1014 int d = subglyph->transform.yy > 0 ? subglyph->transform.yy
1015 : -subglyph->transform.yy;
    [all...]
ttobjs.h 191 FT_Fixed yx, yy; member in struct:TT_Transform_
  /external/v8/test/mjsunit/
string-add.js 71 assertEquals("22", y + y, "yy");
93 assertEquals("22", y + y, "yy");
  /external/skia/src/core/
SkPoint.cpp 323 SkFixed yy = (int)floorf(fy * 65536 + 0.5f); local
324 err = SkMax32(SkAbs32(xx-x), SkAbs32(yy-y));
  /packages/apps/Calendar/src/com/android/calendar/
AgendaWindowAdapter.java 868 Object yy = x.getTag(); local
869 if (yy instanceof AgendaAdapter.ViewHolder) {
870 TextView tv = ((AgendaAdapter.ViewHolder) yy).title;
874 } else if (yy != null) {
875 TextView dateView = ((AgendaByDayAdapter.ViewHolder) yy).dateView;
  /external/openssl/ssl/
kssl.c 839 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
840 ** xx and yy are possibly multi-byte length fields.
845 int xx = 0, yy = 0; local
858 case 0x82: p++; len+=2; yy = (*p++ << 8); yy += *p++; break;
859 case 0x81: p++; len++; yy = *p++; break;
861 default: yy = *p++; break;
864 return (xx - len == yy)? 1: 0;
    [all...]
  /external/bison/data/
glr.c 153 m4_if(b4_prefix, [yy], [],
543 m4_if(b4_prefix[], [yy], [],
    [all...]
lalr1.cc 307 m4_if(b4_prefix, [yy], [],
  /external/bison/src/
output.c 595 MUSCLE_INSERT_STRING ("prefix", spec_name_prefix ? spec_name_prefix : "yy");
  /external/skia/src/images/
fpdfemb.h     [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 190 char yy[200]; local
202 yaffs_read(h,yy,l);
203 yy[l] = 0;
205 if(strcmp(xx,yy)){
    [all...]

Completed in 1489 milliseconds

12 3 4