| /src/tests/kernel/threadpool_tester/ |
| threadpool_tester.c | 368 #define RETURN_ERROR if (error) goto return_error 385 RETURN_ERROR; 392 RETURN_ERROR; 399 RETURN_ERROR; 406 RETURN_ERROR; 413 RETURN_ERROR; 420 RETURN_ERROR; 427 RETURN_ERROR; 434 RETURN_ERROR; [all...] |
| /src/tests/modules/threadpool_tester/ |
| threadpool_tester.c | 368 #define RETURN_ERROR if (error) goto return_error 385 RETURN_ERROR; 392 RETURN_ERROR; 399 RETURN_ERROR; 406 RETURN_ERROR; 413 RETURN_ERROR; 420 RETURN_ERROR; 427 RETURN_ERROR; 434 RETURN_ERROR; [all...] |
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| common-exceptions.cc | 188 else if (exception.reason == RETURN_ERROR) 202 else if (reason == RETURN_ERROR) 211 throw_it (RETURN_ERROR, error, fmt, ap);
|
| common-exceptions.h | 42 RETURN_ERROR 51 RETURN_MASK_ERROR = RETURN_MASK (RETURN_ERROR), 242 case RETURN_ERROR: ... 276 : gdb_exception (RETURN_ERROR, e, fmt, ap) 283 gdb_assert (ex.reason == RETURN_ERROR);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| common-exceptions.cc | 188 else if (exception.reason == RETURN_ERROR) 202 else if (reason == RETURN_ERROR) 211 throw_it (RETURN_ERROR, error, fmt, ap);
|
| common-exceptions.h | 42 RETURN_ERROR 51 RETURN_MASK_ERROR = RETURN_MASK (RETURN_ERROR), 242 case RETURN_ERROR: ... 276 : gdb_exception (RETURN_ERROR, e, fmt, ap) 283 gdb_assert (ex.reason == RETURN_ERROR);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| exceptions.c | 95 case RETURN_ERROR:
|
| source-cache.c | 287 if (e.reason != RETURN_ERROR)
|
| xml-support.c | 589 if (m_error.reason == RETURN_ERROR
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| cli-utils-selftests.c | 87 SELF_CHECK (ex.reason == RETURN_ERROR);
|
| gmp-utils-selftests.c | 99 SELF_CHECK (ex.reason == RETURN_ERROR);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| exceptions.c | 94 case RETURN_ERROR:
|
| source-cache.c | 287 if (e.reason != RETURN_ERROR)
|
| xml-support.c | 589 if (m_error.reason == RETURN_ERROR
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| cli-utils-selftests.c | 87 SELF_CHECK (ex.reason == RETURN_ERROR);
|
| gmp-utils-selftests.c | 99 SELF_CHECK (ex.reason == RETURN_ERROR);
|
| /src/external/bsd/zstd/dist/lib/common/ |
| error_private.h | 111 * this can't just wrap RETURN_ERROR(). 130 #define RETURN_ERROR(err, ...) \
|
| /src/external/bsd/zstd/dist/programs/ |
| benchzstd.c | 130 #define RETURN_ERROR(errorNum, retType, ...) \ 466 RETURN_ERROR( 472 RETURN_ERROR( 485 RETURN_ERROR( 492 RETURN_ERROR( 617 RETURN_ERROR(30, BMK_benchOutcome_t, "compression error"); 659 RETURN_ERROR(30, BMK_benchOutcome_t, "decompression error"); 892 RETURN_ERROR( 897 RETURN_ERROR(32, BMK_benchOutcome_t, "Dst parameters not coherent");
|
| /src/lib/libc/db/hash/ |
| hash.c | 82 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } 133 RETURN_ERROR(errno, error0); 138 RETURN_ERROR(errno, error1); 151 RETURN_ERROR(errno, error1); 153 RETURN_ERROR(EFTYPE, error1); 156 RETURN_ERROR(EFTYPE, error1); 160 RETURN_ERROR(EFTYPE, error1); 163 RETURN_ERROR(EFTYPE, error1);
|
| /src/external/bsd/zstd/dist/lib/decompress/ |
| zstd_decompress.c | 473 RETURN_ERROR(prefix_unknown, 493 RETURN_ERROR(prefix_unknown, ""); 903 RETURN_ERROR(dstBuffer_null, ""); 916 RETURN_ERROR(dstBuffer_null, ""); 1029 RETURN_ERROR(corruption_detected, "invalid block type"); 1364 RETURN_ERROR(corruption_detected, "invalid block type"); 1430 RETURN_ERROR(GENERIC, "impossible to reach"); /* some compilers require default to do something */ 1791 RETURN_ERROR(memory_allocation, "Failed to allocate memory for hash set!"); 1903 RETURN_ERROR(parameter_unsupported, ""); 1930 RETURN_ERROR(parameter_unsupported, "Static dctx does not support multiple DDicts!") [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| gdbreplay.cc | 592 if (exception.reason == RETURN_ERROR)
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| gdbreplay.cc | 591 if (exception.reason == RETURN_ERROR)
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_compress_sequences.c | 286 default: assert(0); RETURN_ERROR(GENERIC, "impossible to reach");
|
| zstd_compress.c | 715 RETURN_ERROR(stage_wrong, "can only set params in cctx init stage"); 765 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); 1019 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); 1086 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); 1094 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); 1101 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); 1166 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); 6143 RETURN_ERROR(init_missing, "call ZSTD_initCStream() first!"); 6333 RETURN_ERROR(stabilityCondition_notRespected, "ZSTD_c_stableInBuffer enabled but input differs!"); 6339 RETURN_ERROR(stabilityCondition_notRespected, "ZSTD_c_stableOutBuffer enabled but output size differs!") [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| python.c | 2344 throw_exception_sjlj (gdb_exception {RETURN_ERROR, GENERIC_ERROR}); 2606 SELF_CHECK (e.reason == RETURN_ERROR);
|