/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_file_base.py | 229 retval = func.get_retval() 230 retval_type = retval.get_retval_type()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_smd/ |
H A D | main.c | 191 void *retval; in main() local 301 pthread_join(thread_spam, &retval); in main()
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/ |
H A D | minimal-http-client-attach.c | 215 void *retval; in main() local 269 pthread_join(lws_thread, &retval); in main()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | pthread.c | 298 int pthread_join(pthread_t thread, void **retval) in pthread_join() argument 324 if (retval) { in pthread_join() 325 *retval = pthreadData->exitCode; in pthread_join()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_bluetooth_manager.cpp | 367 int retval = 0;
in SuspendPlaying() local 371 retval = (suspendPlayingFunc() ? HDF_SUCCESS : HDF_FAILURE);
in SuspendPlaying() 375 return retval;
in SuspendPlaying()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-igmp_querier.c | 401 int retval; in send_query() local 432 retval = sendto(sd, info_p->query, query_size, 0, in send_query() 435 if (retval != query_size) { in send_query()
|
/third_party/ltp/testcases/kernel/syscalls/recvfrom/ |
H A D | recvfrom01.c | 86 int retval; /* syscall return value */ member 163 if (TEST_RETURN != tdat[testno].retval || in main() 169 TEST_RETURN, tdat[testno].retval, in main()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uvc.c | 1992 int retval; in fuvc_handle_class_setup_control() local 1999 retval = 0; in fuvc_handle_class_setup_control() 2019 retval = fuvc_handle_camera_control(fuvc, req, ctrl); in fuvc_handle_class_setup_control() 2023 retval = fuvc_handle_process_control(fuvc, req, ctrl); in fuvc_handle_class_setup_control() 2028 retval = fuvc_handle_ext_control(fuvc, req, ctrl); in fuvc_handle_class_setup_control() 2033 retval = fuvc_handle_xu_hicamera_control(fuvc, req, ctrl); in fuvc_handle_class_setup_control() 2041 if (retval <= 0) in fuvc_handle_class_setup_control() 2047 req->len = (unsigned)retval; in fuvc_handle_class_setup_control() 2054 int retval; in fuvc_handle_streaming_probe() local 2060 retval in fuvc_handle_streaming_probe() [all...] |
H A D | composite.c | 338 int retval; in composite_get_config_descriptor() local 350 retval = min(len, req->len); in composite_get_config_descriptor() 353 while (i < retval) in composite_get_config_descriptor() 367 req->len = retval; in composite_get_config_descriptor() 368 return retval; in composite_get_config_descriptor()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | show-parse.c | 748 int fncall, retval; in show_call_expression() local 784 retval = new_pseudo(); in show_call_expression() 785 printf("\tmov.%d\t\tv%d,retval\n", expr->ctype->bit_size, retval); in show_call_expression() 786 return retval; in show_call_expression() 922 int retval, new; in show_inc_dec() local 926 retval = show_load_gen(bits, expr->unop, addr); in show_inc_dec() 927 new = retval; in show_inc_dec() 930 printf("\t%s.%d\t\tv%d,v%d,$1\n", opname, bits, new, retval); in show_inc_dec() 932 return retval; in show_inc_dec() [all...] |
/third_party/libabigail/tools/ |
H A D | abicompat.cc | 662 corpus_sptr retval = NULL; in read_corpus() local 681 retval = ctf::read_corpus(rdr.get(), status); in read_corpus() 685 retval = dwarf::read_corpus_from_elf(path, di_roots, env, in read_corpus() 694 retval = rdr->read_corpus(status); in read_corpus() 708 return retval; in read_corpus()
|
/third_party/elfutils/libdwfl/ |
H A D | core-file.c | 552 int retval = dwfl_link_map_report (dwfl, auxv, auxv_size, in dwfl_core_file_report() local 555 int listed = retval > 0 ? retval : 0; in dwfl_core_file_report() 632 return listed > 0 ? listed : retval; in dwfl_core_file_report()
|
/third_party/cups-filters/filter/ |
H A D | sys5ippprinter.c | 627 retval; /* Return value */ in exec_filters() local 728 retval = 0; in exec_filters() 761 retval = 1; in exec_filters() 773 return (retval); in exec_filters()
|
/third_party/cups-filters/cupsfilters/ |
H A D | pdftoippprinter.c | 677 retval; /* Return value */ in exec_filters() local 770 retval = 0; in exec_filters() 797 retval = 1; in exec_filters() 808 return (retval); in exec_filters()
|
/third_party/libuv/src/unix/ |
H A D | os390-syscalls.c | 395 int retval; in mkdtemp() local 410 retval = -1; in mkdtemp() 422 retval = 0; in mkdtemp() 436 if (retval == -1) { in mkdtemp()
|
/third_party/libsnd/src/G72x/ |
H A D | g72x.c | 80 short retval ; in fmult() local 97 retval = (wanexp >= 0) ? ((wanmant << wanexp) & 0x7FFF) : (wanmant >> -wanexp) ; in fmult() 99 return (((an ^ srn) < 0) ? -retval : retval) ; in fmult()
|
/third_party/node/deps/uv/src/unix/ |
H A D | os390-syscalls.c | 395 int retval; in mkdtemp() local 410 retval = -1; in mkdtemp() 422 retval = 0; in mkdtemp() 436 if (retval == -1) { in mkdtemp()
|
/third_party/toybox/toys/pending/ |
H A D | syslogd.c | 408 int nfds, retval, last_len=0; in syslogd_main() local 491 retval = select(TT.sigfd[0] + 1, &rfds, NULL, NULL, (TT.interval)?&tv:NULL); in syslogd_main() 492 if (retval < 0) { in syslogd_main() 495 else if (!retval) logmsg("<46>-- MARK --", 14); in syslogd_main()
|
/third_party/ltp/testcases/kernel/controllers/libcontrollers/ |
H A D | libcontrollers.h | 48 extern int retval;
|
/third_party/node/test/cctest/ |
H A D | test_inspector_socket.cc | 254 const uv_buf_t* buf, bool* retval) { in check_data_cb() 255 *retval = false; in check_data_cb() 273 *retval = true; in check_data_cb() 279 bool retval = false; in check_data_cb() local 282 check_data_cb(expects, nread, buf, &retval); in check_data_cb() 283 if (retval) { in check_data_cb() 253 check_data_cb(read_expects* expectation, ssize_t nread, const uv_buf_t* buf, bool* retval) check_data_cb() argument
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc.c | 405 double retval = 0.; in CombinedShannonEntropy_C() local 412 retval -= VP8LFastSLog2(x); in CombinedShannonEntropy_C() 414 retval -= VP8LFastSLog2(xy); in CombinedShannonEntropy_C() 417 retval -= VP8LFastSLog2(Y[i]); in CombinedShannonEntropy_C() 420 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY); in CombinedShannonEntropy_C() 421 return (float)retval; in CombinedShannonEntropy_C()
|
/third_party/python/Modules/ |
H A D | binascii.c | 884 PyObject *retval; in binascii_a2b_hex_impl() local 907 retval = PyBytes_FromStringAndSize(NULL, (arglen/2)); in binascii_a2b_hex_impl() 908 if (!retval) in binascii_a2b_hex_impl() 910 retbuf = PyBytes_AS_STRING(retval); in binascii_a2b_hex_impl() 926 return retval; in binascii_a2b_hex_impl() 929 Py_DECREF(retval); in binascii_a2b_hex_impl()
|
/third_party/elfutils/libcpu/ |
H A D | riscv_disasm.c | 126 int retval = 0; in riscv_disasm() local 134 retval = -1; in riscv_disasm() 162 retval = -1; in riscv_disasm() 1330 retval = ENOMEM; in riscv_disasm() 1382 retval = EINVAL; in riscv_disasm() 1491 retval = outcb (strp, len, outcbarg); in riscv_disasm() 1492 if (retval != 0) in riscv_disasm() 1500 return retval; in riscv_disasm()
|
/third_party/backends/backend/ |
H A D | plustek-usbhw.c | 343 SANE_Bool retval; in usb_WaitPos() local 393 retval = SANE_FALSE; in usb_WaitPos() 435 retval = SANE_TRUE; in usb_WaitPos() 442 return retval; in usb_WaitPos() 453 SANE_Bool retval, ejected; in usb_ModuleMove() local 487 retval = SANE_TRUE; in usb_ModuleMove() 505 retval = SANE_FALSE; in usb_ModuleMove() 528 return retval; in usb_ModuleMove() 611 retval = SANE_FALSE; in usb_ModuleMove() 655 retval in usb_ModuleMove() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_ttls.c | 1316 int retval = 0; in eap_ttls_implicit_identity_request() local 1331 retval = -1; in eap_ttls_implicit_identity_request() 1349 retval = eap_ttls_encrypt_response(sm, data, resp, identifier, in eap_ttls_implicit_identity_request() 1355 if (retval < 0) { in eap_ttls_implicit_identity_request() 1360 return retval; in eap_ttls_implicit_identity_request() 1400 int retval = 0; in eap_ttls_decrypt() local 1438 retval = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted); in eap_ttls_decrypt() 1439 if (retval) in eap_ttls_decrypt() 1446 retval = -1; in eap_ttls_decrypt() 1450 retval in eap_ttls_decrypt() [all...] |