Home
last modified time | relevance | path

Searched refs:fixed_input (Results 1 – 20 of 20) sorted by relevance

/dports/security/aws-c-auth/aws-c-auth-0.6.5/source/
H A Dkey_derivation.c53 struct aws_byte_buf *fixed_input, in s_aws_build_fixed_input_buffer() argument
60 if (!aws_byte_buf_is_valid(fixed_input)) { in s_aws_build_fixed_input_buffer()
64 aws_byte_buf_reset(fixed_input, false); in s_aws_build_fixed_input_buffer()
71 if (aws_byte_buf_append_dynamic(fixed_input, &one_cursor)) { in s_aws_build_fixed_input_buffer()
76 if (aws_byte_buf_append(fixed_input, &sigv4a_algorithm_cursor)) { in s_aws_build_fixed_input_buffer()
80 if (aws_byte_buf_append_byte_dynamic(fixed_input, 0)) { in s_aws_build_fixed_input_buffer()
85 if (aws_byte_buf_append(fixed_input, &access_key_cursor)) { in s_aws_build_fixed_input_buffer()
89 if (aws_byte_buf_append_byte_dynamic(fixed_input, counter)) { in s_aws_build_fixed_input_buffer()
302 struct aws_byte_buf fixed_input; in aws_ecc_key_pair_new_ecdsa_p256_key_from_aws_credentials() local
303 AWS_ZERO_STRUCT(fixed_input); in aws_ecc_key_pair_new_ecdsa_p256_key_from_aws_credentials()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1028 bool fixed_input = false, fixed_result = false, round_result = false, needs_stub = false; in do_Convert() local
1035 …case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1037 …case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false;… in do_Convert()
1038 …case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE… in do_Convert()
1039 …case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE… in do_Convert()
1040 …case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1041 …case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1042 …case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1043 …case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE… in do_Convert()
1044 …case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE… in do_Convert()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1028 bool fixed_input = false, fixed_result = false, round_result = false, needs_stub = false; in do_Convert() local
1035 …case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1037 …case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false;… in do_Convert()
1038 …case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE… in do_Convert()
1039 …case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE… in do_Convert()
1040 …case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1041 …case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1042 …case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1043 …case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE… in do_Convert()
1044 …case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE… in do_Convert()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp1157 bool fixed_input = false, fixed_result = false, round_result = false, needs_stub = false; in do_Convert() local
1164 …case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1166 …case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false;… in do_Convert()
1167 …case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE… in do_Convert()
1168 …case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE… in do_Convert()
1169 …case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1170 …case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1171 …case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1172 …case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE… in do_Convert()
1173 …case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE… in do_Convert()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp1149 bool fixed_input = false, fixed_result = false, round_result = false, needs_stub = false; in do_Convert() local
1156 …case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1158 …case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false;… in do_Convert()
1159 …case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE… in do_Convert()
1160 …case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE… in do_Convert()
1161 …case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1162 …case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1163 …case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1164 …case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE… in do_Convert()
1165 …case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE… in do_Convert()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp1204 bool fixed_input = false, fixed_result = false, round_result = false, needs_stub = false; in do_Convert()
1211 …case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1213 …case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false;… in do_Convert()
1214 …case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE… in do_Convert()
1215 …case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE… in do_Convert()
1216 …case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1217 …case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1218 …case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1219 …case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE… in do_Convert()
1220 …case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE… in do_Convert()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp1200 bool fixed_input = false, fixed_result = false, round_result = false, needs_stub = false; in do_Convert()
1207 …case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1209 …case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false;… in do_Convert()
1210 …case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE… in do_Convert()
1211 …case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE… in do_Convert()
1212 …case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1213 …case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1214 …case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1215 …case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE… in do_Convert()
1216 …case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE… in do_Convert()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp1157 bool fixed_input = false, fixed_result = false, round_result = false, needs_stub = false; in do_Convert() local
1164 …case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1166 …case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false;… in do_Convert()
1167 …case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE… in do_Convert()
1168 …case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE… in do_Convert()
1169 …case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1170 …case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1171 …case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1172 …case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE… in do_Convert()
1173 …case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE… in do_Convert()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp1149 bool fixed_input = false, fixed_result = false, round_result = false, needs_stub = false; in do_Convert() local
1156 …case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1158 …case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false;… in do_Convert()
1159 …case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE… in do_Convert()
1160 …case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE… in do_Convert()
1161 …case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1162 …case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1163 …case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1164 …case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE… in do_Convert()
1165 …case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE… in do_Convert()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp1204 bool fixed_input = false, fixed_result = false, round_result = false, needs_stub = false; in do_Convert()
1211 …case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1213 …case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false;… in do_Convert()
1214 …case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE… in do_Convert()
1215 …case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE… in do_Convert()
1216 …case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1217 …case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1218 …case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1219 …case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE… in do_Convert()
1220 …case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE… in do_Convert()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp1149 bool fixed_input = false, fixed_result = false, round_result = false, needs_stub = false; in do_Convert() local
1156 …case Bytecodes::_i2s: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1158 …case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false;… in do_Convert()
1159 …case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE… in do_Convert()
1160 …case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE… in do_Convert()
1161 …case Bytecodes::_i2d: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1162 …case Bytecodes::_f2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1163 …case Bytecodes::_d2i: fixed_input = false; fixed_result = false; round_result = false;… in do_Convert()
1164 …case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE… in do_Convert()
1165 …case Bytecodes::_l2d: fixed_input = false; fixed_result = UseSSE >= 2; round_result = UseSSE… in do_Convert()
[all …]
/dports/science/py-GPy/GPy-1.10.0/GPy/examples/
H A Dregression.py589 def plot_gp_vs_real(m, x, yreal, size_inputs, title, fixed_input=1, xlim=[0,11], ylim=[-1.5,3]): argument
593 …rows = slice(0, size_inputs[0]) if fixed_input == 0 else slice(size_inputs[0], size_inputs[0]+size…
594 m.plot(fixed_inputs=[(1, fixed_input)], which_data_rows=rows, xlim=xlim, ylim=ylim, ax=ax)
632 …_true, [x.shape[0], xd.shape[0]], title='Latent function derivatives', fixed_input=1, xlim=[0,11],…
633 …xpred, ypred_true, [x.shape[0], xd.shape[0]], title='Latent function', fixed_input=0, xlim=[0,11],…
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Devp_kdf_test.c1313 static unsigned char fixed_input[] = { in test_kdf_kbkdf_fixedinfo() local
1336 fixed_input, sizeof(fixed_input)); in test_kdf_kbkdf_fixedinfo()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Devp_kdf_test.c1313 static unsigned char fixed_input[] = {
1336 fixed_input, sizeof(fixed_input));
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Devp_kdf_test.c1313 static unsigned char fixed_input[] = { in test_kdf_kbkdf_fixedinfo() local
1336 fixed_input, sizeof(fixed_input)); in test_kdf_kbkdf_fixedinfo()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Devp_kdf_test.c1313 static unsigned char fixed_input[] = { in test_kdf_kbkdf_fixedinfo() local
1336 fixed_input, sizeof(fixed_input)); in test_kdf_kbkdf_fixedinfo()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/test/
H A Devp_kdf_test.c1318 static unsigned char fixed_input[] = { in test_kdf_kbkdf_fixedinfo() local
1341 fixed_input, sizeof(fixed_input)); in test_kdf_kbkdf_fixedinfo()
/dports/security/openssl-devel/openssl-3.0.2/test/
H A Devp_kdf_test.c1318 static unsigned char fixed_input[] = { in test_kdf_kbkdf_fixedinfo() local
1341 fixed_input, sizeof(fixed_input)); in test_kdf_kbkdf_fixedinfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc2324 UnallocatedOperand fixed_input(policy, ToRegCode(reg, rep), input_vreg); in AllocateSameInputOutput() local
2325 InstructionOperand::ReplaceWith(input, &fixed_input); in AllocateSameInputOutput()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dmid-tier-register-allocator.cc2418 UnallocatedOperand fixed_input(policy, ToRegCode(reg, rep), input_vreg); in AllocateSameInputOutput() local
2419 InstructionOperand::ReplaceWith(input, &fixed_input); in AllocateSameInputOutput()