Searched refs:err_buf (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 51 static char err_buf[128]; variable 60 if (emit->buf != err_buf) in svga_shader_expand() 66 emit->ptr = err_buf; in svga_shader_expand() 67 emit->buf = err_buf; in svga_shader_expand() 68 emit->size = sizeof(err_buf); in svga_shader_expand() 272 if (emit.buf != err_buf) in svga_tgsi_vgpu9_translate()
|
D | svga_tgsi_vgpu10.c | 467 static char err_buf[128]; variable 475 if (emit->buf != err_buf) in expand() 481 emit->ptr = err_buf; in expand() 482 emit->buf = err_buf; in expand() 483 emit->size = sizeof(err_buf); in expand()
|
/third_party/boost/tools/build/src/engine/ |
D | execnt.cpp | 1321 string * err_buf; in reportWindowsError() local 1337 err_buf = cmdtab[ slot ].buffer_err; in reportWindowsError() 1339 err_buf = cmdtab[ slot ].buffer_out; in reportWindowsError() 1340 string_append( err_buf, apiName ); in reportWindowsError() 1341 string_append( err_buf, "() Windows API failed: " ); in reportWindowsError() 1343 string_append( err_buf, buf ); in reportWindowsError() 1346 string_append( err_buf, ".\n" ); in reportWindowsError() 1349 string_append( err_buf, " - " ); in reportWindowsError() 1350 string_append( err_buf, errorMessage ); in reportWindowsError() 1352 if( err_buf->value[ err_buf->size - 1 ] != '\n' ) in reportWindowsError() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 87 char err_buf[REGEX_ERR_BUF_SIZE]; in regex_helper() local 94 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper() 95 fprintf(stderr, "Failed to compile regex: %s\n", err_buf); in regex_helper() 106 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper() 107 fprintf(stderr, "Failed to match regex: %s\n", err_buf); in regex_helper()
|
/third_party/node/src/ |
D | node_worker.cc | 133 char err_buf[128]; in WorkerThreadData() local 134 uv_err_name_r(ret, err_buf, sizeof(err_buf)); in WorkerThreadData() 135 w->Exit(1, "ERR_WORKER_INIT_FAILED", err_buf); in WorkerThreadData() 671 char err_buf[128]; in StartThread() local 672 uv_err_name_r(ret, err_buf, sizeof(err_buf)); in StartThread() 676 THROW_ERR_WORKER_INIT_FAILED(isolate, err_buf); in StartThread()
|
/third_party/boost/libs/locale/test/ |
D | test_codecvt.cpp | 215 wchar_t err_buf[3] = { '1' , 0xDC9E }; // second surrogate not works both for UTF-16 and 32 in test_codecvt_err() local 216 wchar_t const *err_utf = err_buf; in test_codecvt_err()
|
/third_party/boost/libs/nowide/test/ |
D | test_codecvt.cpp | 248 wchar_t err_buf[3] = {'1', 0xDC9E, 0}; // second surrogate not works both for UTF-16 and 32 in test_codecvt_err() local 249 const wchar_t* err_utf = err_buf; in test_codecvt_err()
|
/third_party/e2fsprogs/e2fsck/ |
D | super.c | 385 goto err_buf; in release_orphan_inodes() 389 goto err_buf; in release_orphan_inodes() 410 err_buf: in release_orphan_inodes()
|
/third_party/weston/libweston/backend-drm/ |
D | vaapi-recorder.c | 876 goto err_buf; in setup_vpp() 881 err_buf: in setup_vpp()
|