Symbol: F1
crypto/libressl/crypto/ripemd/rmd_locl.h
127
a+=F1(b,c,d)+X(w); \
sys/crypto/rmd160/rmd160.c
197
R(e, a, b, c, d, F1, K1, 7, 7);
sys/crypto/rmd160/rmd160.c
198
R(d, e, a, b, c, F1, K1, 6, 4);
sys/crypto/rmd160/rmd160.c
199
R(c, d, e, a, b, F1, K1, 8, 13);
sys/crypto/rmd160/rmd160.c
200
R(b, c, d, e, a, F1, K1, 13, 1);
sys/crypto/rmd160/rmd160.c
201
R(a, b, c, d, e, F1, K1, 11, 10);
sys/crypto/rmd160/rmd160.c
202
R(e, a, b, c, d, F1, K1, 9, 6);
sys/crypto/rmd160/rmd160.c
203
R(d, e, a, b, c, F1, K1, 7, 15);
sys/crypto/rmd160/rmd160.c
204
R(c, d, e, a, b, F1, K1, 15, 3);
sys/crypto/rmd160/rmd160.c
205
R(b, c, d, e, a, F1, K1, 7, 12);
sys/crypto/rmd160/rmd160.c
206
R(a, b, c, d, e, F1, K1, 12, 0);
sys/crypto/rmd160/rmd160.c
207
R(e, a, b, c, d, F1, K1, 15, 9);
sys/crypto/rmd160/rmd160.c
208
R(d, e, a, b, c, F1, K1, 9, 5);
sys/crypto/rmd160/rmd160.c
209
R(c, d, e, a, b, F1, K1, 11, 2);
sys/crypto/rmd160/rmd160.c
210
R(b, c, d, e, a, F1, K1, 7, 14);
sys/crypto/rmd160/rmd160.c
211
R(a, b, c, d, e, F1, K1, 13, 11);
sys/crypto/rmd160/rmd160.c
212
R(e, a, b, c, d, F1, K1, 12, 8); /* #31 */
sys/crypto/rmd160/rmd160.c
325
R(c, d, e, a, b, F1, KK3, 15, 8);
sys/crypto/rmd160/rmd160.c
326
R(b, c, d, e, a, F1, KK3, 5, 6);
sys/crypto/rmd160/rmd160.c
327
R(a, b, c, d, e, F1, KK3, 8, 4);
sys/crypto/rmd160/rmd160.c
328
R(e, a, b, c, d, F1, KK3, 11, 1);
sys/crypto/rmd160/rmd160.c
329
R(d, e, a, b, c, F1, KK3, 14, 3);
sys/crypto/rmd160/rmd160.c
330
R(c, d, e, a, b, F1, KK3, 14, 11);
sys/crypto/rmd160/rmd160.c
331
R(b, c, d, e, a, F1, KK3, 6, 15);
sys/crypto/rmd160/rmd160.c
332
R(a, b, c, d, e, F1, KK3, 14, 0);
sys/crypto/rmd160/rmd160.c
333
R(e, a, b, c, d, F1, KK3, 6, 5);
sys/crypto/rmd160/rmd160.c
334
R(d, e, a, b, c, F1, KK3, 9, 12);
sys/crypto/rmd160/rmd160.c
335
R(c, d, e, a, b, F1, KK3, 12, 2);
sys/crypto/rmd160/rmd160.c
336
R(b, c, d, e, a, F1, KK3, 9, 13);
sys/crypto/rmd160/rmd160.c
337
R(a, b, c, d, e, F1, KK3, 12, 9);
sys/crypto/rmd160/rmd160.c
338
R(e, a, b, c, d, F1, KK3, 5, 7);
sys/crypto/rmd160/rmd160.c
339
R(d, e, a, b, c, F1, KK3, 15, 10);
sys/crypto/rmd160/rmd160.c
340
R(c, d, e, a, b, F1, KK3, 8, 14); /* #63 */
sys/crypto/sha1.c
145
tmp = S(5, a) + F1(b, c, d) + e + W(s) + K(t);
sys/dev/netif/mii_layer/atphy.c
77
MII_PHYDESC(xxATHEROS, F1),
sys/dev/netif/mii_layer/atphy.c
82
MII_PHYDESC(ATHEROS, F1),
usr.bin/join/join.c
110
INPUT *F1, *F2;
usr.bin/join/join.c
116
F1 = &input1;
usr.bin/join/join.c
125
F1->unpair = F2->unpair = 1;
usr.bin/join/join.c
128
if ((F1->joinf = strtol(optarg, &end, 10)) < 1)
usr.bin/join/join.c
132
--F1->joinf;
usr.bin/join/join.c
145
F1->unpair = 1;
usr.bin/join/join.c
161
if ((F1->joinf = F2->joinf =
usr.bin/join/join.c
166
--F1->joinf;
usr.bin/join/join.c
184
F1->unpair = 1;
usr.bin/join/join.c
212
F1->fp = stdin;
usr.bin/join/join.c
213
else if ((F1->fp = fopen(*argv, "r")) == NULL)
usr.bin/join/join.c
220
if (F1->fp == stdin && F2->fp == stdin)
usr.bin/join/join.c
223
slurp(F1);
usr.bin/join/join.c
225
while (F1->setcnt && F2->setcnt) {
usr.bin/join/join.c
226
cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf);
usr.bin/join/join.c
230
joinlines(F1, F2);
usr.bin/join/join.c
231
slurp(F1);
usr.bin/join/join.c
235
if (F1->unpair)
usr.bin/join/join.c
236
joinlines(F1, NULL);
usr.bin/join/join.c
237
slurp(F1);
usr.bin/join/join.c
250
if (F1->unpair)
usr.bin/join/join.c
251
while (F1->setcnt) {
usr.bin/join/join.c
252
joinlines(F1, NULL);
usr.bin/join/join.c
253
slurp(F1);
usr.bin/join/join.c
422
joinlines(INPUT *F1, INPUT *F2)
usr.bin/join/join.c
432
for (cnt1 = 0; cnt1 < F1->setcnt; ++cnt1)
usr.bin/join/join.c
433
outoneline(F1, &F1->set[cnt1]);
usr.bin/join/join.c
436
for (cnt1 = 0; cnt1 < F1->setcnt; ++cnt1)
usr.bin/join/join.c
438
outtwoline(F1, &F1->set[cnt1], F2, &F2->set[cnt2]);
usr.bin/join/join.c
470
outtwoline(INPUT *F1, LINE *lp1, INPUT *F2, LINE *lp2)
usr.bin/join/join.c
478
if (lp1->fieldcnt >= F1->joinf)
usr.bin/join/join.c
479
outfield(lp1, F1->joinf, 0);
usr.bin/join/join.c
491
outfield(lp1, F1->joinf, 0);
usr.bin/join/join.c
493
if (F1->joinf != cnt)