Symbol: F1
lib/libc/hash/md5.c
147
#define F2(x, y, z) F1(z, x, y)
lib/libc/hash/md5.c
182
MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7);
lib/libc/hash/md5.c
183
MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12);
lib/libc/hash/md5.c
184
MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17);
lib/libc/hash/md5.c
185
MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22);
lib/libc/hash/md5.c
186
MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7);
lib/libc/hash/md5.c
187
MD5STEP(F1, d, a, b, c, in[ 5] + 0x4787c62a, 12);
lib/libc/hash/md5.c
188
MD5STEP(F1, c, d, a, b, in[ 6] + 0xa8304613, 17);
lib/libc/hash/md5.c
189
MD5STEP(F1, b, c, d, a, in[ 7] + 0xfd469501, 22);
lib/libc/hash/md5.c
190
MD5STEP(F1, a, b, c, d, in[ 8] + 0x698098d8, 7);
lib/libc/hash/md5.c
191
MD5STEP(F1, d, a, b, c, in[ 9] + 0x8b44f7af, 12);
lib/libc/hash/md5.c
192
MD5STEP(F1, c, d, a, b, in[10] + 0xffff5bb1, 17);
lib/libc/hash/md5.c
193
MD5STEP(F1, b, c, d, a, in[11] + 0x895cd7be, 22);
lib/libc/hash/md5.c
194
MD5STEP(F1, a, b, c, d, in[12] + 0x6b901122, 7);
lib/libc/hash/md5.c
195
MD5STEP(F1, d, a, b, c, in[13] + 0xfd987193, 12);
lib/libc/hash/md5.c
196
MD5STEP(F1, c, d, a, b, in[14] + 0xa679438e, 17);
lib/libc/hash/md5.c
197
MD5STEP(F1, b, c, d, a, in[15] + 0x49b40821, 22);
lib/libc/hash/rmd160.c
209
R(e, a, b, c, d, F1, K1, 7, 7);
lib/libc/hash/rmd160.c
210
R(d, e, a, b, c, F1, K1, 6, 4);
lib/libc/hash/rmd160.c
211
R(c, d, e, a, b, F1, K1, 8, 13);
lib/libc/hash/rmd160.c
212
R(b, c, d, e, a, F1, K1, 13, 1);
lib/libc/hash/rmd160.c
213
R(a, b, c, d, e, F1, K1, 11, 10);
lib/libc/hash/rmd160.c
214
R(e, a, b, c, d, F1, K1, 9, 6);
lib/libc/hash/rmd160.c
215
R(d, e, a, b, c, F1, K1, 7, 15);
lib/libc/hash/rmd160.c
216
R(c, d, e, a, b, F1, K1, 15, 3);
lib/libc/hash/rmd160.c
217
R(b, c, d, e, a, F1, K1, 7, 12);
lib/libc/hash/rmd160.c
218
R(a, b, c, d, e, F1, K1, 12, 0);
lib/libc/hash/rmd160.c
219
R(e, a, b, c, d, F1, K1, 15, 9);
lib/libc/hash/rmd160.c
220
R(d, e, a, b, c, F1, K1, 9, 5);
lib/libc/hash/rmd160.c
221
R(c, d, e, a, b, F1, K1, 11, 2);
lib/libc/hash/rmd160.c
222
R(b, c, d, e, a, F1, K1, 7, 14);
lib/libc/hash/rmd160.c
223
R(a, b, c, d, e, F1, K1, 13, 11);
lib/libc/hash/rmd160.c
224
R(e, a, b, c, d, F1, K1, 12, 8); /* #31 */
lib/libc/hash/rmd160.c
337
R(c, d, e, a, b, F1, KK3, 15, 8);
lib/libc/hash/rmd160.c
338
R(b, c, d, e, a, F1, KK3, 5, 6);
lib/libc/hash/rmd160.c
339
R(a, b, c, d, e, F1, KK3, 8, 4);
lib/libc/hash/rmd160.c
340
R(e, a, b, c, d, F1, KK3, 11, 1);
lib/libc/hash/rmd160.c
341
R(d, e, a, b, c, F1, KK3, 14, 3);
lib/libc/hash/rmd160.c
342
R(c, d, e, a, b, F1, KK3, 14, 11);
lib/libc/hash/rmd160.c
343
R(b, c, d, e, a, F1, KK3, 6, 15);
lib/libc/hash/rmd160.c
344
R(a, b, c, d, e, F1, KK3, 14, 0);
lib/libc/hash/rmd160.c
345
R(e, a, b, c, d, F1, KK3, 6, 5);
lib/libc/hash/rmd160.c
346
R(d, e, a, b, c, F1, KK3, 9, 12);
lib/libc/hash/rmd160.c
347
R(c, d, e, a, b, F1, KK3, 12, 2);
lib/libc/hash/rmd160.c
348
R(b, c, d, e, a, F1, KK3, 9, 13);
lib/libc/hash/rmd160.c
349
R(a, b, c, d, e, F1, KK3, 12, 9);
lib/libc/hash/rmd160.c
350
R(e, a, b, c, d, F1, KK3, 5, 7);
lib/libc/hash/rmd160.c
351
R(d, e, a, b, c, F1, KK3, 15, 10);
lib/libc/hash/rmd160.c
352
R(c, d, e, a, b, F1, KK3, 8, 14); /* #63 */
lib/libcrypto/ripemd/ripemd.c
103
a+=F1(b,c,d)+w; \
sys/crypto/cast.c
100
F1(r, l, 15);
sys/crypto/cast.c
103
F1(l, r, 12);
sys/crypto/cast.c
107
F1(r, l, 9);
sys/crypto/cast.c
110
F1(l, r, 6);
sys/crypto/cast.c
113
F1(r, l, 3);
sys/crypto/cast.c
116
F1(l, r, 0);
sys/crypto/cast.c
52
F1(l, r, 0);
sys/crypto/cast.c
55
F1(r, l, 3);
sys/crypto/cast.c
58
F1(l, r, 6);
sys/crypto/cast.c
61
F1(r, l, 9);
sys/crypto/cast.c
66
F1(l, r, 12);
sys/crypto/cast.c
69
F1(r, l, 15);
sys/crypto/md5.c
131
#define F2(x, y, z) F1(z, x, y)
sys/crypto/md5.c
166
MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7);
sys/crypto/md5.c
167
MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12);
sys/crypto/md5.c
168
MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17);
sys/crypto/md5.c
169
MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22);
sys/crypto/md5.c
170
MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7);
sys/crypto/md5.c
171
MD5STEP(F1, d, a, b, c, in[ 5] + 0x4787c62a, 12);
sys/crypto/md5.c
172
MD5STEP(F1, c, d, a, b, in[ 6] + 0xa8304613, 17);
sys/crypto/md5.c
173
MD5STEP(F1, b, c, d, a, in[ 7] + 0xfd469501, 22);
sys/crypto/md5.c
174
MD5STEP(F1, a, b, c, d, in[ 8] + 0x698098d8, 7);
sys/crypto/md5.c
175
MD5STEP(F1, d, a, b, c, in[ 9] + 0x8b44f7af, 12);
sys/crypto/md5.c
176
MD5STEP(F1, c, d, a, b, in[10] + 0xffff5bb1, 17);
sys/crypto/md5.c
177
MD5STEP(F1, b, c, d, a, in[11] + 0x895cd7be, 22);
sys/crypto/md5.c
178
MD5STEP(F1, a, b, c, d, in[12] + 0x6b901122, 7);
sys/crypto/md5.c
179
MD5STEP(F1, d, a, b, c, in[13] + 0xfd987193, 12);
sys/crypto/md5.c
180
MD5STEP(F1, c, d, a, b, in[14] + 0xa679438e, 17);
sys/crypto/md5.c
181
MD5STEP(F1, b, c, d, a, in[15] + 0x49b40821, 22);
sys/crypto/rmd160.c
198
R(e, a, b, c, d, F1, K1, 7, 7);
sys/crypto/rmd160.c
199
R(d, e, a, b, c, F1, K1, 6, 4);
sys/crypto/rmd160.c
200
R(c, d, e, a, b, F1, K1, 8, 13);
sys/crypto/rmd160.c
201
R(b, c, d, e, a, F1, K1, 13, 1);
sys/crypto/rmd160.c
202
R(a, b, c, d, e, F1, K1, 11, 10);
sys/crypto/rmd160.c
203
R(e, a, b, c, d, F1, K1, 9, 6);
sys/crypto/rmd160.c
204
R(d, e, a, b, c, F1, K1, 7, 15);
sys/crypto/rmd160.c
205
R(c, d, e, a, b, F1, K1, 15, 3);
sys/crypto/rmd160.c
206
R(b, c, d, e, a, F1, K1, 7, 12);
sys/crypto/rmd160.c
207
R(a, b, c, d, e, F1, K1, 12, 0);
sys/crypto/rmd160.c
208
R(e, a, b, c, d, F1, K1, 15, 9);
sys/crypto/rmd160.c
209
R(d, e, a, b, c, F1, K1, 9, 5);
sys/crypto/rmd160.c
210
R(c, d, e, a, b, F1, K1, 11, 2);
sys/crypto/rmd160.c
211
R(b, c, d, e, a, F1, K1, 7, 14);
sys/crypto/rmd160.c
212
R(a, b, c, d, e, F1, K1, 13, 11);
sys/crypto/rmd160.c
213
R(e, a, b, c, d, F1, K1, 12, 8); /* #31 */
sys/crypto/rmd160.c
326
R(c, d, e, a, b, F1, KK3, 15, 8);
sys/crypto/rmd160.c
327
R(b, c, d, e, a, F1, KK3, 5, 6);
sys/crypto/rmd160.c
328
R(a, b, c, d, e, F1, KK3, 8, 4);
sys/crypto/rmd160.c
329
R(e, a, b, c, d, F1, KK3, 11, 1);
sys/crypto/rmd160.c
330
R(d, e, a, b, c, F1, KK3, 14, 3);
sys/crypto/rmd160.c
331
R(c, d, e, a, b, F1, KK3, 14, 11);
sys/crypto/rmd160.c
332
R(b, c, d, e, a, F1, KK3, 6, 15);
sys/crypto/rmd160.c
333
R(a, b, c, d, e, F1, KK3, 14, 0);
sys/crypto/rmd160.c
334
R(e, a, b, c, d, F1, KK3, 6, 5);
sys/crypto/rmd160.c
335
R(d, e, a, b, c, F1, KK3, 9, 12);
sys/crypto/rmd160.c
336
R(c, d, e, a, b, F1, KK3, 12, 2);
sys/crypto/rmd160.c
337
R(b, c, d, e, a, F1, KK3, 9, 13);
sys/crypto/rmd160.c
338
R(a, b, c, d, e, F1, KK3, 12, 9);
sys/crypto/rmd160.c
339
R(e, a, b, c, d, F1, KK3, 5, 7);
sys/crypto/rmd160.c
340
R(d, e, a, b, c, F1, KK3, 15, 10);
sys/crypto/rmd160.c
341
R(c, d, e, a, b, F1, KK3, 8, 14); /* #63 */
sys/dev/pci/drm/i915/intel_step.h
46
func(F1) \
usr.bin/join/join.c
102
INPUT *F1, *F2;
usr.bin/join/join.c
111
F1 = &input1;
usr.bin/join/join.c
120
F1->unpair = F2->unpair = 1;
usr.bin/join/join.c
123
if ((F1->joinf = strtol(optarg, &end, 10)) < 1)
usr.bin/join/join.c
127
--F1->joinf;
usr.bin/join/join.c
140
F1->unpair = 1;
usr.bin/join/join.c
156
if ((F1->joinf = F2->joinf = strtol(optarg, &end, 10)) < 1)
usr.bin/join/join.c
160
--F1->joinf;
usr.bin/join/join.c
178
F1->unpair = 1;
usr.bin/join/join.c
205
F1->fp = stdin;
usr.bin/join/join.c
206
else if ((F1->fp = fopen(*argv, "r")) == NULL)
usr.bin/join/join.c
213
if (F1->fp == stdin && F2->fp == stdin)
usr.bin/join/join.c
219
slurp(F1);
usr.bin/join/join.c
227
while (F1->setcnt && F2->setcnt) {
usr.bin/join/join.c
228
cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf);
usr.bin/join/join.c
232
joinlines(F1, F2);
usr.bin/join/join.c
233
slurp(F1);
usr.bin/join/join.c
237
if (F1->unpair)
usr.bin/join/join.c
238
joinlines(F1, NULL);
usr.bin/join/join.c
239
slurp(F1);
usr.bin/join/join.c
252
if (F1->unpair)
usr.bin/join/join.c
253
while (F1->setcnt) {
usr.bin/join/join.c
254
joinlines(F1, NULL);
usr.bin/join/join.c
255
slurp(F1);
usr.bin/join/join.c
392
joinlines(INPUT *F1, INPUT *F2)
usr.bin/join/join.c
402
for (cnt1 = 0; cnt1 < F1->setcnt; ++cnt1)
usr.bin/join/join.c
403
outoneline(F1, &F1->set[cnt1]);
usr.bin/join/join.c
406
for (cnt1 = 0; cnt1 < F1->setcnt; ++cnt1)
usr.bin/join/join.c
408
outtwoline(F1, &F1->set[cnt1], F2, &F2->set[cnt2]);
usr.bin/join/join.c
447
outtwoline(INPUT *F1, LINE *lp1, INPUT *F2, LINE *lp2)
usr.bin/join/join.c
455
if (lp1->fieldcnt >= F1->joinf)
usr.bin/join/join.c
456
outfield(lp1, F1->joinf, 0);
usr.bin/join/join.c
468
outfield(lp1, F1->joinf, 0);
usr.bin/join/join.c
470
if (F1->joinf != cnt)