Searched refs:yy (Results 1 - 25 of 98) sorted by relevance

1234

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmatrix.c60 mat1->yy == mat2->yy;
69 r.xy = a->xx * b->xy + a->xy * b->yy;
70 r.yx = a->yx * b->xx + a->yy * b->yx;
71 r.yy = a->yx * b->xy + a->yy * b->yy;
87 r.yy = c;
99 r.yy = sy;
111 r.yy
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_glyphblt.c96 int xx, yy; local in function:glamor_poly_glyph_blt_gl
98 for (yy = 0; yy < h; yy++) {
102 int pt_y_i = glyph_y + yy;
180 int yy, xx; local in function:glamor_push_pixels_gl
212 for (yy = 0; yy < h; yy++) {
213 uint8_t *bitmap_row = bitmap_data + yy * bitmap_strid
[all...]
/xsrc/external/mit/xf86-video-tga/dist/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
/xsrc/external/mit/xf86-video-tseng/dist/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
/xsrc/external/mit/xf86-input-synaptics/dist/
H A Dmissing82 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 test ! -f lex.yy.c; then
259 echo 'main() { return 0; }' >lex.yy.c
/xsrc/external/mit/xf86-video-openchrome/dist/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
/xsrc/external/mit/xf86-video-newport/dist/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
/xsrc/external/mit/freetype/dist/src/base/
H A Dftcalc.c663 FT_Fixed xx, xy, yx, yy; local in function:FT_Matrix_Multiply
672 FT_MulFix( a->xy, b->yy ) );
674 FT_MulFix( a->yy, b->yx ) );
675 yy = ADD_LONG( FT_MulFix( a->yx, b->xy ),
676 FT_MulFix( a->yy, b->yy ) );
681 b->yy = yy;
690 FT_Pos delta, xx, yy; local in function:FT_Matrix_Invert
697 delta = FT_MulFix( matrix->xx, matrix->yy )
723 FT_Fixed xx, xy, yx, yy; local in function:FT_Matrix_Multiply_Scaled
[all...]
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp36 /* All symbols defined below should begin with yy or YY, to avoid
74 #line 1 "../src/compiler/glsl/glsl_parser.yy" /* yacc.c:338 */
335 #line 98 "../src/compiler/glsl/glsl_parser.yy" /* yacc.c:353 */
2234 #line 87 "../src/compiler/glsl/glsl_parser.yy" /* yacc.c:1429 */
2430 #line 291 "../src/compiler/glsl/glsl_parser.yy" /* yacc.c:1645 */
2438 #line 295 "../src/compiler/glsl/glsl_parser.yy" /* yacc.c:1645 */
2460 #line 317 "../src/compiler/glsl/glsl_parser.yy" /* yacc.c:1645 */
2471 #line 324 "../src/compiler/glsl/glsl_parser.yy" /* yacc.c:1645 */
2482 #line 333 "../src/compiler/glsl/glsl_parser.yy" /* yacc.c:1645 */
2488 #line 334 "../src/compiler/glsl/glsl_parser.yy" /* yac
[all...]
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp41 /* All symbols defined below should begin with yy or YY, to avoid
75 #line 1 "../src/compiler/glsl/glsl_parser.yy"
2422 #line 89 "../src/compiler/glsl/glsl_parser.yy"
2642 #line 295 "../src/compiler/glsl/glsl_parser.yy"
2650 #line 299 "../src/compiler/glsl/glsl_parser.yy"
2672 #line 321 "../src/compiler/glsl/glsl_parser.yy"
2683 #line 328 "../src/compiler/glsl/glsl_parser.yy"
2694 #line 337 "../src/compiler/glsl/glsl_parser.yy"
2700 #line 338 "../src/compiler/glsl/glsl_parser.yy"
2706 #line 339 "../src/compiler/glsl/glsl_parser.yy"
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dcffotypes.h95 FT_Fixed yx, yy; member in struct:CFF_Transform_
/xsrc/external/mit/libXevie/dist/
H A Dmissing83 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
/xsrc/external/mit/libXfontcache/dist/
H A Dmissing83 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
/xsrc/external/mit/libxkbui/dist/
H A Dmissing82 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
/xsrc/external/mit/luit/dist/
H A Dmissing83 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
/xsrc/external/mit/mkfontdir/dist/
H A Dmissing83 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
/xsrc/external/mit/glw/dist/
H A Dmissing83 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
/xsrc/external/mit/font-adobe-utopia-75dpi/dist/
H A Dmissing83 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
/xsrc/external/mit/xf86-video-wsfb/dist/
H A Dmissing83 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
/xsrc/external/mit/xf86dga/dist/
H A Dmissing83 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
/xsrc/external/mit/xf86-video-imstt/dist/
H A Dmissing82 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
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Dmissing85 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
/xsrc/external/mit/xf86-video-nsc/dist/
H A Dmissing82 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
/xsrc/external/mit/xf86-input-ws/dist/
H A Dmissing82 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
/xsrc/external/mit/xf86-video-ati/dist/
H A Dmissing83 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

Completed in 23 milliseconds

1234