/external/chromium/sdch/open-vcdiff/ |
missing | 85 flex create \`lex.yy.c', if possible, from existing .c 87 lex create \`lex.yy.c', if possible, from existing .c 249 rm -f lex.yy.c 256 cp "$SRCFILE" lex.yy.c 261 if test ! -f lex.yy.c; then 262 echo 'main() { return 0; }' >lex.yy.c
|
/external/chromium/third_party/libevent/ |
missing | 87 flex create \`lex.yy.c', if possible, from existing .c 89 lex create \`lex.yy.c', if possible, from existing .c 239 rm -f lex.yy.c 246 cp "$SRCFILE" lex.yy.c 251 if [ ! -f lex.yy.c ]; then 252 echo 'main() { return 0; }' >lex.yy.c
|
/external/clang/test/Sema/ |
complex-int.c | 7 __complex__ signed yy; local 16 result = xx*yy;
|
block-return.c | 82 int (*yy)(const char *s) = funk; // expected-warning {{incompatible pointer types initializing 'int (*)(const char *)' with an expression of type 'int (char *)'}}
|
/external/elfutils/config/ |
missing | 72 flex create \`lex.yy.c', if possible, from existing .c 74 lex create \`lex.yy.c', if possible, from existing .c 222 rm -f lex.yy.c 229 cp "$SRCFILE" lex.yy.c 234 if [ ! -f lex.yy.c ]; then 235 echo 'main() { return 0; }' >lex.yy.c
|
/external/genext2fs/ |
missing | 82 flex create \`lex.yy.c', if possible, from existing .c 84 lex create \`lex.yy.c', if possible, from existing .c 246 rm -f lex.yy.c 253 cp "$SRCFILE" lex.yy.c 258 if [ ! -f lex.yy.c ]; then 259 echo 'main() { return 0; }' >lex.yy.c
|
/external/libpng/ |
missing | 83 flex create \`lex.yy.c', if possible, from existing .c 85 lex create \`lex.yy.c', if possible, from existing .c 257 rm -f lex.yy.c 264 cp "$SRCFILE" lex.yy.c 269 if test ! -f lex.yy.c; then 270 echo 'main() { return 0; }' >lex.yy.c
|
/external/pcre/ |
missing | 83 flex create \`lex.yy.c', if possible, from existing .c 85 lex create \`lex.yy.c', if possible, from existing .c 257 rm -f lex.yy.c 264 cp "$SRCFILE" lex.yy.c 269 if test ! -f lex.yy.c; then 270 echo 'main() { return 0; }' >lex.yy.c
|
/external/protobuf/gtest/build-aux/ |
missing | 85 flex create \`lex.yy.c', if possible, from existing .c 87 lex create \`lex.yy.c', if possible, from existing .c 249 rm -f lex.yy.c 256 cp "$SRCFILE" lex.yy.c 261 if test ! -f lex.yy.c; then 262 echo 'main() { return 0; }' >lex.yy.c
|
/external/protobuf/ |
missing | 85 flex create \`lex.yy.c', if possible, from existing .c 87 lex create \`lex.yy.c', if possible, from existing .c 249 rm -f lex.yy.c 256 cp "$SRCFILE" lex.yy.c 261 if test ! -f lex.yy.c; then 262 echo 'main() { return 0; }' >lex.yy.c
|
/external/strace/ |
missing | 87 flex create \`lex.yy.c', if possible, from existing .c 89 lex create \`lex.yy.c', if possible, from existing .c 239 rm -f lex.yy.c 246 cp "$SRCFILE" lex.yy.c 251 if [ ! -f lex.yy.c ]; then 252 echo 'main() { return 0; }' >lex.yy.c
|
/external/valgrind/main/ |
missing | 83 flex create \`lex.yy.c', if possible, from existing .c 85 lex create \`lex.yy.c', if possible, from existing .c 257 rm -f lex.yy.c 264 cp "$SRCFILE" lex.yy.c 269 if test ! -f lex.yy.c; then 270 echo 'main() { return 0; }' >lex.yy.c
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
missing | 83 flex create \`lex.yy.c', if possible, from existing .c 85 lex create \`lex.yy.c', if possible, from existing .c 257 rm -f lex.yy.c 264 cp "$SRCFILE" lex.yy.c 269 if test ! -f lex.yy.c; then 270 echo 'main() { return 0; }' >lex.yy.c
|
/external/qemu/android/skin/ |
trackball.c | 243 int xx, yy; local 279 for (yy = 0; yy < DOT_GRID; yy++) { 280 double ty = yy*(2./DOT_GRID); 308 int xx, yy; local 313 for (yy = 0; yy < diameter2; yy++) { 316 double y0 = yy - radius2 [all...] |
window.c | 221 int yy = y & 3; local 232 c = c - ((c >> 2) & dotmatrix_argb32[(yy << 2)|xx]); 238 yy = (yy + 1) & 3; 394 int yy, xx; local 401 for (yy = h; yy > 0; yy--) 419 for (yy = h; yy > 0; yy-- 484 int yy; local [all...] |
/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/cff/ |
cffobjs.h | 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
|
/external/opencv/cv/src/ |
cvoptflowhs.cpp | 49 float yy; member in struct:__anon8649 52 float alpha; /* alpha = 1 / ( 1/lambda + xx + yy ) */ 262 II[address].yy = GradY * GradY; 266 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy); 285 II[address].yy = GradY * GradY; 289 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy); 309 II[address].yy = GradY * GradY; 313 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy); 375 II[address].yy * averageY + II[address].yt) * II[address].alpha; 402 II[address].yy * averageY + II[address].yt) * II[address].alpha [all...] |
/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]);
|
/external/qemu/hw/ |
goldfish_fb.c | 278 int yy; local 285 for (yy = 0; yy < fbs->height; yy++) { 422 if (yy < rect->ymin) rect->ymin = yy; 423 if (yy > rect->ymax) rect->ymax = yy;
|
/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/mesa3d/test/ |
image_file.h | 273 for (unsigned yy = 0; yy < 2; yy++) 277 unsigned t = y * 2 + yy;
|