| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| H A D | 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...] |
| H A D | asm.c | 52 next_instr(int tok) argument 56 ai->tok = tok; 89 tok2alu(int tok) argument 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 [all...] |
| H A D | asm.h | 40 int tok; member in struct:asm_instruction 63 struct asm_instruction *next_instr(int tok);
|
| H A D | lexer.l | 32 #define TOKEN(t) (yylval.tok = t)
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | 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...] |
| H A D | ir3_lexer.l | 32 #define TOKEN(t) (ir3_yylval.tok = t)
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | common_vgaarb.c | 48 char *tok; local in function:parse_string_to_decodes_rsrc 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/ |
| H A D | xkbconfig.c | 453 int tok; local in function:DefaultParser 464 tok = XkbCFScan(file, &val, rtrn); 481 if (tok != XkbCF_Equals) { 485 tok = XkbCFScan(file, &val, rtrn); 486 if ((tok != XkbCF_String) && (tok != XkbCF_Ident)) { 490 tok = XkbCFScan(file, &val, rtrn); 491 if ((tok != XkbCF_EOL) && (tok != XkbCF_Semi) && (tok ! 1242 int tok; local in function:XkbCFParse [all...] |
| H A D | maprules.c | 285 char *tok, *str; local in function:SetUpRemap 300 while ((tok = _XStrtok(str, " ", strtok_buf)) != NULL) { 305 if (strcmp(tok, "=") == 0) 309 if (strncmp(cname[i], tok, len) == 0) { 310 if (strlen(tok) > len) { 311 char *end = get_index(tok + len, &ndx); 332 PR_DEBUG1("Component \"%s\" listed twice\n", tok); 349 fprintf(stderr, "Unknown component \"%s\" ignored\n", tok); 420 char *str, *tok; local in function:CheckLine 465 for (nread = 0; (tok 1134 char *tok; local in function:XkbRF_LoadDescriptions [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Pixmap.c | 110 char *tok, *str, *type = NULL, *ext = NULL, *params = NULL; local in function:XawParseParamsString 120 tok = str; 121 while (tok = strchr(tok, ':'), tok) 123 if (tok == str || tok[-1] != '\\') 125 memmove(&tok[-1], tok, strlen(tok) 680 char *tok, *buffer = XtNewString(value.addr); local in function:GetResourcePixmapPath [all...] |
| H A D | TextSink.c | 1490 String tok; local in function:XawTextSinkConvertPropertyList 1523 for (tok = str; tok; tok = tmp) { 1532 tmp = strchr(tok, ','); 1538 params = XawParseParamsString(tok);
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | maprules.c | 262 char * tok,*str; local in function:SetUpRemap 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 in function:CheckLine 417 for (nread= 0;(tok [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | maprules.c | 259 char *tok, *str; local in function:SetUpRemap 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 in function:CheckLine 419 for (nread = 0; (tok [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/ |
| H A D | 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/ |
| H A D | cfgscan.c | 59 tokText(int tok) argument 63 switch (tok) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_shader.c | 3236 const DWORD tok = TOKEN_NEXT(tx); local in function:sm1_read_version 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 in function:sm1_parse_get_skip 3259 ((tok & D3DSI_INSTLENGTH_MASK) >> D3DSI_INSTLENGTH_SHIFT); 3276 DWORD tok = TOKEN_PEEK(tx); local in function:sm1_parse_comments 3278 while ((tok & D3DSI_OPCODE_MASK) == D3DSIO_COMMENT) 3281 UINT size = (tok 3309 sm1_parse_dst_param(struct sm1_dst_param * dst,DWORD tok) argument 3325 sm1_parse_src_param(struct sm1_src_param * src,DWORD tok) argument 3426 DWORD tok; local in function:sm1_parse_instruction [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 3271 const DWORD tok = TOKEN_NEXT(tx); local in function:sm1_read_version 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 in function:sm1_parse_get_skip 3294 ((tok & D3DSI_INSTLENGTH_MASK) >> D3DSI_INSTLENGTH_SHIFT); 3311 DWORD tok = TOKEN_PEEK(tx); local in function:sm1_parse_comments 3313 while ((tok & D3DSI_OPCODE_MASK) == D3DSIO_COMMENT) 3316 UINT size = (tok 3344 sm1_parse_dst_param(struct sm1_dst_param * dst,DWORD tok) argument 3360 sm1_parse_src_param(struct sm1_src_param * src,DWORD tok) argument 3461 DWORD tok; local in function:sm1_parse_instruction [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_decoder.c | 183 char *tok = strtok_r(tmp, "|", &save_ptr); local in function:create_group 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/dist/src/intel/common/ |
| H A D | intel_decoder.c | 183 char *tok = strtok_r(tmp, "|", &save_ptr); local in function:create_group 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/ |
| H A D | xkbscan.c | 63 tokText(int tok) argument 67 switch (tok)
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | utils.c | 1799 char *tok, *tmp; local in function:xstrtokenize 1810 for (tok = strtok(tmp, separators); tok; tok = strtok(NULL, separators)) { 1815 list[num] = strdup(tok);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | utils.c | 2066 char *tok, *tmp; local in function:xstrtokenize 2077 for (tok = strtok(tmp, separators); tok; tok = strtok(NULL, separators)) { 2082 list[num] = strdup(tok);
|
| H A D | access.c | 1143 char *tok = strtok(cmd, ":"); local in function:ComputeLocalClient 1146 ret = strcmp(basename(tok), "ssh") != 0; 1148 ret = strcmp(tok, "ssh") != 0;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | rnn.c | 496 char *tok, *save, *tmp = str; local in function:trydelem 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 in function:trydelem 512 while ((tok = strtok_r(str, ",", &save))) { 513 char *doffset = strdup(tok);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.y | 1344 token_t *tok; 1347 tok = _token_create_ival (parser, INTEGER, value); 1350 _token_list_append(parser, list, tok);
|