Searched refs:F3 (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/unifdef/tests/
H A Dif6.c5 #elif F3
H A Dcrlf.c5 #elif F3
/freebsd-current/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 in enum:__anon1159::Flags
43 f = f | F3;
49 f |= F3;
54 (f |= F3) = F1;
62 f = (f | F3) & (F1 | F2 | F3);
67 Flags f = F1 | F2 | F3;
72 (f &= F1) = F3;
73 EXPECT_EQ(F3, f);
77 Flags f = (F1 | F2) ^ (F2 | F3);
115 F3 = 4, member in class:__anon1160::FlagsClass
130 F3 = 4, enumerator in enum:__anon1160::Container::Flags
[all...]
/freebsd-current/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);
213 MD5STEP(F3, d, a, b, c, in[ 8] + 0x8771f681, 11);
214 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
215 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
216 MD5STEP(F3, a, b, c, d, in[ 1] + 0xa4beea44, 4);
217 MD5STEP(F3, d, a, b, c, in[ 4] + 0x4bdecfa9, 11);
218 MD5STEP(F3, c, d, a, b, in[ 7] + 0xf6bb4b60, 16);
219 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
220 MD5STEP(F3,
[all...]
/freebsd-current/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);
254 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9);
255 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11);
256 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15);
257 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3);
258 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9);
259 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11);
260 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15);
261 MD4STEP(F3,
[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);
252 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
253 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
254 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
255 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
256 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
257 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
258 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
259 MD5STEP(F3,
[all...]
/freebsd-current/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);
165 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
166 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
167 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
168 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
169 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
170 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
171 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
172 MD5STEP(F3,
[all...]
/freebsd-current/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,
[all...]
/freebsd-current/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);
231 R(b, c, d, e, a, F3, K3, 12, 9);
232 R(a, b, c, d, e, F3, K3, 14, 11);
233 R(e, a, b, c, d, F3, K3, 15, 10);
234 R(d, e, a, b, c, F3, K3, 14, 0);
235 R(c, d, e, a, b, F3, K3, 15, 8);
236 R(b, c, d, e, a, F3, K3, 9, 12);
237 R(a, b, c, d, e, F3, K3, 8, 4);
238 R(e, a, b, c, d, F3, K
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h54 // F1, F2, F3: optional 'set' functions to be called.
77 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \
83 set##F3(); \
92 #define PROPERTY_3(ENUM, FIELD, F1, F2, F3) \
93 BOOL_BIT_3(Properties, ENUM, FIELD, F1, F2, F3)
99 #define KIND_3(ENUM, FIELD, F1, F2, F3) \
100 BOOL_BIT_3(Kinds, ENUM, FIELD, F1, F2, F3)
/freebsd-current/crypto/openssl/crypto/ripemd/
H A Drmd_local.h52 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro
75 a+=F3(b,c,d)+X(w)+K; \
/freebsd-current/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])))
167 1, /* F3 */
207 || !TEST_true(BN_set_word(bn_primes[0], expected[F3]))
/freebsd-current/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; \
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp123 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
H A DPPCISelLowering.cpp3982 static const MCPhysReg FPR[] = {PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5,
4296 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h81 MAP(F3, 115) \
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp342 Function *F3 = cast<Function>(*K); local
343 int Res3 = FunctionComparator(F1, F3, &GlobalNumbers).compare();
344 int Res4 = FunctionComparator(F2, F3, &GlobalNumbers).compare();
349 // F1 > F2, F2 > F3 => F1 > F3
352 // F1 > F3, F3 > F2 => F1 > F2
355 // F2 > F3, F3 > F1 => F2 > F1
364 dbgs() << *F1 << '\n' << *F2 << '\n' << *F3 << '\ local
[all...]
/freebsd-current/sys/crypto/
H A Dsha1.c62 #define F3(b, c, d) (((b) ^ (c)) ^ (d)) macro
159 tmp = S(5, a) + F3(b, c, d) + e + W(s) + K(t);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp71 SP::F0, SP::F1, SP::F2, SP::F3,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp930 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F2, Mips::F3, LE);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp160 Sparc::F0, Sparc::F1, Sparc::F2, Sparc::F3,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3330 case Mips::D1: return Mips::F3;
5652 case Mips::F3: return Mips::V1;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3481 LoongArch::F3, LoongArch::F4, LoongArch::F5,
3825 // Pass in STG registers: F1, F2, F3, F4

Completed in 501 milliseconds