| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 097-paste-with-non-function-macro.c | 1 #define PASTE_MACRO one ## token
|
| H A D | 040-token-pasting.c | 2 paste(one , token)
|
| H A D | 096-paste-twice.c | 2 paste_twice(just, one, token)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 097-paste-with-non-function-macro.c | 1 #define PASTE_MACRO one ## token
|
| H A D | 040-token-pasting.c | 2 paste(one , token)
|
| H A D | 096-paste-twice.c | 2 paste_twice(just, one, token)
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_option_helpers.h | 7 int get_int_option(OptionInfoPtr options, int token, 10 const char *get_str_option(OptionInfoPtr options, int token, 13 int get_bool_option(OptionInfoPtr options, int token,
|
| H A D | qxl_option_helpers.c | 13 int get_int_option(OptionInfoPtr options, int token, argument 20 return xf86GetOptValInteger(options, token, &value) ? value : 0; 23 const char *get_str_option(OptionInfoPtr options, int token, argument 29 return xf86GetOptValString(options, token); 32 int get_bool_option(OptionInfoPtr options, int token, argument 38 return xf86ReturnOptValBool(options, token, FALSE);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| H A D | parser.y | 121 %token <num> T_INT 122 %token <num> T_HEX 123 %token <num> T_CONTROL_REG 124 %token <str> T_LABEL_DECL 125 %token <str> T_LABEL_REF 126 %token <num> T_LITERAL 127 %token <num> T_BIT 128 %token <num> T_REGISTER 130 %token <tok> T_OP_NOP 131 %token <to [all...] |
| /xsrc/external/mit/xgc/dist/ |
| H A D | gram.y | 23 %token <ptr> STRING 24 %token <num> NUMBER 25 %token <num> RUN 26 %token <num> FUNCTION FUNCTIONTYPE 27 %token <num> TEST TESTTYPE 28 %token <num> LINESTYLE LINESTYLETYPE 29 %token <num> CAPSTYLE CAPSTYLETYPE 30 %token <num> JOINSTYLE JOINSTYLETYPE 31 %token <num> ROUND SOLID 32 %token <nu [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_parser.y | 318 %token <num> T_INT 319 %token <unum> T_HEX 320 %token <flt> T_FLOAT 321 %token <str> T_IDENTIFIER 322 %token <num> T_REGISTER 323 %token <num> T_CONSTANT 326 %token <tok> T_A_LOCALSIZE 327 %token <tok> T_A_CONST 328 %token <tok> T_A_BUF 329 %token <to [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | scanner.l | 45 static int getdimension(int token, const char *text, int leng); 46 static int getstring(int token, const char *text, int leng); 47 static int gettoken(int token, const char *text, int leng); 48 static int getcomment(int token, const char *text, int leng); 110 fprintf(stderr, "parse error on line %d at token \"%*.*s\"\n", 149 static int getdimension(int token, const char *text, int leng) 160 yylval.pair = dmxConfigCreatePair(token, lineno, NULL, x, y, 1, 1); 161 return token; 164 static int getstring(int token, const char *text, int leng) 166 yylval.string = dmxConfigCreateString(token, linen [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/ |
| H A D | parse.py | 83 token = XmlToken(ELEMENT_START, name, attributes, line, column) 84 self.tokens.append(token) 89 token = XmlToken(ELEMENT_END, name, None, line, column) 90 self.tokens.append(token) 101 token = XmlToken(CHARACTER_DATA, self.character_data, None, line, column) 102 self.tokens.append(token) 123 token = XmlToken(EOF, None, None, line, column) 125 token = self.tokens[self.index] 127 return token 152 self.token [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imLcPrs.c | 144 int token; local in function:nexttoken 152 token = ENDOFFILE; 155 token = ENDOFLINE; 158 token = LESS; 161 token = GREATER; 164 token = COLON; 167 token = EXCLAM; 170 token = TILDE; 177 token = ERROR; 232 token 456 int token; local in function:parseline [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | DRI.c | 53 int token; local in function:xf86parseDRISection 58 while ((token = xf86getToken (DRITab)) != ENDSECTION) { 59 switch (token) 62 if ((token = xf86getSubToken (&(ptr->dri_comment))) == STRING) 64 else if (token == NUMBER)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | feedback.h | 36 _mesa_PassThrough( GLfloat token ); 58 _mesa_feedback_token( struct gl_context *ctx, GLfloat token ) argument 61 ctx->Feedback.Buffer[ctx->Feedback.Count] = token;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | feedback.h | 36 _mesa_PassThrough( GLfloat token ); 58 _mesa_feedback_token( struct gl_context *ctx, GLfloat token ) argument 61 ctx->Feedback.Buffer[ctx->Feedback.Count] = token;
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | feedback.c | 58 * be clipped. If in feedback mode, a passthrough token 100 GLfloat token; local in function:printBuffer 104 token = buffer[size-count]; count--; 105 if (token == GL_PASS_THROUGH_TOKEN) { 110 else if (token == GL_POINT_TOKEN) { 114 else if (token == GL_LINE_TOKEN) { 119 else if (token == GL_LINE_RESET_TOKEN) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Opt.h | 65 int token; member in struct:__anon188f722b0508 100 extern _X_EXPORT OptionInfoPtr xf86TokenToOptinfo(const OptionInfoRec *table, int token); 101 extern _X_EXPORT const char *xf86TokenToOptName(const OptionInfoRec *table, int token); 102 extern _X_EXPORT Bool xf86IsOptionSet(const OptionInfoRec *table, int token); 103 extern _X_EXPORT char *xf86GetOptValString(const OptionInfoRec *table, int token); 104 extern _X_EXPORT Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value); 105 extern _X_EXPORT Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value); 106 extern _X_EXPORT Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value); 107 extern _X_EXPORT Bool xf86GetOptValFreq(const OptionInfoRec *table, int token, 109 extern _X_EXPORT Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Boo [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Opt.h | 66 int token; member in struct:__anonf1e5139e0508 122 int token); 124 int token); 125 extern _X_EXPORT Bool xf86IsOptionSet(const OptionInfoRec * table, int token); 127 int token); 129 int token, int *value); 130 extern _X_EXPORT Bool xf86GetOptValULong(const OptionInfoRec * table, int token, 132 extern _X_EXPORT Bool xf86GetOptValReal(const OptionInfoRec * table, int token, 134 extern _X_EXPORT Bool xf86GetOptValFreq(const OptionInfoRec * table, int token, 137 extern _X_EXPORT Bool xf86GetOptValBool(const OptionInfoRec * table, int token, [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winprefsyacc.y | 96 %token NEWLINE 97 %token MENU 98 %token LB 99 %token RB 100 %token ICONDIRECTORY 101 %token DEFAULTICON 102 %token ICONS 103 %token STYLES 104 %token TOPMOST 105 %token MAXIMIZ [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winprefsyacc.y | 95 %token NEWLINE 96 %token MENU 97 %token LB 98 %token RB 99 %token ICONDIRECTORY 100 %token DEFAULTICON 101 %token ICONS 102 %token STYLES 103 %token TOPMOST 104 %token MAXIMIZ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/ |
| H A D | parse.py | 85 token = XmlToken(ELEMENT_START, name, attributes, line, column) 86 self.tokens.append(token) 91 token = XmlToken(ELEMENT_END, name, None, line, column) 92 self.tokens.append(token) 103 token = XmlToken(CHARACTER_DATA, self.character_data, None, line, column) 104 self.tokens.append(token) 125 token = XmlToken(EOF, None, None, line, column) 127 token = self.tokens[self.index] 129 return token 154 self.token [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | sexps.py | 53 token = match.group(0) 54 if token == '(': 56 elif token == ')': 62 stack[-1].append(token)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | sexps.py | 58 token = match.group(0) 59 if token == '(': 61 elif token == ')': 67 stack[-1].append(token)
|