| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| parser.y | 56 new_instr(int tok) 58 instr = next_instr(tok); 116 int tok; 130 %token <tok> T_OP_NOP 131 %token <tok> T_OP_ADD 132 %token <tok> T_OP_ADDHI 133 %token <tok> T_OP_SUB 134 %token <tok> T_OP_SUBHI 135 %token <tok> T_OP_AND 136 %token <tok> T_OP_O [all...] |
| asm.c | 52 next_instr(int tok) 56 ai->tok = tok; 89 tok2alu(int tok) 91 switch (tok) { 162 switch (ai->tok) { 187 assert(ai->tok != T_OP_MSB); 193 opc = tok2alu(ai->tok); 203 instr.alu.alu = tok2alu(ai->tok); 243 if (ai->tok == T_OP_CWRITE) [all...] |
| asm.h | 40 int tok; member in struct:asm_instruction 63 struct asm_instruction *next_instr(int tok);
|
| lexer.l | 32 #define TOKEN(t) (yylval.tok = t)
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_parser.y | 294 int tok; 326 %token <tok> T_A_LOCALSIZE 327 %token <tok> T_A_CONST 328 %token <tok> T_A_BUF 329 %token <tok> T_A_INVOCATIONID 330 %token <tok> T_A_WGID 331 %token <tok> T_A_NUMWG 332 %token <tok> T_A_BRANCHSTACK 333 %token <tok> T_A_IN 334 %token <tok> T_A_OU [all...] |
| ir3_lexer.l | 32 #define TOKEN(t) (ir3_yylval.tok = t)
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| common_vgaarb.c | 48 char *tok; local 52 tok = strtok_r(input,",",&input_sp); 53 if (!tok) 59 tok = strtok_r(tmp,":",&count_sp); 60 if (!tok) 62 tok = strtok_r(NULL, ":",&count_sp); 63 if (!tok) 66 *vga_count = strtoul(tok, NULL, 10); 74 tok = strtok_r(NULL, ",",&input_sp); 75 if (!tok) [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| xkbconfig.c | 455 int tok; local 466 tok = XkbCFScan(file, &val, rtrn); 485 if (tok != XkbCF_Equals) { 489 tok = XkbCFScan(file, &val, rtrn); 490 if ((tok != XkbCF_String) && (tok != XkbCF_Ident)) { 494 tok = XkbCFScan(file, &val, rtrn); 495 if ((tok != XkbCF_EOL) && (tok != XkbCF_Semi) && (tok != XkbCF_EOF)) 1245 int tok; local [all...] |
| maprules.c | 289 char *tok, *str; local 304 while ((tok = _XStrtok(str, " ", strtok_buf)) != NULL) { 309 if (strcmp(tok, "=") == 0) 313 if (strncmp(cname[i], tok, len) == 0) { 314 if (strlen(tok) > len) { 315 char *end = get_index(tok + len, &ndx); 336 PR_DEBUG1("Component \"%s\" listed twice\n", tok); 353 fprintf(stderr, "Unknown component \"%s\" ignored\n", tok); 424 char *str, *tok; local 469 for (nread = 0; (tok = _XStrtok(str, " ", strtok_buf)) != NULL; nread++) 1139 char *tok; local [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| Pixmap.c | 110 char *tok, *str, *type = NULL, *ext = NULL, *params = NULL; local 120 tok = str; 121 while (tok = strchr(tok, ':'), tok) 123 if (tok == str || tok[-1] != '\\') 125 memmove(&tok[-1], tok, strlen(tok) + 1) 680 char *tok, *buffer = XtNewString(value.addr); local [all...] |
| TextSink.c | 1490 String tok; local 1523 for (tok = str; tok; tok = tmp) { 1532 tmp = strchr(tok, ','); 1538 params = XawParseParamsString(tok);
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| maprules.c | 262 char * tok,*str; local 275 while ((tok=_XStrtok(str," ",strtok_buf))!=NULL) { 278 if (strcmp(tok,"=")==0) 282 if (strncmp(cname[i],tok,len)==0) { 283 if(strlen(tok) > len) { 284 char *end = get_index(tok+len, &ndx); 301 DebugF("Component \"%s\" listed twice\n",tok); 317 fprintf(stderr,"Unknown component \"%s\" ignored\n",tok); 374 char * str,*tok; local 417 for (nread= 0;(tok=_XStrtok(str," ",strtok_buf))!=NULL;nread++) [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| maprules.c | 259 char *tok, *str; local 271 while ((tok = _XStrtok(str, " ", strtok_buf)) != NULL) { 274 if (strcmp(tok, "=") == 0) 278 if (strncmp(cname[i], tok, len) == 0) { 279 if (strlen(tok) > len) { 280 char *end = get_index(tok + len, &ndx); 299 DebugF("Component \"%s\" listed twice\n", tok); 315 fprintf(stderr, "Unknown component \"%s\" ignored\n", tok); 374 char *str, *tok; local 419 for (nread = 0; (tok = _XStrtok(str, " ", strtok_buf)) != NULL; nread++) [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/ |
| lava_job_submitter.py | 167 uri, usr, tok = (config.get(key) for key in ("uri", "username", "token")) 169 uri_str = "{}://{}:{}@{}{}".format(uri_obj.scheme, usr, tok, uri_obj.netloc, uri_obj.path)
|
| /xsrc/external/mit/xkbevd/dist/ |
| cfgscan.c | 59 tokText(int tok) 63 switch (tok) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| nine_shader.c | 3271 const DWORD tok = TOKEN_NEXT(tx); local 3273 tx->version.major = D3DSHADER_VERSION_MAJOR(tok); 3274 tx->version.minor = D3DSHADER_VERSION_MINOR(tok); 3276 switch (tok >> 16) { 3280 DBG("Invalid shader type: %x\n", tok); 3290 const DWORD tok = TOKEN_PEEK(tx); local 3294 ((tok & D3DSI_INSTLENGTH_MASK) >> D3DSI_INSTLENGTH_SHIFT); 3311 DWORD tok = TOKEN_PEEK(tx); local 3313 while ((tok & D3DSI_OPCODE_MASK) == D3DSIO_COMMENT) 3316 UINT size = (tok & D3DSI_COMMENTSIZE_MASK) >> D3DSI_COMMENTSIZE_SHIFT 3461 DWORD tok; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| nine_shader.c | 3236 const DWORD tok = TOKEN_NEXT(tx); local 3238 tx->version.major = D3DSHADER_VERSION_MAJOR(tok); 3239 tx->version.minor = D3DSHADER_VERSION_MINOR(tok); 3241 switch (tok >> 16) { 3245 DBG("Invalid shader type: %x\n", tok); 3255 const DWORD tok = TOKEN_PEEK(tx); local 3259 ((tok & D3DSI_INSTLENGTH_MASK) >> D3DSI_INSTLENGTH_SHIFT); 3276 DWORD tok = TOKEN_PEEK(tx); local 3278 while ((tok & D3DSI_OPCODE_MASK) == D3DSIO_COMMENT) 3281 UINT size = (tok & D3DSI_COMMENTSIZE_MASK) >> D3DSI_COMMENTSIZE_SHIFT 3426 DWORD tok; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| intel_decoder.c | 183 char *tok = strtok_r(tmp, "|", &save_ptr); local 186 while (tok != NULL) { 187 if (strcmp(tok, "render") == 0) { 189 } else if (strcmp(tok, "video") == 0) { 191 } else if (strcmp(tok, "blitter") == 0) { 197 tok = strtok_r(NULL, "|", &save_ptr);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| gen_decoder.c | 183 char *tok = strtok_r(tmp, "|", &save_ptr); local 186 while (tok != NULL) { 187 if (strcmp(tok, "render") == 0) { 189 } else if (strcmp(tok, "video") == 0) { 191 } else if (strcmp(tok, "blitter") == 0) { 197 tok = strtok_r(NULL, "|", &save_ptr);
|
| /xsrc/external/mit/xkbcomp/dist/ |
| xkbscan.c | 67 tokText(int tok) 71 switch (tok)
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| utils.c | 1799 char *tok, *tmp; local 1810 for (tok = strtok(tmp, separators); tok; tok = strtok(NULL, separators)) { 1815 list[num] = strdup(tok);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| utils.c | 2068 char *tok, *tmp; local 2079 for (tok = strtok(tmp, separators); tok; tok = strtok(NULL, separators)) { 2084 list[num] = strdup(tok);
|
| access.c | 1143 char *tok = strtok(cmd, ":"); local 1146 ret = strcmp(basename(tok), "ssh") != 0; 1148 ret = strcmp(tok, "ssh") != 0;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| rnn.c | 496 char *tok, *save, *tmp = str; local 497 while ((tok = strtok_r(str, ",", &save))) { 498 uint64_t offset = getnum(db, file, node->line, attr, tok); 511 char *tok, *save, *tmp = str; local 512 while ((tok = strtok_r(str, ",", &save))) { 513 char *doffset = strdup(tok);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| glcpp-parse.y | 1344 token_t *tok; 1347 tok = _token_create_ival (parser, INTEGER, value); 1350 _token_list_append(parser, list, tok);
|