Lines Matching refs:strcmp
138 if (strcmp(atts[i], "count") == 0) {
142 } else if (strcmp(atts[i], "start") == 0) {
144 } else if (strcmp(atts[i], "size") == 0) {
176 if (strcmp(atts[i], "length") == 0) {
178 } else if (strcmp(atts[i], "bias") == 0) {
180 } else if (strcmp(atts[i], "engine") == 0) {
188 if (strcmp(tok, "render") == 0) {
190 } else if (strcmp(tok, "video") == 0) {
192 } else if (strcmp(tok, "blitter") == 0) {
235 if (strcmp(atts[i], "num") == 0)
285 if (strcmp(s, "int") == 0)
287 else if (strcmp(s, "uint") == 0)
289 else if (strcmp(s, "bool") == 0)
291 else if (strcmp(s, "float") == 0)
293 else if (strcmp(s, "address") == 0)
295 else if (strcmp(s, "offset") == 0)
305 else if (strcmp(s, "mbo") == 0)
307 else if (strcmp(s, "mbz") == 0)
324 if (strcmp(atts[i], "name") == 0) {
326 if (strcmp(field->name, "DWord Length") == 0) {
329 } else if (strcmp(atts[i], "start") == 0) {
331 } else if (strcmp(atts[i], "end") == 0) {
333 } else if (strcmp(atts[i], "type") == 0) {
335 } else if (strcmp(atts[i], "default") == 0 &&
365 if (strcmp(atts[i], "name") == 0)
367 else if (strcmp(atts[i], "value") == 0)
407 if (strcmp(atts[i], "name") == 0)
409 else if (strcmp(atts[i], "gen") == 0)
413 if (strcmp(element_name, "genxml") == 0) {
427 } else if (strcmp(element_name, "instruction") == 0) {
429 } else if (strcmp(element_name, "struct") == 0) {
431 } else if (strcmp(element_name, "register") == 0) {
434 } else if (strcmp(element_name, "group") == 0) {
438 } else if (strcmp(element_name, "field") == 0) {
440 } else if (strcmp(element_name, "enum") == 0) {
442 } else if (strcmp(element_name, "value") == 0) {
461 if (strcmp(name, "instruction") == 0 ||
462 strcmp(name, "struct") == 0 ||
463 strcmp(name, "register") == 0) {
478 if (strcmp(name, "instruction") == 0)
480 else if (strcmp(name, "struct") == 0)
482 else if (strcmp(name, "register") == 0) {
488 } else if (strcmp(name, "group") == 0) {
490 } else if (strcmp(name, "field") == 0) {
497 } else if (strcmp(name, "enum") == 0) {
782 if (strcmp(field->name, name) == 0) {
1131 } else if (strcmp(iter->name, "Surface Format") == 0 ||
1132 strcmp(iter->name, "Source Element Format") == 0) {