Home
last modified time | relevance | path

Searched refs:F2 (Results 1 – 25 of 166) sorted by relevance

1234567

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dbitmask_enum_test.cpp40 Flags f = F1 | F2; in TEST()
53 f = F2; in TEST()
60 EXPECT_EQ(F2, f); in TEST()
67 Flags f = F1 | F2 | F3; in TEST()
68 f &= F1 | F2; in TEST()
77 Flags f = (F1 | F2) ^ (F2 | F3); in TEST()
85 Flags f = (F1 | F2); in TEST()
86 f ^= (F2 | F4); in TEST()
114 F2 = 2, enumerator
129 F2 = 2, enumerator
[all …]
/freebsd-14.2/usr.bin/join/
H A Djoin.c120 INPUT *F1, *F2; in main() local
127 F2 = &input2; in main()
149 --F2->joinf; in main()
177 --F2->joinf; in main()
234 slurp(F2); in main()
236 cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf); in main()
242 slurp(F2); in main()
252 slurp(F2); in main()
265 if (F2->unpair) in main()
268 slurp(F2); in main()
[all …]
/freebsd-14.2/contrib/wpa/src/crypto/
H A Dmd4-internal.c185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
236 MD4STEP(F2, a, b, c, d, in[ 0] + 0x5a827999, 3); in MD4Transform()
237 MD4STEP(F2, d, a, b, c, in[ 4] + 0x5a827999, 5); in MD4Transform()
238 MD4STEP(F2, c, d, a, b, in[ 8] + 0x5a827999, 9); in MD4Transform()
239 MD4STEP(F2, b, c, d, a, in[12] + 0x5a827999, 13); in MD4Transform()
240 MD4STEP(F2, a, b, c, d, in[ 1] + 0x5a827999, 3); in MD4Transform()
241 MD4STEP(F2, d, a, b, c, in[ 5] + 0x5a827999, 5); in MD4Transform()
242 MD4STEP(F2, c, d, a, b, in[ 9] + 0x5a827999, 9); in MD4Transform()
243 MD4STEP(F2, b, c, d, a, in[13] + 0x5a827999, 13); in MD4Transform()
244 MD4STEP(F2, a, b, c, d, in[ 2] + 0x5a827999, 3); in MD4Transform()
[all …]
H A Dmd5-internal.c195 #define F2(x, y, z) F1(z, x, y) macro
234 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in MD5Transform()
235 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform()
237 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in MD5Transform()
238 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform()
239 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
241 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in MD5Transform()
242 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); in MD5Transform()
243 MD5STEP(F2, d, a, b, c, in[14] + 0xc33707d6, 9); in MD5Transform()
244 MD5STEP(F2, c, d, a, b, in[3] + 0xf4d50d87, 14); in MD5Transform()
[all …]
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dmd5.c143 #define F2(x, y, z) F1(z, x, y) macro
195 MD5STEP(F2, a, b, c, d, in[ 1] + 0xf61e2562, 5); in MD5Transform()
196 MD5STEP(F2, d, a, b, c, in[ 6] + 0xc040b340, 9); in MD5Transform()
197 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in MD5Transform()
198 MD5STEP(F2, b, c, d, a, in[ 0] + 0xe9b6c7aa, 20); in MD5Transform()
199 MD5STEP(F2, a, b, c, d, in[ 5] + 0xd62f105d, 5); in MD5Transform()
200 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
201 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in MD5Transform()
202 MD5STEP(F2, b, c, d, a, in[ 4] + 0xe7d3fbc8, 20); in MD5Transform()
203 MD5STEP(F2, a, b, c, d, in[ 9] + 0x21e1cde6, 5); in MD5Transform()
[all …]
/freebsd-14.2/contrib/ntp/libntp/lib/isc/
H A Dmd5.c107 #define F2(x, y, z) F1(z, x, y) macro
147 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in transform()
148 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in transform()
150 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in transform()
151 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in transform()
152 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in transform()
154 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in transform()
155 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); in transform()
156 MD5STEP(F2, d, a, b, c, in[14] + 0xc33707d6, 9); in transform()
157 MD5STEP(F2, c, d, a, b, in[3] + 0xf4d50d87, 14); in transform()
[all …]
/freebsd-14.2/sys/opencrypto/
H A Drmd160.c214 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
215 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
216 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
217 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
218 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
219 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
220 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
221 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
222 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
223 R(e, a, b, c, d, F2, K2, 8, 7); in RMD160Transform()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h68 #define BOOL_BIT_2(FAMILY, ENUM, FIELD, F1, F2) \ argument
73 set##F2(); \
77 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \ argument
82 set##F2(); \
90 #define PROPERTY_2(ENUM, FIELD, F1, F2) \ argument
91 BOOL_BIT_2(Properties, ENUM, FIELD, F1, F2)
92 #define PROPERTY_3(ENUM, FIELD, F1, F2, F3) \ argument
93 BOOL_BIT_3(Properties, ENUM, FIELD, F1, F2, F3)
98 #define KIND_2(ENUM, FIELD, F1, F2) BOOL_BIT_2(Kinds, ENUM, FIELD, F1, F2) argument
99 #define KIND_3(ENUM, FIELD, F1, F2, F3) \ argument
[all …]
/freebsd-14.2/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl39 @F2=("xor","sub","add");
96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
105 &E_CAST(10,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
112 &E_CAST(13,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
118 &E_CAST(13,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
122 &E_CAST(10,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
125 &E_CAST( 7,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
128 &E_CAST( 4,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td267 // A F2 pipeline may take 4 cycles to complete.
373 // Save 1 cycles if pipeline BR reads the data from pipelines FX, F2.
385 // Save 1 cycles if pipeline F2 reads the data from pipelines ST, SX, FX, F2, PM.
388 // Save 1 cycles if pipeline FX reads the data from pipelines ST, SX, FX, F2, PM.
391 // Save 1 cycles if pipeline LD reads the data from pipelines ST, SX, FX, F2.
397 // Save 1 cycles if pipeline PM reads the data from pipelines ST, SX, FX, F2, PM.
400 // Save 1 cycles if pipeline ST reads the data from pipelines ST, SX, FX, F2, PM.
403 // Save 1 cycles if pipeline SX reads the data from pipelines ST, SX, FX, F2, PM, MM.
/freebsd-14.2/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c319 #define F2(name, a, b) int _ksem_##name(a, b); \ macro
321 F2(init, unsigned int, intptr_t *);
328 F2(getvalue, intptr_t, unsigned int *);
329 F2(timedwait, intptr_t, const struct timespec *);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp198 MemoryBuffer &F2 = *F2OrErr.get(); in DiffFilesWithTolerance() local
202 const char *File2Start = F2.getBufferStart(); in DiffFilesWithTolerance()
204 const char *File2End = F2.getBufferEnd(); in DiffFilesWithTolerance()
208 uint64_t B_size = F2.getBufferSize(); in DiffFilesWithTolerance()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h95 FunctionComparator(const Function *F1, const Function *F2, in FunctionComparator() argument
97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
/freebsd-14.2/crypto/openssl/crypto/ripemd/
H A Drmd_local.h51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
70 a+=F2(b,c,d)+X(w)+K; \
/freebsd-14.2/contrib/unifdef/tests/
H A Dif6.c3 #elif F2
H A Dcrlf.c3 #elif F2
H A Dif6c.expout3 #elif F2
H A Dcrlf-c.expout3 #elif F2
H A Dif6d.expout3 #elif F2
H A Dcrlf-d.expout3 #elif F2
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSNP.td23 // F2 0F 01 FF
32 // F2 0F 01 FE
/freebsd-14.2/secure/caroot/trusted/
H A DTrustAsia_Global_Root_CA_G3.pem69 40:E4:E4:F2:23:EF:38:CA:B0:AE:57:7F:F2:21:30:16:34:DB:BC:92
71 40:E4:E4:F2:23:EF:38:CA:B0:AE:57:7F:F2:21:30:16:34:DB:BC:92
/freebsd-14.2/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.
545 // 3 cycles on F0/F1/F2/F3.
551 // 4 cycles on F0/F1/F2/F3.
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp321 Function *F2 = cast<Function>(*J); in doFunctionalCheck() local
322 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); in doFunctionalCheck()
323 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doFunctionalCheck()
329 dbgs() << *F1 << '\n' << *F2 << '\n'; in doFunctionalCheck()
344 int Res4 = FunctionComparator(F2, F3, &GlobalNumbers).compare(); in doFunctionalCheck()
364 dbgs() << *F1 << '\n' << *F2 << '\n' << *F3 << '\n'; in doFunctionalCheck()
/freebsd-14.2/lib/libmd/
H A Drmd_locl.h179 #define F2(x,y,z) (((x)&(y))|((~x)&z)) macro
198 a+=F2(b,c,d)+X[w]+K; \

1234567