Searched refs:T_OFFSET (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | parser.h | 48 T_OFFSET = 265, enumerator in enum:yytokentype 62 #define T_OFFSET 265 macro
|
| H A D | parser.y | 76 %token <pair> T_DIMENSION T_OFFSET T_ORIGIN 200 Offset : T_OFFSET 201 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
|
| H A D | dmxprint.c | 232 case T_OFFSET: format = "%c%d%c%d"; break; 234 if (p->token == T_OFFSET) { 254 DMXConfigPair dummySOffset = { T_OFFSET, 0, NULL, 0, 0, 0, 0 }; 256 DMXConfigPair dummyROffset = { T_OFFSET, 0, NULL, 0, 0, 0, 0 };
|
| H A D | dmxcompat.c | 196 dmxConfigCreatePair(T_OFFSET,
|
| H A D | parser.c | 127 T_OFFSET = 265, enumerator in enum:yytokentype 141 #define T_OFFSET 265 macro 507 "T_OFFSET", "T_ORIGIN", "T_COMMENT", "T_LINE_COMMENT", "$accept",
|
| H A D | scanner.c | 852 return getdimension(T_OFFSET, yytext+1, yyleng-1); 1945 { "T_OFFSET", "display offset (e.g., +10-10)" },
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | hook.c | 452 #define T_OFFSET 9 macro 631 FAIL(T_OFFSET) 635 FAIL(T_OFFSET) 649 FAIL(T_OFFSET) 682 FAIL(T_OFFSET) 1171 case T_OFFSET:
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_lexer.l | 383 "offset"[0-9]+ ir3_yylval.num = strtol(yytext+6, NULL, 10); return T_OFFSET;
|
| H A D | ir3_parser.y | 613 %token <tok> T_OFFSET 1126 cat6_bindless_ldc: cat6_bindless_ldc_opc '.' T_OFFSET '.' cat6_immed '.' cat6_bindless_mode dst_reg ',' cat6_reg_or_immed ',' cat6_reg_or_immed {
|
Completed in 13 milliseconds