Home
last modified time | relevance | path

Searched full:f2 (Results 1 – 25 of 730) sorted by relevance

12345678910>>...30

/freebsd/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl106 movxtod %o5, %f2
115 camellia_f %f12, %f2, %f0, %f2
118 camellia_f %f14, %f0, %f2, %f0
120 camellia_f %f16, %f2, %f0, %f2
122 camellia_f %f18, %f0, %f2, %f0
124 camellia_f %f20, %f2, %f0, %f2
126 camellia_f %f22, %f0, %f2, %f0
130 camellia_fli %f26, %f2, %f2
136 camellia_f %f12, %f2, %f0, %f2
137 camellia_f %f14, %f0, %f2, %f0
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl134 movxtod %o5, %f2
142 aes_eround01 %f12, %f0, %f2, %f4
143 aes_eround23 %f14, %f0, %f2, %f2
147 aes_eround01 %f16, %f4, %f2, %f0
148 aes_eround23 %f18, %f4, %f2, %f2
155 aes_eround01 %f12, %f0, %f2, %f4
156 aes_eround23 %f14, %f0, %f2, %f2
157 aes_eround01_l %f16, %f4, %f2, %f0
158 aes_eround23_l %f18, %f4, %f2, %f2
165 std %f2, [$out + 8]
[all …]
H A Daesfx-sparcv9.pl67 ldd [$inp + 8], %f2
71 fshiftorx %f0, %f2, %f14, %f0
72 fshiftorx %f2, %f4, %f14, %f2
79 fxor %f2, %f8, %f2
87 faesencx %f2, %f10, %f0
88 faesencx %f4, %f12, %f2
94 faesencx %f2, %f6, %f0
95 faesencx %f4, %f8, %f2
110 faesencx %f2, %f10, %f0
111 faesencx %f4, %f12, %f2
[all …]
/freebsd/tools/test/sort/bigtest/
H A Dkcmd209 for f2 in 1 2 3 4 5 6 7 8 9 10
213 echo ${LANG} ${KEYS} ${f1} ${c1} ${f2} ${c2}
215 ${BSDSORT} ${KEYS} +${f1}.${c1} -${f2}.${c2} ${INPUT_FILE} -o siks/sik1
218 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} crash >> test.log
221 ${GNUSORT} ${KEYS} +${f1}.${c1} -${f2}.${c2} ${INPUT_FILE} -o siks/sik2
222 if ! ${FILECMP} siks/sik1 siks/sik2 >siks/res.${f1}.${c1}.${f2}.${c2} 2>&1 ; then
223 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} error +- >> test.log
225 ${BSDSORT} -c ${KEYS} +${f1}.${c1} -${f2}.${c2} siks/sik1
228 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} -c error +- >> test.log
230 rm siks/res.${f1}.${c1}.${f2}.${c2}
[all …]
/freebsd/lib/libc/stdlib/
H A Dmerge.c115 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in mergesort_b() local
143 f2 = l1 = list1 + (p2 - list2); in mergesort_b()
147 while (f1 < l1 && f2 < l2) { in mergesort_b()
148 if (CMP(f1, f2) <= 0) { in mergesort_b()
149 q = f2; in mergesort_b()
154 b = f2, t = l2; in mergesort_b()
198 ICOPY_LIST(f2, tp2, b); in mergesort_b()
201 CCOPY_LIST(f2, tp2, b); in mergesort_b()
207 ICOPY_ELT(f2, tp2, i); in mergesort_b()
210 CCOPY_ELT(f2, tp2, i); in mergesort_b()
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl60 ldd [$ivec + 8], %f2
62 faligndata %f0, %f2, %f0
63 faligndata %f2, %f4, %f2
69 ld [$ivec + 8], %f2
112 fxor %f14, %f2, %f2
122 std %f2, [$out + 8]
129 st %f2, [$ivec + 8]
137 std %f2, [$ivec + 8]
149 faligndata %f0, %f2, %f6
150 faligndata %f2, %f2, %f8
[all …]
/freebsd/contrib/kyua/engine/
H A Dfilters_test.cpp148 const engine::test_filter f2(fs::path("foo"), "bar"); in ATF_TEST_CASE_BODY() local
149 ATF_REQUIRE( f1.contains(f2)); in ATF_TEST_CASE_BODY()
150 ATF_REQUIRE(!f2.contains(f1)); in ATF_TEST_CASE_BODY()
154 const engine::test_filter f2(fs::path("foo/bar"), "baz"); in ATF_TEST_CASE_BODY() local
155 ATF_REQUIRE( f1.contains(f2)); in ATF_TEST_CASE_BODY()
156 ATF_REQUIRE(!f2.contains(f1)); in ATF_TEST_CASE_BODY()
160 const engine::test_filter f2(fs::path("foo/baz"), ""); in ATF_TEST_CASE_BODY() local
161 ATF_REQUIRE(!f1.contains(f2)); in ATF_TEST_CASE_BODY()
162 ATF_REQUIRE(!f2.contains(f1)); in ATF_TEST_CASE_BODY()
166 const engine::test_filter f2(fs::path("foo/bar"), ""); in ATF_TEST_CASE_BODY() local
[all …]
/freebsd/contrib/atf/atf-c/
H A Dh_build.h82 "-f1 -f2 -f3 -f4-f5",
91 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
100 "-f1 -f2 -f3 -f4-f5",
108 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
116 "-f2",
125 "cc", "-f1", "-f2", "-o", "test.o", "-c", "test.c", NULL
148 "-f2",
157 "cc", "-f1", "-f2", "-o1", "-o2", "-o", "test.o",
218 "-f1 -f2 -f3 -f4-f5",
226 "cpp", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.out",
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h115 uint64_t f2 = f[2]; in fe25519_cmov() local
121 uint64_t x2 = f2 ^ g[2]; in fe25519_cmov()
133 f[2] = f2 ^ x2; in fe25519_cmov()
152 uint64_t f2 = f[2]; in fe25519_cswap() local
164 uint64_t x2 = f2 ^ g2; in fe25519_cswap()
176 f[2] = f2 ^ x2; in fe25519_cswap()
196 uint64_t f2 = f[2]; in fe25519_copy() local
202 h[2] = f2; in fe25519_copy()
247 uint64_t f0, f1, f2, f3, f4; in fe25519_mul() local
254 f2 = f[2]; in fe25519_mul()
[all …]
H A Ded25519_ref10_fe_25_5.h154 int32_t f2 = f[2]; in fe25519_cmov() local
165 int32_t x2 = f2 ^ g[2]; in fe25519_cmov()
187 f[2] = f2 ^ x2; in fe25519_cmov()
204 int32_t f2 = f[2]; in fe25519_cswap() local
226 int32_t x2 = f2 ^ g2; in fe25519_cswap()
248 f[2] = f2 ^ x2; in fe25519_cswap()
278 int32_t f2 = f[2]; in fe25519_copy() local
289 h[2] = f2; in fe25519_copy()
372 int32_t f2 = f[2]; in fe25519_mul() local
427 int64_t f2g0 = f2 * (int64_t) g0; in fe25519_mul()
[all …]
/freebsd/usr.bin/join/
H A Djoin.c108 INPUT *F1, *F2; in main() local
115 F2 = &input2; in main()
123 F1->unpair = F2->unpair = 1; in main()
133 if ((F2->joinf = strtol(optarg, &end, 10)) < 1) in main()
137 --F2->joinf; in main()
146 F2->unpair = 1; in main()
159 if ((F1->joinf = F2->joinf = in main()
165 --F2->joinf; in main()
185 F2->unpair = 1; in main()
215 F2 in main()
420 joinlines(INPUT * F1,INPUT * F2) joinlines() argument
474 outtwoline(INPUT * F1,LINE * lp1,INPUT * F2,LINE * lp2) outtwoline() argument
[all...]
/freebsd/sys/opencrypto/
H A Drmd160.c76 #define F2(x, y, z) (((x) | (~y)) ^ (z)) macro
213 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
214 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
215 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
216 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
217 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
218 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
219 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
220 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
221 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_freeobjects.ksh27 # 1. Create three files with sequential object numbers, f1 f2 and f3
28 # 2. Delete f2
44 f2=/$POOL/$sendds/f2
57 touch $f1 $f2 $f3
59 o2=$(ls -li $f2 | awk '{print $1}')
63 rm -f $f1 $f2 $f3
73 log_must rm $f2
/freebsd/crypto/openssl/crypto/
H A Dsparccpuid.S131 fmovs %f0,%f2
276 .word 0x85b08d82 !fxor %f2,%f2,%f2
279 .word 0x85b08d82 !fxor %f2,%f2,%f2
282 .word 0x85b08d82 !fxor %f2,%f2,%f2
285 .word 0x85b08d82 !fxor %f2,%f2,%f2
288 .word 0x85b08d82 !fxor %f2,%f2,%f2
325 .word 0x85b08d82 !fxor %f2,%f2,%f2
327 .word 0x81b80440 !fmaddd %f0,%f0,%f2,%f0
358 .word 0x81b09206 !faesencx %f2,%f6,%f0
/freebsd/usr.bin/diff/
H A Ddiffreg.c270 FILE *f1, *f2; in diffreg_stone() local
275 f1 = f2 = NULL; in diffreg_stone()
352 f2 = fopen(_PATH_DEVNULL, "r"); in diffreg_stone()
355 if ((f2 = opentemp(file2)) == NULL || in diffreg_stone()
356 fstat(fileno(f2), &stb2) == -1) { in diffreg_stone()
363 f2 = stdin; in diffreg_stone()
365 f2 = fopen(file2, "r"); in diffreg_stone()
367 if (f2 == NULL) { in diffreg_stone()
381 if (caph_rights_limit(fileno(f2), &rights_ro) < 0) in diffreg_stone()
383 if (fileno(f1) == STDIN_FILENO || fileno(f2) in diffreg_stone()
480 files_differ(FILE * f1,FILE * f2,int flags) files_differ() argument
728 check(FILE * f1,FILE * f2,int flags) check() argument
905 output(char * file1,FILE * f1,char * file2,FILE * f2,int flags) output() argument
1050 change(char * file1,FILE * f1,char * file2,FILE * f2,int a,int b,int c,int d,int * pflags) change() argument
1494 dump_context_vec(FILE * f1,FILE * f2,int flags) dump_context_vec() argument
1597 dump_unified_vec(FILE * f1,FILE * f2,int flags) dump_unified_vec() argument
[all...]
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c104 { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" },
519 * Play MSF m1:s1 [ .f1 ] [ m2:s2 [ .f2 ] ] in play()
524 * tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]] in play()
527 unsigned m1, m2, s1, s2, f1, f2; in play() local
530 tr2 = m2 = s2 = f2 = f1 = 0; in play()
532 &tr1, &m1, &s1, &f1, &tr2, &m2, &s2, &f2)) in play()
535 tr2 = m2 = s2 = f2 = f1 = 0; in play()
537 &tr1, &m1, &s1, &tr2, &m2, &s2, &f2)) in play()
540 tr2 = m2 = s2 = f2 = f1 = 0; in play()
545 tr2 = m2 = s2 = f2 = f1 = 0; in play()
[all …]
/freebsd/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()
236 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); 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()
240 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); 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()
[all …]
/freebsd/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/tools/test/stress2/misc/
H A Dmountro4.sh35 f2=$mntpoint/f2
46 touch $f2 2>/dev/null && { echo "ufs: ro failed"; s=1; }
56 touch $f2 2>/dev/null || { echo "ufs: rw failed"; s=1; }
64 touch $f2 2>/dev/null && { echo "tmpfs: ro failed"; s=1; }
74 touch $f2 2>/dev/null || { echo "tmpfs: rw failed"; s=1; }
88 touch $f2 2>/dev/null && { echo "msdosfs: ro failed"; s=1; }
98 touch $f2 2>/dev/null || { echo "msdosfs: rw failed"; s=1; }
/freebsd/contrib/llvm-project/lld/docs/
H A Dpartitions.dot7 f2 [style=filled,fillcolor=palegreen];
18 part2 -> f2;
19 f2 -> f3;
20 f2 -> f5;
21 f2 -> f6;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h54 // F1, F2, F3: optional 'set' functions to be called.
68 #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
[all …]
/freebsd/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()
149 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); 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()
153 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); 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()
[all …]
/freebsd/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py59 f2 = "" variable
68 f2 = f2 + " <ClInclude Include=\"..\\..\\..\\..\\{}\">\r\n".format(file) variable
69 f2 = f2 + " <Filter>{}</Filter>\r\n".format(basedir) variable
70 f2 = f2 + " </ClInclude>\r\n" variable
96 "v2": v2, "f1": f1, "f2": f2, "fd": fd}
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl64 ldd [$inp + 0x08], %f2
65 faligndata %f0, %f2, %f0
67 des_kexpand %f0, 1, %f2
69 des_kexpand %f2, 3, %f6
70 std %f2, [$out + 0x08]
71 des_kexpand %f2, 2, %f4
156 movxtod %g4, %f2
159 fxor %f2, %f0, %f0 ! ^= ivec
191 faligndata %f0, %f0, %f2 ! handle unaligned output
193 stda %f2, [$out + $omask]0xc0 ! partial store
[all …]

12345678910>>...30