| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_tgsi.c | 51 static char err_buf[128]; variable 60 if (emit->buf != err_buf) 66 emit->ptr = err_buf; 67 emit->buf = err_buf; 68 emit->size = sizeof(err_buf); 268 if (emit.buf != err_buf)
|
| svga_tgsi_vgpu10.c | 242 static char err_buf[128]; variable 250 if (emit->buf != err_buf) 256 emit->ptr = err_buf; 257 emit->buf = err_buf; 258 emit->size = sizeof(err_buf);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_tgsi.c | 51 static char err_buf[128]; variable 60 if (emit->buf != err_buf) 66 emit->ptr = err_buf; 67 emit->buf = err_buf; 68 emit->size = sizeof(err_buf); 272 if (emit.buf != err_buf)
|
| svga_tgsi_vgpu10.c | 467 static char err_buf[128]; variable 475 if (emit->buf != err_buf) 481 emit->ptr = err_buf; 482 emit->buf = err_buf; 483 emit->size = sizeof(err_buf);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/ |
| rc_test_helpers.c | 87 char err_buf[REGEX_ERR_BUF_SIZE]; local 94 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); 95 fprintf(stderr, "Failed to compile regex: %s\n", err_buf); 106 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); 107 fprintf(stderr, "Failed to match regex: %s\n", err_buf);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/ |
| rc_test_helpers.c | 87 char err_buf[REGEX_ERR_BUF_SIZE]; local 94 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); 95 fprintf(stderr, "Failed to compile regex: %s\n", err_buf); 106 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); 107 fprintf(stderr, "Failed to match regex: %s\n", err_buf);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| kvx-parse.c | 995 char err_buf[10000] = { 0 }; 996 rule_expect_error (error_code, err_buf, 10000); 997 as_bad ("%s", err_buf); 992 char err_buf[10000] = { 0 }; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| kvx-parse.c | 995 char err_buf[10000] = { 0 }; 996 rule_expect_error (error_code, err_buf, 10000); 997 as_bad ("%s", err_buf); 992 char err_buf[10000] = { 0 }; local
|
| /xsrc/external/mit/libXaw/dist/src/ |
| TextAction.c | 3406 char err_buf[256]; local 3413 snprintf(err_buf, sizeof(err_buf), 3417 XtAppWarning(XtWidgetToApplicationContext(w), err_buf); local
|