Home
last modified time | relevance | path

Searched refs:F3 (Results 1 – 25 of 139) sorted by relevance

123456

/src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dbitmask_enum_test.cpp23 enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, F4 = 8 }; enumerator
43 f = f | F3; in TEST()
49 f |= F3; in TEST()
54 (f |= F3) = F1; in TEST()
62 f = (f | F3) & (F1 | F2 | F3); in TEST()
67 Flags f = F1 | F2 | F3; in TEST()
72 (f &= F1) = F3; in TEST()
73 EXPECT_EQ(F3, f); in TEST()
77 Flags f = (F1 | F2) ^ (F2 | F3); in TEST()
90 (f ^= F4) = F3; in TEST()
[all …]
/src/contrib/wpa/src/crypto/
H A Dmd4-internal.c186 #define F3(x, y, z) (x ^ y ^ z) macro
253 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3); in MD4Transform()
254 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9); in MD4Transform()
255 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11); in MD4Transform()
256 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15); in MD4Transform()
257 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3); in MD4Transform()
258 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9); in MD4Transform()
259 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11); in MD4Transform()
260 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15); in MD4Transform()
261 MD4STEP(F3, a, b, c, d, in[ 1] + 0x6ed9eba1, 3); in MD4Transform()
[all …]
H A Dmd5-internal.c196 #define F3(x, y, z) (x ^ y ^ z) macro
251 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
252 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
253 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
254 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
255 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
256 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
257 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
258 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
259 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in MD5Transform()
[all …]
/src/contrib/ntp/libntp/lib/isc/
H A Dmd5.c108 #define F3(x, y, z) (x ^ y ^ z) macro
164 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in transform()
165 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in transform()
166 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in transform()
167 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in transform()
168 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in transform()
169 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in transform()
170 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in transform()
171 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in transform()
172 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in transform()
[all …]
/src/crypto/openssh/openbsd-compat/
H A Dmd5.c144 #define F3(x, y, z) (x ^ y ^ z) macro
212 MD5STEP(F3, a, b, c, d, in[ 5] + 0xfffa3942, 4); in MD5Transform()
213 MD5STEP(F3, d, a, b, c, in[ 8] + 0x8771f681, 11); in MD5Transform()
214 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
215 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
216 MD5STEP(F3, a, b, c, d, in[ 1] + 0xa4beea44, 4); in MD5Transform()
217 MD5STEP(F3, d, a, b, c, in[ 4] + 0x4bdecfa9, 11); in MD5Transform()
218 MD5STEP(F3, c, d, a, b, in[ 7] + 0xf6bb4b60, 16); in MD5Transform()
219 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
220 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in MD5Transform()
[all …]
/src/sys/opencrypto/
H A Drmd160.c77 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
230 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform()
231 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform()
232 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform()
233 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform()
234 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform()
235 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform()
236 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform()
237 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform()
238 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform()
[all …]
/src/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl40 @F3=("sub","add","xor");
97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
103 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
106 &E_CAST(11,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
113 &E_CAST(14,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
117 &E_CAST(14,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
121 &E_CAST(11,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
124 &E_CAST( 8,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
127 &E_CAST( 5,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
[all …]
/src/crypto/krb5/src/lib/crypto/builtin/aes/
H A Dkresults.expected26 F3 B2 BB 53 D6 F4 A3 AE 9E EB B1 3D B2 F7 E9 90
54 B5 76 2B EE F3 A1 04 A1 E0 3F FE CA 17 7B 4C 91
59 E5 E9 11 38 19 01 A9 2D F3 CD 42 27 1F AB 33 AB
63 1A 03 F3 10 7A F0 62 07 D1 22 60 2B 9E 07 D0 8D
70 FA 1B E1 F3 A1 32 DE F4 C4 F1 67 02 38 85 5C 11
95 F3 B2 BB 53 D6 F4 A3 AE 9E EB B1 3D B2 F7 E9 90
124 A1 BD F6 34 5D F3 BC 03 86 72 D0 C3 13 FE C3 95
128 E5 E9 11 38 19 01 A9 2D F3 CD 42 27 1F AB 33 AB
132 1A 03 F3 10 7A F0 62 07 D1 22 60 2B 9E 07 D0 8D
139 FA 1B E1 F3 A1 32 DE F4 C4 F1 67 02 38 85 5C 11
[all …]
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h77 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \ argument
83 set##F3(); \
92 #define PROPERTY_3(ENUM, FIELD, F1, F2, F3) \ argument
93 BOOL_BIT_3(Properties, ENUM, FIELD, F1, F2, F3)
99 #define KIND_3(ENUM, FIELD, F1, F2, F3) \ argument
100 BOOL_BIT_3(Kinds, ENUM, FIELD, F1, F2, F3)
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrFormats.td110 class F3<dag outs, dag ins, string asmstr, list<dag> pattern,
122 // Specific F3 classes: SparcV8 manual, page 44
126 : F3<outs, ins, asmstr, pattern, itin> {
154 : F3<outs, ins, asmstr, pattern, itin> {
167 : F3<outs, ins, asmstr, pattern, itin> {
180 : F3<outs, ins, asmstr, pattern, itin> {
194 : F3<outs, ins, asmstr, pattern, itin> {
207 : F3<outs, ins, asmstr, pattern, itin> {
222 : F3<outs, ins, asmstr, pattern, itin> {
340 : F3<outs, ins, asmstr, pattern, itin> {
/src/crypto/openssl/test/certs/
H A DembeddedSCTs3.sct9 21:C5:6A:16:79:DF:33:85:8A:D3:F3:1D:71:AF:75:30:
20 30:45:02:20:79:68:E9:70:38:5A:63:F3:A6:B1:97:0E:
21 7E:D0:C5:71:1B:76:06:CB:09:63:48:1E:E1:20:F3:A7:
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSNP.td18 // F3 0F 01 FF
37 // F3 0F 01 FE
42 // F3 0F 01 FD
/src/crypto/openssl/crypto/ripemd/
H A Drmd_local.h58 #define F3(x, y, z) (((~(y)) | (x)) ^ (z)) macro
86 a += F3(b, c, d) + X(w) + K; \
/src/contrib/unifdef/tests/
H A Dif6.c5 #elif F3
H A Dcrlf.c5 #elif F3
H A Dif6d.expout5 #elif F3
H A Dcrlf-d.expout5 #elif F3
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX3T110.td241 // 4 cycles on F2/F3.
247 // 5 cycles on F0/F1/F2/F3.
253 // 6 cycles on F0/F1/F2/F3.
259 // 7 cycles on F0/F1/F2/F3.
265 // 8 cycles on F0/F1/F2/F3.
271 // 10 cycles on F0/F1/F2/F3.
277 // 16 cycles on F0/F1/F2/F3.
284 // 23 cycles on F0/F1/F2/F3.
475 // 1 cycles on LS0/LS1 and F0/F1/F2/F3.
482 // 5 cycles on LS0/LS1 and F0/F1/F2/F3.
[all …]
/src/secure/caroot/trusted/
H A DActalis_Authentication_Root_CA.pem66 52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0
70 52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0
104 SHA1 Fingerprint=F3:73:B3:87:06:5A:28:84:8A:F2:F3:4A:CE:19:2B:DD:C7:8E:9C:AC
H A DSSL_com_TLS_ECC_Root_CA_2022.pem42 89:8F:2F:A3:E8:2B:A0:14:54:7B:F3:56:B8:26:5F:67:38:0B:9C:D0
44 89:8F:2F:A3:E8:2B:A0:14:54:7B:F3:56:B8:26:5F:67:38:0B:9C:D0
H A DCertum_EC-384_CA.pem42 8D:06:66:74:24:76:3A:F3:89:F7:BC:D6:BD:47:7D:2F:BC:10:5F:4B
53 SHA1 Fingerprint=F3:3E:78:3C:AC:DF:F4:A2:CC:AC:67:55:69:56:D7:E5:16:3C:E1:ED
H A DFIRMAPROFESIONAL_CA_ROOT-A_WEB.pem42 93:E1:43:63:5C:3C:9D:D6:27:F3:52:EC:17:B2:A9:AF:2C:F7:76:F8
44 93:E1:43:63:5C:3C:9D:D6:27:F3:52:EC:17:B2:A9:AF:2C:F7:76:F8
/src/crypto/openssl/test/
H A Dkeymgmt_internal_test.c74 #define F3 5 /* Extra factor */ macro
122 || !TEST_true(get_ulong_via_BN(p, &keydata[F3]))) in export_cb()
209 || !TEST_true(BN_set_word(bn_primes[0], expected[F3])) in test_pass_rsa()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td85 CCIfType<[f32], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
87 CCIfType<[f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
134 CCIfNotVarArg<CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8, F9, F10,
168 CCIfType<[f32, f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>
185 CCIfType<[f32], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>,
186 CCIfType<[f64], CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>,
232 CCAssignToReg<[F1, F2, F3, F4, F5, F6, F7, F8]>>>,
/src/lib/libmd/
H A Drmd_locl.h180 #define F3(x,y,z) (((x)|(~y))^(z)) macro
203 a+=F3(b,c,d)+X[w]+K; \

123456