/third_party/node/deps/openssl/openssl/crypto/seed/ |
H A D | seed.c | 405 unsigned int s0, s1, s2, s3, ret; in G_FUNC() local 412 ret = ((s0 & 0xFC) ^ (s1 & 0xF3) ^ (s2 & 0xCF) ^ (s3 & 0x3F)); in G_FUNC() 413 ret |= ((s0 & 0xF3) ^ (s1 & 0xCF) ^ (s2 & 0x3F) ^ (s3 & 0xFC)) << 8; in G_FUNC() 414 ret |= ((s0 & 0xCF) ^ (s1 & 0x3F) ^ (s2 & 0xFC) ^ (s3 & 0xF3)) << 16; in G_FUNC() 415 ret |= ((s0 & 0x3F) ^ (s1 & 0xFC) ^ (s2 & 0xF3) ^ (s3 & 0xCF)) << 24; in G_FUNC() 417 return ret; in G_FUNC()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | bio.h | 277 long argl, long ret); 282 long argl, long ret); 287 long argl, int ret, size_t *processed); 291 int argi, long argl, int ret, size_t *processed); 553 # define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret))
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 202 ret 252 ret 418 ret 705 ret 734 s/\bbx\s+lr\b/ret/o; 790 s/^(\s+)ret/$1bx\tlr/o;
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | bio.h | 277 long argl, long ret); 282 long argl, long ret); 287 long argl, int ret, size_t *processed); 291 int argi, long argl, int ret, size_t *processed); 553 # define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret))
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 355 int ret; in OSSL_CMP_CTX_setup_CRM() local 359 ret = OSSL_CRMF_MSG_set1_regCtrl_oldCertID(crm, cid); in OSSL_CMP_CTX_setup_CRM() 361 if (ret == 0) in OSSL_CMP_CTX_setup_CRM() 523 int ret; in ossl_cmp_rr_new() local 533 ret = ctx->oldCert != NULL in ossl_cmp_rr_new() 543 if (!ret) in ossl_cmp_rr_new()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memblock.c | 1171 int ret = -1; in pa_memimport_attach_memfd() local 1187 ret = 0; in pa_memimport_attach_memfd() 1191 return ret; in pa_memimport_attach_memfd() 1263 int ret = 0; in pa_memimport_process_revoke() local 1269 ret = -1; in pa_memimport_process_revoke() 1278 return ret; in pa_memimport_process_revoke()
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 202 ret 252 ret 418 ret 705 ret 735 s/\bbx\s+lr\b/ret/o; 788 s/^(\s+)ret/$1bx\tlr/o;
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 355 int ret; in OSSL_CMP_CTX_setup_CRM() local 359 ret = OSSL_CRMF_MSG_set1_regCtrl_oldCertID(crm, cid); in OSSL_CMP_CTX_setup_CRM() 361 if (ret == 0) in OSSL_CMP_CTX_setup_CRM() 523 int ret; in ossl_cmp_rr_new() local 533 ret = ctx->oldCert != NULL in ossl_cmp_rr_new() 543 if (!ret) in ossl_cmp_rr_new()
|
/third_party/openssl/crypto/seed/ |
H A D | seed.c | 405 unsigned int s0, s1, s2, s3, ret; in G_FUNC() local 412 ret = ((s0 & 0xFC) ^ (s1 & 0xF3) ^ (s2 & 0xCF) ^ (s3 & 0x3F)); in G_FUNC() 413 ret |= ((s0 & 0xF3) ^ (s1 & 0xCF) ^ (s2 & 0x3F) ^ (s3 & 0xFC)) << 8; in G_FUNC() 414 ret |= ((s0 & 0xCF) ^ (s1 & 0x3F) ^ (s2 & 0xFC) ^ (s3 & 0xF3)) << 16; in G_FUNC() 415 ret |= ((s0 & 0x3F) ^ (s1 & 0xFC) ^ (s2 & 0xF3) ^ (s3 & 0xCF)) << 24; in G_FUNC() 417 return ret; in G_FUNC()
|
/third_party/python/Lib/test/ |
H A D | test_threading.py | 329 ret = worker_started.wait() 330 self.assertTrue(ret) 1197 ret = test.support.run_in_subinterp(code) 1198 self.assertEqual(ret, 0) 1234 ret = test.support.run_in_subinterp(code) 1235 self.assertEqual(ret, 0)
|
/third_party/python/PC/ |
H A D | winreg.c | 296 void* ret; in winreg_HKEYType_Detach_impl() local 300 ret = (void*)self->hkey; in winreg_HKEYType_Detach_impl() 302 return PyLong_FromVoidPtr(ret); in winreg_HKEYType_Detach_impl() 1459 PyObject *ret; in winreg_QueryInfoKey_impl() local 1475 ret = Py_BuildValue("iiO", nSubKeys, nValues, l); in winreg_QueryInfoKey_impl() 1477 return ret; in winreg_QueryInfoKey_impl()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_hostap.c | 408 int ret = 0; in wpa_driver_hostap_set_key() local 449 ret = -1; in wpa_driver_hostap_set_key() 453 return ret; in wpa_driver_hostap_set_key() 464 int ret = 0; in hostap_get_seqnum() local 481 ret = -1; in hostap_get_seqnum() 487 return ret; in hostap_get_seqnum()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | ikev2.c | 39 int ret; in ikev2_derive_keys() local 109 ret = ikev2_derive_sk_keys(prf, integ, encr, skeyseed, buf, buf_len, in ikev2_derive_keys() 112 return ret; in ikev2_derive_keys() 651 int ret; in ikev2_process_sa_auth() local 660 ret = ikev2_process_sa_auth_decrypted(data, pl->encr_next_payload, in ikev2_process_sa_auth() 664 return ret; in ikev2_process_sa_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.c | 243 int ret; in hostapd_set_ap_wps_ie() local 252 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp, in hostapd_set_ap_wps_ie() 257 return ret; in hostapd_set_ap_wps_ie() 918 int ret, i, acs_ch_list_all = 0; in hostapd_drv_do_acs() local 980 ret = hapd->driver->do_acs(hapd->drv_priv, ¶ms); in hostapd_drv_do_acs() 983 return ret; in hostapd_drv_do_acs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_hostap.c | 406 int ret = 0; in wpa_driver_hostap_set_key() local 453 ret = -1; in wpa_driver_hostap_set_key() 457 return ret; in wpa_driver_hostap_set_key() 468 int ret = 0; in hostap_get_seqnum() local 485 ret = -1; in hostap_get_seqnum() 491 return ret; in hostap_get_seqnum()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | ikev2.c | 39 int ret; in ikev2_derive_keys() local 109 ret = ikev2_derive_sk_keys(prf, integ, encr, skeyseed, buf, buf_len, in ikev2_derive_keys() 112 return ret; in ikev2_derive_keys() 653 int ret; in ikev2_process_sa_auth() local 662 ret = ikev2_process_sa_auth_decrypted(data, pl->encr_next_payload, in ikev2_process_sa_auth() 666 return ret; in ikev2_process_sa_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.c | 237 int ret; in hostapd_set_ap_wps_ie() local 246 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp, in hostapd_set_ap_wps_ie() 251 return ret; in hostapd_set_ap_wps_ie() 881 int ret, i, acs_ch_list_all = 0; in hostapd_drv_do_acs() local 956 ret = hapd->driver->do_acs(hapd->drv_priv, ¶ms); in hostapd_drv_do_acs() 959 return ret; in hostapd_drv_do_acs()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 941 bool ret = dma_fence_remove_callback(pp_job->dma_fence_context.mali_dma_fence_waiters[j]->fence, local 945 bool ret = fence_remove_callback(pp_job->dma_fence_context.mali_dma_fence_waiters[j]->fence, 948 if (ret) { 1267 int ret; local 1288 ret = sync_fence_wait_async(sync_fence, &tracker->sync_fence_waiter); 1291 ret = mali_internal_sync_fence_wait_async(sync_fence, &tracker->sync_fence_waiter); 1293 if (ret == 1) { 1297 } else if (ret != 0) { 1298 MALI_PRINT_ERROR(("Mali Timeline: sync fence fd %d signaled with error %d\n", tracker->fence.sync_fd, ret));
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 928 bool ret = dma_fence_remove_callback(pp_job->dma_fence_context.mali_dma_fence_waiters[j]->fence, local 932 bool ret = fence_remove_callback(pp_job->dma_fence_context.mali_dma_fence_waiters[j]->fence, 935 if (ret) { 1249 int ret; local 1270 ret = sync_fence_wait_async(sync_fence, &tracker->sync_fence_waiter); 1273 ret = mali_internal_sync_fence_wait_async(sync_fence, &tracker->sync_fence_waiter); 1275 if (1 == ret) { 1279 } else if (0 != ret) { 1280 MALI_PRINT_ERROR(("Mali Timeline: sync fence fd %d signaled with error %d\n", tracker->fence.sync_fd, ret));
|
/third_party/ffmpeg/libavutil/ |
H A D | pixdesc.c | 2705 int i, planes[4] = { 0 }, ret = 0; in av_pix_fmt_count_planes() local 2713 ret += planes[i]; in av_pix_fmt_count_planes() 2714 return ret; in av_pix_fmt_count_planes() 2837 int ret, loss, i, nb_components; in get_pix_fmt_score() local 2857 if ((ret = get_pix_fmt_depth(&src_min_depth, &src_max_depth, src_pix_fmt)) < 0) in get_pix_fmt_score() 2859 if ((ret = get_pix_fmt_depth(&dst_min_depth, &dst_max_depth, dst_pix_fmt)) < 0) in get_pix_fmt_score() 2947 int ret = get_pix_fmt_score(dst_pix_fmt, src_pix_fmt, &loss, has_alpha ? ~0 : ~FF_LOSS_ALPHA); in av_get_pix_fmt_loss() local 2948 if (ret < 0) in av_get_pix_fmt_loss() 2949 return ret; in av_get_pix_fmt_loss()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_local.h | 583 snd_pcm_sframes_t ret = snd_pcm_mmap_playback_hw_avail(pcm); in snd_pcm_mmap_playback_hw_rewindable() local 584 return (ret >= 0) ? ret : 0; in snd_pcm_mmap_playback_hw_rewindable() 589 snd_pcm_sframes_t ret = snd_pcm_mmap_capture_hw_avail(pcm); in snd_pcm_mmap_capture_hw_rewindable() local 590 return (ret >= 0) ? ret : 0; in snd_pcm_mmap_capture_hw_rewindable() 595 snd_pcm_sframes_t ret = snd_pcm_mmap_hw_avail(pcm); in snd_pcm_mmap_hw_rewindable() local 596 return (ret >= 0) ? ret : 0; in snd_pcm_mmap_hw_rewindable()
|
/third_party/lame/libmp3lame/ |
H A D | id3tag.c | 578 int ret; in id3tag_set_genre_utf16() local 597 ret = id3v2_add_ucs2_lng(gfp, ID_GENRE, 0, text); in id3tag_set_genre_utf16() 598 if (ret == 0) { in id3tag_set_genre_utf16() 602 return ret; in id3tag_set_genre_utf16() 1190 int ret = 0; in id3tag_set_track() local 1197 ret = -1; /* track number out of ID3v1 range, ignored for ID3v1 */ in id3tag_set_track() 1211 return ret; in id3tag_set_track() 1303 int ret = 0; in id3tag_set_genre() local 1318 return ret; in id3tag_set_genre()
|
/third_party/node/src/ |
H A D | node_buffer.cc | 210 size_t* ret) { in ParseArrayIndex() 212 *ret = def; in ParseArrayIndex() 228 *ret = static_cast<size_t>(tmp_i); in ParseArrayIndex() 561 Local<Value> ret; in StringSlice() local 562 if (!maybe_ret.ToLocal(&ret)) { in StringSlice() 567 args.GetReturnValue().Set(ret); in StringSlice() 613 Local<Value> ret; in DecodeUTF8() local 615 if (!maybe_ret.ToLocal(&ret)) { in DecodeUTF8() 621 args.GetReturnValue().Set(ret); in DecodeUTF8() 207 ParseArrayIndex(Environment* env, Local<Value> arg, size_t def, size_t* ret) ParseArrayIndex() argument
|
H A D | node_messaging.cc | 1255 BaseObjectList ret; in NestedTransferables() local 1261 ret.emplace_back(Unwrap<BaseObject>(value)); in NestedTransferables() 1263 return Just(ret); in NestedTransferables() 1310 Local<Value> ret; in Deserialize() 1313 context, Null(env->isolate()), 1, &info).ToLocal(&ret) || in Deserialize() 1314 !env->base_object_ctor_template()->HasInstance(ret)) { in Deserialize() 1318 return BaseObjectPtr<BaseObject> { Unwrap<BaseObject>(ret) }; in Deserialize() 1324 auto ret = serializer->WriteValue(context, PersistentToLocal::Strong(data_)); in FinalizeTransferWrite() local 1326 return ret; in FinalizeTransferWrite()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_ciph.c | 1417 int ret = set_ciphersuites(&(ctx->tls13_ciphersuites), str); in SSL_CTX_set_ciphersuites() local 1419 if (ret && ctx->cipher_list != NULL) in SSL_CTX_set_ciphersuites() 1423 return ret; in SSL_CTX_set_ciphersuites() 1429 int ret = set_ciphersuites(&(s->tls13_ciphersuites), str); in SSL_set_ciphersuites() local 1435 if (ret && s->cipher_list != NULL) in SSL_set_ciphersuites() 1439 return ret; in SSL_set_ciphersuites() 1944 int ret = 0; in SSL_CIPHER_get_bits() local 1949 ret = (int)c->strength_bits; in SSL_CIPHER_get_bits() 1951 return ret; in SSL_CIPHER_get_bits()
|