/third_party/curl/lib/ |
H A D | multi.c | 1218 int *ret, 1410 if(ret && !pollrc && wsa_events.lNetworkEvents) 1440 if(ret && !pollrc && wsa_events.lNetworkEvents) 1478 if(ret) 1479 *ret = retcode; 1506 int *ret) 1508 return multi_wait(multi, extra_fds, extra_nfds, timeout_ms, ret, FALSE, 1516 int *ret) 1518 return multi_wait(multi, extra_fds, extra_nfds, timeout_ms, ret, TRUE, 2490 CURLcode ret local 1214 multi_wait(struct Curl_multi *multi, struct curl_waitfd extra_fds[], unsigned int extra_nfds, int timeout_ms, int *ret, bool extrawait, bool use_wakeup) global() argument 1502 curl_multi_wait(struct Curl_multi *multi, struct curl_waitfd extra_fds[], unsigned int extra_nfds, int timeout_ms, int *ret) global() argument 1512 curl_multi_poll(struct Curl_multi *multi, struct curl_waitfd extra_fds[], unsigned int extra_nfds, int timeout_ms, int *ret) global() argument 2505 CURLcode ret = Curl_retry_request(data, &newurl); global() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ia64.S | 187 (p6) br.ret.spnt.many b0 };; 224 br.ret.sptk.many b0 };; 240 (p6) br.ret.spnt.many b0 };; 277 br.ret.sptk.many b0 };; 303 (p6) br.ret.spnt.many b0 };; 395 br.ret.sptk.many b0 };; 416 (p6) br.ret.spnt.many b0 };; 463 br.ret.sptk.many b0 };; 484 (p6) br.ret.spnt.many b0 };; 528 br.ret [all...] |
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_clnt.c | 2041 int ret = 0; in tls_process_ske_dhe() local 2115 ret = 1; in tls_process_ske_dhe() 2126 return ret; in tls_process_ske_dhe() 2706 int ret = s->ctx->ext.status_cb(s, s->ctx->ext.status_arg); in tls_process_initial_server_flight() local 2708 if (ret == 0) { in tls_process_initial_server_flight() 2713 if (ret < 0) { in tls_process_initial_server_flight() 2759 int ret = 0; in tls_construct_cke_psk_preamble() local 2818 ret = 1; in tls_construct_cke_psk_preamble() 2826 return ret; in tls_construct_cke_psk_preamble() 2920 int ret in tls_construct_cke_dhe() local 2981 int ret = 0; tls_construct_cke_ecdhe() local [all...] |
/third_party/protobuf/conformance/ |
H A D | binary_json_conformance_suite.cc | 84 string ret; in cat() local 85 ret.reserve(a.size() + b.size() + c.size() + d.size() + e.size() + f.size() + in cat() 87 ret.append(a); in cat() 88 ret.append(b); in cat() 89 ret.append(c); in cat() 90 ret.append(d); in cat() 91 ret.append(e); in cat() 92 ret.append(f); in cat() 93 ret.append(g); in cat() 94 ret in cat() [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | ia64.S | 187 (p6) br.ret.spnt.many b0 };; 224 br.ret.sptk.many b0 };; 240 (p6) br.ret.spnt.many b0 };; 277 br.ret.sptk.many b0 };; 303 (p6) br.ret.spnt.many b0 };; 395 br.ret.sptk.many b0 };; 416 (p6) br.ret.spnt.many b0 };; 463 br.ret.sptk.many b0 };; 484 (p6) br.ret.spnt.many b0 };; 528 br.ret [all...] |
/third_party/openssl/ssl/statem/ |
H A D | statem_clnt.c | 2033 int ret = 0; in tls_process_ske_dhe() local 2107 ret = 1; in tls_process_ske_dhe() 2118 return ret; in tls_process_ske_dhe() 2698 int ret = s->ctx->ext.status_cb(s, s->ctx->ext.status_arg); in tls_process_initial_server_flight() local 2700 if (ret == 0) { in tls_process_initial_server_flight() 2705 if (ret < 0) { in tls_process_initial_server_flight() 2751 int ret = 0; in tls_construct_cke_psk_preamble() local 2810 ret = 1; in tls_construct_cke_psk_preamble() 2818 return ret; in tls_construct_cke_psk_preamble() 2912 int ret in tls_construct_cke_dhe() local 2973 int ret = 0; tls_construct_cke_ecdhe() local [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcmap.c | 3471 FT_UInt32 *ret; in tt_cmap14_get_nondef_chars() local 3479 ret = cmap14->results; in tt_cmap14_get_nondef_chars() 3482 ret[i] = (FT_UInt32)TT_NEXT_UINT24( p ); in tt_cmap14_get_nondef_chars() 3485 ret[i] = 0; in tt_cmap14_get_nondef_chars() 3487 return ret; in tt_cmap14_get_nondef_chars() 3531 FT_UInt32 *ret; in tt_cmap14_variant_chars() local 3551 ret = cmap14->results; in tt_cmap14_variant_chars() 3565 ret[i++] = duni + k; in tt_cmap14_variant_chars() 3578 ret[i++] = nuni; in tt_cmap14_variant_chars() 3595 ret[ in tt_cmap14_variant_chars() [all...] |
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 463 napi_value ret;
in createArrayAndGetLength() local 464 NAPI_CALL(env, napi_create_array(env, &ret));
in createArrayAndGetLength() 471 NAPI_CALL(env, napi_set_element(env, ret, i, e));
in createArrayAndGetLength() 473 return ret;
in createArrayAndGetLength() 492 napi_value ret;
in getArrayWithLength() local 493 NAPI_CALL(env, napi_create_array_with_length(env, array_length, &ret));
in getArrayWithLength() 497 NAPI_CALL(env, napi_set_element(env, ret, i, e));
in getArrayWithLength() 500 return ret;
in getArrayWithLength() 1554 napi_value ret;
in setAndDeleteProperty() local 1556 NAPI_CALL(env, napi_get_boolean(env, result, &ret));
in setAndDeleteProperty() 1578 napi_value ret; hasOwnProperty() local 1663 napi_value ret; hasNamedProperty() local 2191 int32_t ret = 0; AddCallbackCompleteCB() local 2292 napi_value ret; SayHello() local 2436 napi_value ret; callFunction() local 2458 napi_value ret; CallJs() local 3631 auto ret = napi_create_ark_runtime(&env); NewThreadFunc() local 3706 auto ret = napi_create_ark_runtime(&env); CallBeforeRunningFunc() local 3719 auto ret = napi_create_ark_runtime(&env); CallAfterRunFunc() local 4213 napi_value ret; CallAddNumFunction() local 4334 napi_value ret; ExceptionalCallAddNumFunction() local 4481 napi_value ret; CreateSendableArrayTest() local [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 3108 int ret = ttyname_r(fd, buffer, size); in os_ttyname_impl() local 3109 if (ret != 0) { in os_ttyname_impl() 3111 errno = ret; in os_ttyname_impl() 3131 char *ret; in os_ctermid_impl() local 3135 ret = ctermid_r(buffer); in os_ctermid_impl() 3137 ret = ctermid(buffer); in os_ctermid_impl() 3139 if (ret == NULL) in os_ctermid_impl() 4456 BOOL ret; in os__getvolumepathname_impl() local 4471 ret = GetVolumePathNameW(path->wide, mountpath, in os__getvolumepathname_impl() 4475 if (!ret) { in os__getvolumepathname_impl() 4504 HRESULT ret; os__path_splitroot_impl() local 4516 ret = PathCchSkipRoot(buffer, &end); os__path_splitroot_impl() local 9982 Py_ssize_t ret; os_sendfile_impl() local 10056 ret = sendfile(in_fd, out_fd, offset, &sbytes, &sf, flags); os_sendfile_impl() local 10171 int ret; os__fcopyfile_impl() local 10174 ret = fcopyfile(in_fd, out_fd, NULL, flags); os__fcopyfile_impl() local 10577 Py_ssize_t ret; os_copy_file_range_impl() local 10605 ret = copy_file_range(src, p_offset_src, dst, p_offset_dst, count, flags); os_copy_file_range_impl() local 10650 Py_ssize_t ret; os_splice_impl() local 10674 ret = splice(src, p_offset_src, dst, p_offset_dst, count, flags); os_splice_impl() local [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9itxfm_neon.S | 316 ret 472 ret 517 ret 541 ret 696 ret 790 ret x14 809 ret x14 837 ret x14 928 ret x15 963 ret x1 [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 172 ret 256 ret 274 ret 379 ret 392 ret 489 ret 507 ret 642 ret 672 ret 844 ret [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 176 ret 261 ret 279 ret 385 ret 400 ret 499 ret 517 ret 654 ret 688 ret 863 ret [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 243 bool ret = o->serialize_subset (subset_context, offset, base); in operator ()() 244 if (!ret) in operator ()() 249 return ret; in operator ()() 274 bool ret = o->serialize_subset (subset_context, offset, base, arg); in operator ()() 275 if (!ret) in operator ()() 280 return ret; in operator ()() 324 bool ret = record.subset (subset_layout_context, base); in operator ()() local 325 if (!ret) subset_layout_context->subset_context->serializer->revert (snap); in operator ()() 412 bool ret = out->offset.serialize_subset (c->subset_context, offset, base, c, &tag); in subset() local 413 return_trace (ret); in subset() 521 bool ret = _.first.subset (l, this); subset() local 688 bool ret = bool (it); subset() local 790 bool ret = ls.subset (c, l); subset() local 1731 bool ret = bool (it); subset() local 3128 bool ret = out->feature.serialize_subset (c->subset_context, feature, base, c); subset() local [all...] |
/applications/sample/camera/setting/setting/src/main/cpp/ |
H A D | setting_wifi_ability_slice.cpp | 93 bool ret = SetWantData(&want1, ssid, strlen(ssid) + 1); in SetWifiButtonListener() 94 if (ret != true) { in SetWifiButtonListener()
|
/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | profile_database.cpp | 189 int ret = store.SetVersion(newVersion); in OnDowngrade() local 190 return ret; in OnDowngrade()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/update/ |
H A D | hal_hota_board.c | 173 int ret = strcpy_s(path, len ,"/sdcard");
in HotaHalGetOtaPkgPath() local 174 if (ret != 0) {
in HotaHalGetOtaPkgPath()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | bignum.h | 52 if( ( ret = (f) ) != 0 ) \ 569 * \param ret The result of the comparison: 578 unsigned *ret );
|
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/ |
H A D | usb_impl_mock.cpp | 110 auto ret = subscriber_->DeviceEvent(info); in SubscriberDeviceEvent() local 111 return ret; in SubscriberDeviceEvent()
|
/drivers/hdf_core/framework/core/common/src/ |
H A D | hdf_attribute_macro.c | 208 int ret = HDF_DEV_ERR_NO_DEVICE; in HdfAttributeManagerGetDeviceList() local 225 return ret; in HdfAttributeManagerGetDeviceList()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/v4l2_source_node/ |
H A D | v4l2_source_node.cpp | 196 int ret = FindCameraMetadataItem(data, OHOS_CONTROL_FPS_RANGES, &entry); in GetUpdateFps() local 197 if (ret == 0) { in GetUpdateFps()
|
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/ |
H A D | uvc_node.cpp | 163 int ret = FindCameraMetadataItem(data, OHOS_CONTROL_FPS_RANGES, &entry); in GetUpdateFps() local 164 if (ret == 0) { in GetUpdateFps()
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_manager_service.c | 121 CODEC_LOGE("OmxAdapterDestroyComponent ret err[%{public}d]!", err); in OmxManagerDestroyComponent() 149 CODEC_LOGE("CodecComponentTypeServiceGet ret null!"); in OmxManagerCreateComponent() 155 CODEC_LOGE("CodecComponentTypeServiceGet ret null!"); in OmxManagerCreateComponent() 235 int32_t ret = CleanMapperOfDiedService(remote, compIds, &size); in CleanRemoteServiceResource() local 236 if (ret != HDF_SUCCESS) { in CleanRemoteServiceResource()
|
/drivers/peripheral/connected_nfc_tag/vendor_adapter/ |
H A D | connected_nfc_tag_vendor_adapter.cpp | 223 int32_t ret = infHandle.readNdefData(buff, &buffLen);
in ReadNdefData() local 224 if (ret != 0) {
in ReadNdefData()
|
/drivers/peripheral/input/ddk_service/src/emit_event_manager/ |
H A D | virtual_device.cpp | 105 errno_t ret = strncpy_s(uinputDev_.name, MAX_NAME_LENGTH, deviceName_, MAX_NAME_LENGTH - 1); in SetUp() local 106 if (ret != EOK) { in SetUp()
|
/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | collector_impl.cpp | 186 int32_t ret = callback_->OnMessage(HdiExecutorRole::VERIFIER, msg);
in SetData() 187 if (ret != SUCCESS) {
in SetData()
|