Home
last modified time | relevance | path

Searched refs:r_result (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dvector_string.stdout.exp9 r_result = 0000000000000000
18 r_result = 0000000000000000
27 r_result = 0000000000000000
36 r_result = 0000000000000000
45 r_result = 0000000000000000
54 r_result = 0000000000000001
63 r_result = 0000000000000003
72 r_result = 0000000000000001
81 r_result = 0000000000000001
90 r_result = 0000000000000001
[all …]
H A Dvector_integer.stdout.exp9 r_result = 0000000000000000
18 r_result = 0000000000000000
27 r_result = 0000000000000000
36 r_result = 0000000000000000
45 r_result = 0000000000000000
54 r_result = 0000000000000000
63 r_result = 0000000000000000
72 r_result = 0000000000000000
81 r_result = 0000000000000000
90 r_result = 0000000000000000
[all …]
H A Dvector.stdout.exp9 r_result = 0000000000000000
18 r_result = 0000000000000000
27 r_result = 0000000000000000
36 r_result = 0000000000000000
45 r_result = 0000000000000000
54 r_result = 0000000000000000
63 r_result = 0000000000000000
72 r_result = 0000000000000000
81 r_result = 0000000000000000
90 r_result = 0000000000000000
[all …]
H A Dvector_float.stdout.exp1340 r_result = 0000000000000002
1344 r_result = 0000000000000001
1348 r_result = 0000000000000002
1352 r_result = 0000000000000002
1356 r_result = 0000000000000001
1360 r_result = 0000000000000002
1364 r_result = 0000000000000001
1368 r_result = 0000000000000001
1405 r_result = 0000000000000003
1410 r_result = 0000000000000003
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dvector_string.stdout.exp9 r_result = 0000000000000000
18 r_result = 0000000000000000
27 r_result = 0000000000000000
36 r_result = 0000000000000000
45 r_result = 0000000000000000
54 r_result = 0000000000000001
63 r_result = 0000000000000003
72 r_result = 0000000000000001
81 r_result = 0000000000000001
90 r_result = 0000000000000001
[all …]
H A Dvector_integer.stdout.exp9 r_result = 0000000000000000
18 r_result = 0000000000000000
27 r_result = 0000000000000000
36 r_result = 0000000000000000
45 r_result = 0000000000000000
54 r_result = 0000000000000000
63 r_result = 0000000000000000
72 r_result = 0000000000000000
81 r_result = 0000000000000000
90 r_result = 0000000000000000
[all …]
H A Dvector.stdout.exp9 r_result = 0000000000000000
18 r_result = 0000000000000000
27 r_result = 0000000000000000
36 r_result = 0000000000000000
45 r_result = 0000000000000000
54 r_result = 0000000000000000
63 r_result = 0000000000000000
72 r_result = 0000000000000000
81 r_result = 0000000000000000
90 r_result = 0000000000000000
[all …]
H A Dvector_float.stdout.exp1340 r_result = 0000000000000002
1344 r_result = 0000000000000001
1348 r_result = 0000000000000002
1352 r_result = 0000000000000002
1356 r_result = 0000000000000001
1360 r_result = 0000000000000002
1364 r_result = 0000000000000001
1368 r_result = 0000000000000001
1405 r_result = 0000000000000003
1410 r_result = 0000000000000003
[all …]
/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/
H A Dtest_rmath.R43 r_result <- rnorm(5, a, b) globalVar
72 r_result <- runif(5, a, b) globalVar
101 r_result <- rgamma(5, a, b) globalVar
129 r_result <- rbeta(5, a, b) globalVar
158 r_result <- rlnorm(5, a, b) globalVar
186 r_result <- rchisq(5, a) globalVar
234 r_result <- rf(5, a, b) globalVar
263 r_result <- rt(5, a) globalVar
350 r_result <- rexp(5, a) globalVar
378 r_result <- rgeom(5, a) globalVar
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/core/tsi/alts/handshaker/
H A Dalts_handshaker_service_api_test_lib.cc122 const grpc_gcp_HandshakerResult* r_result) { in grpc_gcp_handshaker_resp_result_equals() argument
123 if (l_result == nullptr && r_result == nullptr) { in grpc_gcp_handshaker_resp_result_equals()
125 } else if ((l_result != nullptr && r_result == nullptr) || in grpc_gcp_handshaker_resp_result_equals()
126 (l_result == nullptr && r_result != nullptr)) { in grpc_gcp_handshaker_resp_result_equals()
131 grpc_gcp_HandshakerResult_application_protocol(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
133 grpc_gcp_HandshakerResult_record_protocol(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
135 grpc_gcp_HandshakerResult_key_data(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
138 grpc_gcp_HandshakerResult_peer_identity(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
141 grpc_gcp_HandshakerResult_local_identity(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
143 grpc_gcp_HandshakerResult_keep_channel_open(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
[all …]
/dports/devel/grpc/grpc-1.42.0/test/core/tsi/alts/handshaker/
H A Dalts_handshaker_service_api_test_lib.cc122 const grpc_gcp_HandshakerResult* r_result) { in grpc_gcp_handshaker_resp_result_equals() argument
123 if (l_result == nullptr && r_result == nullptr) { in grpc_gcp_handshaker_resp_result_equals()
125 } else if ((l_result != nullptr && r_result == nullptr) || in grpc_gcp_handshaker_resp_result_equals()
126 (l_result == nullptr && r_result != nullptr)) { in grpc_gcp_handshaker_resp_result_equals()
131 grpc_gcp_HandshakerResult_application_protocol(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
133 grpc_gcp_HandshakerResult_record_protocol(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
135 grpc_gcp_HandshakerResult_key_data(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
138 grpc_gcp_HandshakerResult_peer_identity(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
141 grpc_gcp_HandshakerResult_local_identity(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
143 grpc_gcp_HandshakerResult_keep_channel_open(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
[all …]
/dports/devel/grpc134/grpc-1.34.1/test/core/tsi/alts/handshaker/
H A Dalts_handshaker_service_api_test_lib.cc122 const grpc_gcp_HandshakerResult* r_result) { in grpc_gcp_handshaker_resp_result_equals() argument
123 if (l_result == nullptr && r_result == nullptr) { in grpc_gcp_handshaker_resp_result_equals()
125 } else if ((l_result != nullptr && r_result == nullptr) || in grpc_gcp_handshaker_resp_result_equals()
126 (l_result == nullptr && r_result != nullptr)) { in grpc_gcp_handshaker_resp_result_equals()
131 grpc_gcp_HandshakerResult_application_protocol(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
133 grpc_gcp_HandshakerResult_record_protocol(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
135 grpc_gcp_HandshakerResult_key_data(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
138 grpc_gcp_HandshakerResult_peer_identity(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
141 grpc_gcp_HandshakerResult_local_identity(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
143 grpc_gcp_HandshakerResult_keep_channel_open(r_result)) && in grpc_gcp_handshaker_resp_result_equals()
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DPasswordManager.cpp403 … if (r_result.is_error() && r_result.error().message() != "EMAIL_HASH_EXPIRED" && in check_recovery_email_address_code()
416 … if (r_result.is_error() && r_result.error().message() != "EMAIL_HASH_EXPIRED") { in resend_recovery_email_address_code()
430 if (r_result.is_error()) { in send_email_address_verification_code()
433 auto result = r_result.move_as_ok(); in send_email_address_verification_code()
474 if (r_result.is_error()) { in request_password_recovery()
477 auto result = r_result.move_as_ok(); in request_password_recovery()
490 if (!r_result.ok()) { in check_password_recovery_code()
546 if (r_result.is_error()) { in reset_password()
572 … if (r_result.is_error() && r_result.error().message() != "RESET_REQUEST_MISSING") { in cancel_password_reset()
754 if (r_result.is_error()) { in do_get_state()
[all …]
/dports/net/sems/sems-f89581a/doc/dsm/mods/
H A DReadme.mod_redis32 redis.execCommand(r_result=$cmd);
33 log(3,$r_result);
35 redis.execCommand(r_result="get TestUser");
36 log(3,$r_result);
44 redis.getReply($r_result);
46 Single Value: $r_result = "testing"
48 $r_result[1] = "test1"
49 $r_result[2] = "test1"
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Drsa-common.c157 log_mpidump ("PKCS#1 block type 2 encoded data", *r_result); in _gcry_rsa_pkcs1_encode_for_enc()
177 *r_result = NULL; in _gcry_rsa_pkcs1_decode_for_enc()
225 *r_result = frame; in _gcry_rsa_pkcs1_decode_for_enc()
230 *r_result, *r_resultlen); in _gcry_rsa_pkcs1_decode_for_enc()
316 log_mpidump ("PKCS#1 block type 1 encoded data", *r_result); in _gcry_rsa_pkcs1_encode_for_sig()
481 *r_result = NULL; in _gcry_rsa_oaep_encode()
586 log_mpidump ("OAEP encoded data", *r_result); in _gcry_rsa_oaep_encode()
621 *r_result = NULL; in _gcry_rsa_oaep_decode()
727 *r_result = seed; in _gcry_rsa_oaep_decode()
733 *r_result, *r_resultlen); in _gcry_rsa_oaep_decode()
[all …]
H A Dpubkey-internal.h51 _gcry_rsa_pkcs1_encode_for_enc (gcry_mpi_t *r_result, unsigned int nbits,
56 _gcry_rsa_pkcs1_decode_for_enc (unsigned char **r_result, size_t *r_resultlen,
59 _gcry_rsa_pkcs1_encode_raw_for_sig (gcry_mpi_t *r_result, unsigned int nbits,
63 _gcry_rsa_pkcs1_encode_for_sig (gcry_mpi_t *r_result, unsigned int nbits,
67 _gcry_rsa_oaep_encode (gcry_mpi_t *r_result, unsigned int nbits, int algo,
72 _gcry_rsa_oaep_decode (unsigned char **r_result, size_t *r_resultlen,
77 _gcry_rsa_pss_encode (gcry_mpi_t *r_result, unsigned int nbits, int algo,
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Drsa-common.c157 log_mpidump ("PKCS#1 block type 2 encoded data", *r_result); in _gcry_rsa_pkcs1_encode_for_enc()
177 *r_result = NULL; in _gcry_rsa_pkcs1_decode_for_enc()
225 *r_result = frame; in _gcry_rsa_pkcs1_decode_for_enc()
230 *r_result, *r_resultlen); in _gcry_rsa_pkcs1_decode_for_enc()
316 log_mpidump ("PKCS#1 block type 1 encoded data", *r_result); in _gcry_rsa_pkcs1_encode_for_sig()
481 *r_result = NULL; in _gcry_rsa_oaep_encode()
586 log_mpidump ("OAEP encoded data", *r_result); in _gcry_rsa_oaep_encode()
621 *r_result = NULL; in _gcry_rsa_oaep_decode()
727 *r_result = seed; in _gcry_rsa_oaep_decode()
733 *r_result, *r_resultlen); in _gcry_rsa_oaep_decode()
[all …]
H A Dpubkey-internal.h51 _gcry_rsa_pkcs1_encode_for_enc (gcry_mpi_t *r_result, unsigned int nbits,
56 _gcry_rsa_pkcs1_decode_for_enc (unsigned char **r_result, size_t *r_resultlen,
59 _gcry_rsa_pkcs1_encode_raw_for_sig (gcry_mpi_t *r_result, unsigned int nbits,
63 _gcry_rsa_pkcs1_encode_for_sig (gcry_mpi_t *r_result, unsigned int nbits,
67 _gcry_rsa_oaep_encode (gcry_mpi_t *r_result, unsigned int nbits, int algo,
72 _gcry_rsa_oaep_decode (unsigned char **r_result, size_t *r_resultlen,
77 _gcry_rsa_pss_encode (gcry_mpi_t *r_result, unsigned int nbits, int algo,
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_editor.cpp2542 r_forced = r_result.size() > 0; in _find_call_arguments()
3177 r_result.location = line; in _lookup_symbol_from_base()
3178 r_result.script = scr; in _lookup_symbol_from_base()
3314 r_result.class_name = p_symbol; in lookup_code()
3320 r_result.class_name = p_symbol; in lookup_code()
3338 r_result.class_member = p_symbol; in lookup_code()
3345 r_result.class_name = "@GDScript"; in lookup_code()
3346 r_result.class_member = p_symbol; in lookup_code()
3371 r_result.class_member = p_symbol; in lookup_code()
3463 r_result.location = 0; in lookup_code()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_editor.cpp2542 r_forced = r_result.size() > 0; in _find_call_arguments()
3177 r_result.location = line; in _lookup_symbol_from_base()
3178 r_result.script = scr; in _lookup_symbol_from_base()
3314 r_result.class_name = p_symbol; in lookup_code()
3320 r_result.class_name = p_symbol; in lookup_code()
3338 r_result.class_member = p_symbol; in lookup_code()
3345 r_result.class_name = "@GDScript"; in lookup_code()
3346 r_result.class_member = p_symbol; in lookup_code()
3371 r_result.class_member = p_symbol; in lookup_code()
3463 r_result.location = 0; in lookup_code()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/pvr/
H A Dtexture_loader_pvr.cpp392 r_result[k] = tmp1; in interpolate_colors()
397 r_result[k] >>= 2; in interpolate_colors()
400 r_result[3] >>= 1; in interpolate_colors()
403 r_result[k] >>= 1; in interpolate_colors()
408 ERR_FAIL_COND(r_result[k] >= 256); in interpolate_colors()
412 r_result[k] += r_result[k] >> 5; in interpolate_colors()
415 r_result[3] += r_result[3] >> 4; in interpolate_colors()
418 ERR_FAIL_COND(r_result[k] >= 256); in interpolate_colors()
553 int r_result[4]; in decompress_pvrtc() local
627 r_result[i] >>= 3; in decompress_pvrtc()
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/pvr/
H A Dtexture_loader_pvr.cpp392 r_result[k] = tmp1; in interpolate_colors()
397 r_result[k] >>= 2; in interpolate_colors()
400 r_result[3] >>= 1; in interpolate_colors()
403 r_result[k] >>= 1; in interpolate_colors()
408 ERR_FAIL_COND(r_result[k] >= 256); in interpolate_colors()
412 r_result[k] += r_result[k] >> 5; in interpolate_colors()
415 r_result[3] += r_result[3] >> 4; in interpolate_colors()
418 ERR_FAIL_COND(r_result[k] >= 256); in interpolate_colors()
553 int r_result[4]; in decompress_pvrtc() local
627 r_result[i] >>= 3; in decompress_pvrtc()
[all …]
/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Dspace_sw.cpp162 if (r_result.collider_id != 0) in intersect_ray()
163 r_result.collider = ObjectDB::get_instance(r_result.collider_id); in intersect_ray()
165 r_result.collider = NULL; in intersect_ray()
166 r_result.normal = res_normal; in intersect_ray()
169 r_result.shape = res_shape; in intersect_ray()
707 if (r_result) { in test_body_motion()
708 r_result->collider_id = 0; in test_body_motion()
728 if (r_result) { in test_body_motion()
923 if (r_result) { in test_body_motion()
963 if (r_result) { in test_body_motion()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Dspace_sw.cpp162 if (r_result.collider_id != 0) in intersect_ray()
163 r_result.collider = ObjectDB::get_instance(r_result.collider_id); in intersect_ray()
165 r_result.collider = NULL; in intersect_ray()
166 r_result.normal = res_normal; in intersect_ray()
169 r_result.shape = res_shape; in intersect_ray()
707 if (r_result) { in test_body_motion()
708 r_result->collider_id = 0; in test_body_motion()
728 if (r_result) { in test_body_motion()
923 if (r_result) { in test_body_motion()
963 if (r_result) { in test_body_motion()
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/files/
H A DFileFromBytes.cpp22 auto r_result = save_file_bytes(type_, std::move(bytes_), name_); in wakeup() local
23 if (r_result.is_error()) { in wakeup()
24 callback_->on_error(r_result.move_as_error()); in wakeup()
26 callback_->on_ok(r_result.ok(), size); in wakeup()

123456789