Home
last modified time | relevance | path

Searched refs:F1 (Results 1 – 25 of 185) sorted by relevance

12345678

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dbitmask_enum_test.cpp40 Flags f = F1 | F2; in TEST()
48 Flags f = F1; in TEST()
54 (f |= F3) = F1; in TEST()
55 EXPECT_EQ(F1, f); in TEST()
68 f &= F1 | F2; in TEST()
72 (f &= F1) = F3; in TEST()
80 f = f ^ F1; in TEST()
99 EXPECT_EQ(f1, ~F1); in TEST()
106 Flags f = ~F1; in TEST()
113 F1 = 1, enumerator
[all …]
/freebsd/usr.bin/join/
H A Djoin.c108 INPUT *F1, *F2; in main() local
114 F1 = &input1; in main()
130 --F1->joinf; in main()
164 --F1->joinf; in main()
221 slurp(F1); in main()
224 cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf); in main()
229 slurp(F1); in main()
235 slurp(F1); in main()
251 slurp(F1); in main()
433 outoneline(F1, &F1->set[cnt1]); in joinlines()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h60 #define BOOL_BIT_1(FAMILY, ENUM, FIELD, F1) \ argument
64 set##F1(); \
68 #define BOOL_BIT_2(FAMILY, ENUM, FIELD, F1, F2) \ argument
72 set##F1(); \
77 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \ argument
89 #define PROPERTY_1(ENUM, FIELD, F1) BOOL_BIT_1(Properties, ENUM, FIELD, F1) argument
91 BOOL_BIT_2(Properties, ENUM, FIELD, F1, F2)
93 BOOL_BIT_3(Properties, ENUM, FIELD, F1, F2, F3)
97 #define KIND_1(ENUM, FIELD, F1) BOOL_BIT_1(Kinds, ENUM, FIELD, F1) argument
98 #define KIND_2(ENUM, FIELD, F1, F2) BOOL_BIT_2(Kinds, ENUM, FIELD, F1, F2) argument
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dmd4-internal.c219 MD4STEP(F1, a, b, c, d, in[ 0], 3); in MD4Transform()
220 MD4STEP(F1, d, a, b, c, in[ 1], 7); in MD4Transform()
221 MD4STEP(F1, c, d, a, b, in[ 2], 11); in MD4Transform()
222 MD4STEP(F1, b, c, d, a, in[ 3], 19); in MD4Transform()
223 MD4STEP(F1, a, b, c, d, in[ 4], 3); in MD4Transform()
224 MD4STEP(F1, d, a, b, c, in[ 5], 7); in MD4Transform()
225 MD4STEP(F1, c, d, a, b, in[ 6], 11); in MD4Transform()
226 MD4STEP(F1, b, c, d, a, in[ 7], 19); in MD4Transform()
227 MD4STEP(F1, a, b, c, d, in[ 8], 3); in MD4Transform()
228 MD4STEP(F1, d, a, b, c, in[ 9], 7); in MD4Transform()
[all …]
H A Dmd5-internal.c194 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
195 #define F2(x, y, z) F1(z, x, y)
217 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform()
218 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform()
219 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform()
220 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform()
221 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform()
222 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in MD5Transform()
223 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in MD5Transform()
224 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in MD5Transform()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dmd5.c142 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
143 #define F2(x, y, z) F1(z, x, y)
178 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7); in MD5Transform()
179 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12); in MD5Transform()
180 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17); in MD5Transform()
181 MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22); in MD5Transform()
182 MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7); in MD5Transform()
183 MD5STEP(F1, d, a, b, c, in[ 5] + 0x4787c62a, 12); in MD5Transform()
184 MD5STEP(F1, c, d, a, b, in[ 6] + 0xa8304613, 17); in MD5Transform()
185 MD5STEP(F1, b, c, d, a, in[ 7] + 0xfd469501, 22); in MD5Transform()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dmd5.c106 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
107 #define F2(x, y, z) F1(z, x, y)
130 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in transform()
131 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in transform()
132 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in transform()
133 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in transform()
134 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in transform()
135 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in transform()
136 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in transform()
137 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in transform()
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp_funcs.h8 F1 (sin)
9 F1 (cos)
12 F1 (exp)
13 F1 (exp2)
14 F1 (log)
15 F1 (log2)
17 F1 (erf)
/freebsd/sys/opencrypto/
H A Drmd160.c196 R(e, a, b, c, d, F1, K1, 7, 7); in RMD160Transform()
197 R(d, e, a, b, c, F1, K1, 6, 4); in RMD160Transform()
198 R(c, d, e, a, b, F1, K1, 8, 13); in RMD160Transform()
199 R(b, c, d, e, a, F1, K1, 13, 1); in RMD160Transform()
200 R(a, b, c, d, e, F1, K1, 11, 10); in RMD160Transform()
201 R(e, a, b, c, d, F1, K1, 9, 6); in RMD160Transform()
202 R(d, e, a, b, c, F1, K1, 7, 15); in RMD160Transform()
203 R(c, d, e, a, b, F1, K1, 15, 3); in RMD160Transform()
204 R(b, c, d, e, a, F1, K1, 7, 12); in RMD160Transform()
205 R(a, b, c, d, e, F1, K1, 12, 0); in RMD160Transform()
[all …]
/freebsd/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl38 @F1=("add","xor","sub");
95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
98 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
101 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
104 &E_CAST( 9,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
111 &E_CAST(12,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
114 &E_CAST(15,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
116 &E_CAST(15,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
119 &E_CAST(12,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
123 &E_CAST( 9,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
[all …]
/freebsd/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c317 #define F1(name, a) int _ksem_##name(a); \ macro
322 F1(close, intptr_t);
323 F1(destroy, intptr_t);
324 F1(post, intptr_t);
325 F1(unlink, const char *);
326 F1(trywait, intptr_t);
327 F1(wait, intptr_t);
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8998-lenovo-miix-630.dts31 firmware-name = "qcom/msm8998/LENOVO/81F1/qcdsp1v28998.mbn",
32 "qcom/msm8998/LENOVO/81F1/qcdsp28998.mbn";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td723 // fp compare - 3cyc F1 for unconditional, 6cyc "F0/F1, F1" for conditional
794 // VMOV: 3cyc "F0/F1" for imm/reg
970 // ASIMD absolute diff, 3cyc F0/F1 for integer VABD
973 // ASIMD absolute diff accum: 4(1) F1 for D-form, 5(2) F1 for Q-form
983 // ASIMD absolute diff accum long: 4(1) F1 for VABAL
988 // ASIMD absolute diff long: 3cyc F0/F1 for VABDL
1164 // ASIMD FP convert, half-precision: 8cyc F0/F1
1201 // ASIMD duplicate, core reg: 8cyc "L, F0/F1"
1204 // ASIMD duplicate, scalar: 3cyc "F0/F1"
1338 // ASIMD load, 3 element, all lanes: 8cyc "L, F0/F1"
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp190 MemoryBuffer &F1 = *F1OrErr.get(); in DiffFilesWithTolerance() local
201 const char *File1Start = F1.getBufferStart(); in DiffFilesWithTolerance()
203 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance()
207 uint64_t A_size = F1.getBufferSize(); in DiffFilesWithTolerance()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td60 CCIfType<[f32], CCAssignToReg<[F1]>>,
61 CCIfType<[f64], CCAssignToReg<[F1]>>,
82 // Floating point types returned as "direct" go into F1 .. F8; note that
85 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]>>,
229 // FP values are passed in F1 - F8.
[all …]
/freebsd/crypto/openssl/crypto/ripemd/
H A Drmd_local.h50 #define F1(x,y,z) ((x) ^ (y) ^ (z)) macro
65 a+=F1(b,c,d)+X(w); \
/freebsd/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/contrib/unifdef/tests/
H A Dif6.h2 #define F1 1 macro
H A Dif6b.expout1 #if F1
H A Dif6.c1 #if F1
H A Dcrlf-b.expout1 #if F1
H A Dcrlf.c1 #if F1
H A Dif6c.expout1 #if F1
H A Dcrlf-c.expout1 #if F1
H A Dif6d.expout1 #if F1

12345678