Home
last modified time | relevance | path

Searched refs:retval (Results 301 - 325 of 502) sorted by relevance

1...<<1112131415161718192021

/third_party/python/Modules/
H A Dsocketmodule.c1688 int retval = 0; in getsockaddrarg() local
1700 return retval; in getsockaddrarg()
1735 retval = 1; in getsockaddrarg()
1739 return retval; in getsockaddrarg()
3871 PyObject *cmsg_list = NULL, *retval = NULL; in sock_recvmsg_guts() local
3954 retval = Py_BuildValue("NOiN", in sock_recvmsg_guts()
3962 if (retval == NULL) in sock_recvmsg_guts()
3968 return retval; in sock_recvmsg_guts()
4015 PyObject *buf = NULL, *retval = NULL; in sock_recvmsg() local
4032 retval in sock_recvmsg()
4084 PyObject *buffers_arg, *fast, *retval = NULL; sock_recvmsg_into() local
4489 *cmsg_fast = NULL, *retval = NULL; global() local
4680 PyObject *retval = NULL; global() local
6433 int retval; global() local
6483 const char* retval; global() local
[all...]
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_threadsync.h62 } retval; member
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c1905 int retval; in i2c_init() local
1907 retval = of_alias_get_highest_id("i2c"); in i2c_init()
1910 if (retval >= __i2c_first_dynamic_bus_num) { in i2c_init()
1911 __i2c_first_dynamic_bus_num = retval + 1; in i2c_init()
1915 retval = bus_register(&i2c_bus_type); in i2c_init()
1916 if (retval) { in i2c_init()
1917 return retval; in i2c_init()
1925 retval = -ENOMEM; in i2c_init()
1929 retval = i2c_add_driver(&dummy_driver); in i2c_init()
1930 if (retval) { in i2c_init()
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c1784 PyObject* retval = NULL; in collation_callback() local
1805 retval = PyObject_Vectorcall(ctx->callable, args + 1, nargsf, NULL); in collation_callback()
1806 if (retval == NULL) { in collation_callback()
1811 longval = PyLong_AsLongAndOverflow(retval, &result); in collation_callback()
1826 Py_XDECREF(retval); in collation_callback()
1841 PyObject* retval = NULL; in pysqlite_connection_interrupt_impl() local
1849 retval = Py_NewRef(Py_None); in pysqlite_connection_interrupt_impl()
1852 return retval; in pysqlite_connection_interrupt_impl()
1869 PyObject* retval = NULL; in pysqlite_connection_iterdump_impl() local
1902 retval in pysqlite_connection_iterdump_impl()
[all...]
/third_party/backends/backend/
H A Dhp4200.c704 int retval; in write_gamma() local
730 retval = memcmp (read_gamma, gamma, sizeof (read_gamma)); in write_gamma()
731 if (retval != 0) in write_gamma()
749 int retval; in write_default_offset_gain() local
769 retval = memcmp (gain_offset, check_data, size); in write_default_offset_gain()
771 if (retval != 0) in write_default_offset_gain()
1236 int retval; in do_coarse_calibration() local
1240 retval = compute_gain_offset (s->hw_parms.target_value.red, in do_coarse_calibration()
1244 if (retval < 0) in do_coarse_calibration()
1246 retval | in do_coarse_calibration()
[all...]
H A Dplustek-pp_io.c507 int retval; in ioP98ReadWriteTest() local
552 retval = _OK; in ioP98ReadWriteTest()
558 retval = _E_NO_DEV; in ioP98ReadWriteTest()
564 return retval; in ioP98ReadWriteTest()
H A Dgphoto2.c1510 SANE_Status retval; in sane_read() local
1513 retval = converter_do_scan_complete_cleanup (); in sane_read()
1515 if (retval != SANE_STATUS_GOOD) in sane_read()
1517 return retval; in sane_read()
1739 SANE_Int retval = 0; in read_dir() local
1765 retval = gp_list_count (dir_list); in read_dir()
1767 return retval; in read_dir()
/third_party/elfutils/libcpu/
H A Dbpf_disasm.c101 int len, retval = 0; in bpf_disasm() local
497 retval = outcb (buf, len, outcbarg); in bpf_disasm()
498 if (retval != 0) in bpf_disasm()
503 return retval; in bpf_disasm()
/third_party/node/src/
H A Dnode_binding.cc232 static std::atomic_bool retval; // Cache the return value. in libc_may_be_musl() local
234 if (has_cached_retval) return retval; in libc_may_be_musl()
235 retval = dlsym(RTLD_DEFAULT, "gnu_get_libc_version") == nullptr; in libc_may_be_musl()
237 return retval; in libc_may_be_musl()
H A Dinspector_js_api.cc188 v8::MaybeLocal<v8::Value> retval = in CallAndPauseOnStart() local
191 if (!retval.IsEmpty()) { in CallAndPauseOnStart()
192 args.GetReturnValue().Set(retval.ToLocalChecked()); in CallAndPauseOnStart()
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc210 int retval = 2; in FormatFPRegister() local
226 return retval; in FormatFPRegister()
230 int retval = 2; in FormatVectorRegister() local
246 return retval; in FormatVectorRegister()
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_lib.c654 int retval; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
660 retval = EVP_PKEY_decrypt(pkctx, ek, &eksize, in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
663 failure = ~constant_time_is_zero_s(constant_time_msb(retval) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
664 | constant_time_is_zero(retval)); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c654 int retval; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
660 retval = EVP_PKEY_decrypt(pkctx, ek, &eksize, in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
663 failure = ~constant_time_is_zero_s(constant_time_msb(retval) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
664 | constant_time_is_zero(retval)); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/third_party/python/Modules/_decimal/libmpdec/
H A Dbasearith.c315 int retval = 0; in _mpd_basedivmod() local
390 retval = 0; in _mpd_basedivmod()
393 retval = !_mpd_isallzero(u, n); in _mpd_basedivmod()
399 return retval; in _mpd_basedivmod()
/third_party/toybox/toys/pending/
H A Ddhcp6.c49 int length, state, request_length, sock, sock1, status, retval, retries;
583 TT.retval = 0; in dhcp6_main()
584 if ((TT.retval = select(maxfd + 1, &rfds, NULL, NULL, &TT.tv)) < 0) { in dhcp6_main()
588 if (!TT.retval) { in dhcp6_main()
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dmsg.c147 int retval; in newque() local
160 retval = security_msg_queue_alloc(&msq->q_perm); in newque()
161 if (retval) { in newque()
163 return retval; in newque()
176 retval = ipc_addid(&msg_ids(ns), &msq->q_perm, ns->msg_ctlmni); in newque()
177 if (retval < 0) { in newque()
179 return retval; in newque()
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_core.c325 int retval = 0; in univ8250_setup_irq() local
346 retval = serial_link_irq_chain(up); in univ8250_setup_irq()
349 return retval; in univ8250_setup_irq()
620 int retval; in univ8250_console_setup() local
634 retval = serial8250_console_setup(port, options, false); in univ8250_console_setup()
635 if (retval != 0) { in univ8250_console_setup()
638 return retval; in univ8250_console_setup()
/third_party/musl/src/crypt/
H A Dcrypt_blowfish.c757 char *retval; in __crypt_blowfish() local
766 retval = BF_crypt(key, setting, output, 16); in __crypt_blowfish()
776 if (retval) { in __crypt_blowfish()
802 if (ok && retval) in __crypt_blowfish()
803 return retval; in __crypt_blowfish()
/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c296 int retval = 0; in compare_decoding_params() local
299 retval |= PARAM_PRESENCE_FLAGS; in compare_decoding_params()
302 retval |= PARAM_BLOCKSIZE; in compare_decoding_params()
305 retval |= PARAM_MATRIX; in compare_decoding_params()
309 retval |= PARAM_OUTSHIFT; in compare_decoding_params()
315 retval |= PARAM_QUANTSTEP; in compare_decoding_params()
323 if (!(retval & PARAM_FIR) && in compare_decoding_params()
325 retval |= PARAM_FIR; in compare_decoding_params()
327 if (!(retval & PARAM_IIR) && in compare_decoding_params()
329 retval | in compare_decoding_params()
[all...]
/third_party/python/Python/
H A Dbltinmodule.c472 PyObject *retval = PyObject_Vectorcall(hook, args, nargs, keywords); in builtin_breakpoint() local
474 return retval; in builtin_breakpoint()
2645 int retval; in builtin_isinstance_impl() local
2647 retval = PyObject_IsInstance(obj, class_or_tuple); in builtin_isinstance_impl()
2648 if (retval < 0) in builtin_isinstance_impl()
2650 return PyBool_FromLong(retval); in builtin_isinstance_impl()
2673 int retval; in builtin_issubclass_impl() local
2675 retval = PyObject_IsSubclass(cls, class_or_tuple); in builtin_issubclass_impl()
2676 if (retval < 0) in builtin_issubclass_impl()
2678 return PyBool_FromLong(retval); in builtin_issubclass_impl()
[all...]
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c54 bool retval, have_state; in linux_proc_pid_is_stopped() local
68 retval = (have_state && strstr (buffer, "T (stopped)") != NULL); in linux_proc_pid_is_stopped()
70 return retval; in linux_proc_pid_is_stopped()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_rounding.cpp252 Precision retval = (increment != 0.0) in withCurrency() local
255 retval.fTrailingZeroDisplay = fTrailingZeroDisplay; in withCurrency()
256 return retval; in withCurrency()
/third_party/lame/libmp3lame/
H A Dgain_analysis.c444 Float_t retval; in GetTitleGain() local
447 retval = analyzeResult(rgData->A, sizeof(rgData->A) / sizeof(*(rgData->A))); in GetTitleGain()
463 return retval; in GetTitleGain()
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp67 ret(operand retval) in ret() argument
69 void *mem_ctx = ralloc_parent(retval.val); in ret()
70 return new(mem_ctx) ir_return(retval.val); in ret()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.cpp77 int retval; in int_from_string_with_prefix() local
78 help >> retval; in int_from_string_with_prefix() local
79 return retval; in int_from_string_with_prefix()

Completed in 43 milliseconds

1...<<1112131415161718192021