Searched refs:DOT (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/xsrc/external/mit/xkbevd/dist/
H A Dtokens.h54 #define DOT 51 macro
H A Dcfgparse.y52 DOT 51
H A Dcfgscan.c133 case DOT:
134 snprintf(buf, sizeof(buf), "DOT");
462 rtrn = DOT;
H A Dcfgparse.c140 DOT = 51, /* DOT */ enumerator in enum:yytokentype
179 #define DOT 51 macro
245 YYSYMBOL_DOT = 24, /* DOT */
675 "OPAREN", "CPAREN", "OBRACKET", "CBRACKET", "DOT", "COMMA", "SEMI",
/xsrc/external/mit/xkbcomp/dist/
H A Dtokens.h78 #define DOT 51 macro
H A Dxkbparse.y73 DOT 51
653 | FieldSpec DOT FieldSpec
670 | FieldSpec DOT FieldSpec OBRACKET Expr CBRACKET
H A Dxkbscan.c208 case DOT:
209 snprintf(buf, sizeof(buf), "DOT");
725 rtrn = DOT;
/xsrc/external/mit/libvdpau/dist/
H A Dconfigure.ac61 AC_CHECK_TOOL([DOT], [dot], [no])
64 DOT=no
70 if test "x$DOT" = xno; then
74 AM_CONDITIONAL([ENABLE_DOCS], [test "x$DOXYGEN" != xno -a "x$DOT" != xno])
H A DMakefile.in259 DOT = @DOT@ macro
/xsrc/external/mit/freetype/dist/builds/windows/
H A Dwin32-def.mk26 # The executable file extension (for tools). NOTE: WE INCLUDE THE DOT HERE !!
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.h160 DOT = 361 /* DOT */ enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.h154 DOT = 361 enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y362 %token DOT
480 %nonassoc DOT
1788 DOT exp { $$ = $2; }
2126 | DOT writemask_x writemask_y writemask_z writemask_w
2157 | DOT chansel
2161 | DOT chansel chansel chansel chansel
2200 | DOT X { $$ = BRW_PREDICATE_ALIGN16_REPLICATE_X; }
2201 | DOT Y { $$ = BRW_PREDICATE_ALIGN16_REPLICATE_Y; }
2202 | DOT Z { $$ = BRW_PREDICATE_ALIGN16_REPLICATE_Z; }
2203 | DOT
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l63 return DOT; \
463 "." { return DOT; }
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l63 return DOT; \
463 "." { return DOT; }
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dstex3d.c142 #define DOT(a,b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) macro
225 s = DOT(v, v);
/xsrc/external/mit/libvdpau/dist/doc/
H A DMakefile.in146 DOT = @DOT@ macro
/xsrc/external/mit/libxcb/dist/doc/
H A DMakefile.in154 DOT = @DOT@ macro
/xsrc/external/mit/libxcb/dist/man/
H A DMakefile.in183 DOT = @DOT@ macro
/xsrc/external/mit/xedit/dist/lisp/
H A Dread.c556 else if (result == DOT)
1005 if (object == DOT)
1016 if (object == DOT) {
1089 if (comma == DOT) {
1254 object = DOT;
H A Dinternal.h157 #define DOT (LispObj*)0x00000021 macro
164 ((object) == NULL || (object) == EOLIST || (object) == DOT)
/xsrc/external/mit/libvdpau/dist/src/
H A DMakefile.in243 DOT = @DOT@ macro
/xsrc/external/mit/libvdpau/dist/trace/
H A DMakefile.in233 DOT = @DOT@ macro
/xsrc/external/mit/xorg-server/dist/hw/
H A DMakefile.in241 DOT = @DOT@ macro
/xsrc/external/mit/xorg-server/dist/hw/kdrive/
H A DMakefile.in241 DOT = @DOT@ macro

Completed in 117 milliseconds

1234567891011>>