Searched refs:ret_code (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | pfpo.c | 29 #define PFPO(initial, src_type, dst_type, fn_code, round, ret_code, cc) \ argument 40 ret_code = ret; \ 51 unsigned int ret_code; in main() local 72 PFPO(0., double, _Decimal64, 0x81090600, 0, ret_code, cc); in main() 73 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81090600, ret_code, cc); in main() 76 PFPO(0., double, _Decimal64, 0x81990600, 0, ret_code, cc); in main() 77 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81990600, ret_code, cc); in main() 87 i, ret_code, cc); in main() 89 printf(" ret=%d cc=%d\n", ret_code, cc); in main() 97 i, ret_code, cc); in main() [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_test_utils.py | 265 ret_code = p.wait() 276 if os.WIFSIGNALED(ret_code): 277 self._return_code = -os.WTERMSIG(ret_code) 279 self._return_code = os.WEXITSTATUS(ret_code)
|
/external/protobuf/gtest/test/ |
D | gtest_test_utils.py | 269 ret_code = p.wait() 280 if os.WIFSIGNALED(ret_code): 281 self._return_code = -os.WTERMSIG(ret_code) 283 self._return_code = os.WEXITSTATUS(ret_code)
|
/external/gtest/test/ |
D | gtest_test_utils.py | 280 ret_code = p.wait() 291 if os.WIFSIGNALED(ret_code): 292 self._return_code = -os.WTERMSIG(ret_code) 294 self._return_code = os.WEXITSTATUS(ret_code)
|
/external/libavc/encoder/ |
D | ih264e_error.h | 46 #define SET_ERROR_ON_RETURN(error, severity, out_status, ret_code) \ argument 50 return (ret_code);\
|
/external/mesa3d/src/glx/ |
D | dri2.c | 65 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code); 178 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code) in DRI2Error() argument 198 *ret_code = False; in DRI2Error()
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 2009 int SSL_get_error(const SSL *s, int ret_code) { in SSL_get_error() argument 2014 if (ret_code > 0) { in SSL_get_error() 2028 if (ret_code == 0) { in SSL_get_error()
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 2257 int ret_code = 0; in process_block() local 2349 ret_code = BLOCK_CHANGED; in process_block() 2402 return ret_code; in process_block()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 2055 OPENSSL_EXPORT int SSL_get_error(const SSL *s, int ret_code);
|