Symbol: FF
usr/src/cmd/asa/asa.c
104
(void) putchar(FF);
usr/src/cmd/asa/asa.c
128
(void) putchar(FF);
usr/src/cmd/asa/asa.c
156
(void) putchar(FF);
usr/src/cmd/gencat/gencat.c
705
c = FF;
usr/src/cmd/gencat/gencat.c
796
c = FF;
usr/src/common/crypto/md4/md4.c
199
FF(a, b, c, d, x[ 0], S11); /* 1 */
usr/src/common/crypto/md4/md4.c
200
FF(d, a, b, c, x[ 1], S12); /* 2 */
usr/src/common/crypto/md4/md4.c
201
FF(c, d, a, b, x[ 2], S13); /* 3 */
usr/src/common/crypto/md4/md4.c
202
FF(b, c, d, a, x[ 3], S14); /* 4 */
usr/src/common/crypto/md4/md4.c
203
FF(a, b, c, d, x[ 4], S11); /* 5 */
usr/src/common/crypto/md4/md4.c
204
FF(d, a, b, c, x[ 5], S12); /* 6 */
usr/src/common/crypto/md4/md4.c
205
FF(c, d, a, b, x[ 6], S13); /* 7 */
usr/src/common/crypto/md4/md4.c
206
FF(b, c, d, a, x[ 7], S14); /* 8 */
usr/src/common/crypto/md4/md4.c
207
FF(a, b, c, d, x[ 8], S11); /* 9 */
usr/src/common/crypto/md4/md4.c
208
FF(d, a, b, c, x[ 9], S12); /* 10 */
usr/src/common/crypto/md4/md4.c
209
FF(c, d, a, b, x[10], S13); /* 11 */
usr/src/common/crypto/md4/md4.c
210
FF(b, c, d, a, x[11], S14); /* 12 */
usr/src/common/crypto/md4/md4.c
211
FF(a, b, c, d, x[12], S11); /* 13 */
usr/src/common/crypto/md4/md4.c
212
FF(d, a, b, c, x[13], S12); /* 14 */
usr/src/common/crypto/md4/md4.c
213
FF(c, d, a, b, x[14], S13); /* 15 */
usr/src/common/crypto/md4/md4.c
214
FF(b, c, d, a, x[15], S14); /* 16 */
usr/src/common/crypto/md5/md5.c
563
FF(a, b, c, d, x_0, MD5_SHIFT_11, MD5_CONST_e(0)); /* 1 */
usr/src/common/crypto/md5/md5.c
564
FF(d, a, b, c, x_1, MD5_SHIFT_12, MD5_CONST_o(1)); /* 2 */
usr/src/common/crypto/md5/md5.c
565
FF(c, d, a, b, x_2, MD5_SHIFT_13, MD5_CONST_e(2)); /* 3 */
usr/src/common/crypto/md5/md5.c
566
FF(b, c, d, a, x_3, MD5_SHIFT_14, MD5_CONST_o(3)); /* 4 */
usr/src/common/crypto/md5/md5.c
567
FF(a, b, c, d, x_4, MD5_SHIFT_11, MD5_CONST_e(4)); /* 5 */
usr/src/common/crypto/md5/md5.c
568
FF(d, a, b, c, x_5, MD5_SHIFT_12, MD5_CONST_o(5)); /* 6 */
usr/src/common/crypto/md5/md5.c
569
FF(c, d, a, b, x_6, MD5_SHIFT_13, MD5_CONST_e(6)); /* 7 */
usr/src/common/crypto/md5/md5.c
570
FF(b, c, d, a, x_7, MD5_SHIFT_14, MD5_CONST_o(7)); /* 8 */
usr/src/common/crypto/md5/md5.c
571
FF(a, b, c, d, x_8, MD5_SHIFT_11, MD5_CONST_e(8)); /* 9 */
usr/src/common/crypto/md5/md5.c
572
FF(d, a, b, c, x_9, MD5_SHIFT_12, MD5_CONST_o(9)); /* 10 */
usr/src/common/crypto/md5/md5.c
573
FF(c, d, a, b, x_10, MD5_SHIFT_13, MD5_CONST_e(10)); /* 11 */
usr/src/common/crypto/md5/md5.c
574
FF(b, c, d, a, x_11, MD5_SHIFT_14, MD5_CONST_o(11)); /* 12 */
usr/src/common/crypto/md5/md5.c
575
FF(a, b, c, d, x_12, MD5_SHIFT_11, MD5_CONST_e(12)); /* 13 */
usr/src/common/crypto/md5/md5.c
576
FF(d, a, b, c, x_13, MD5_SHIFT_12, MD5_CONST_o(13)); /* 14 */
usr/src/common/crypto/md5/md5.c
577
FF(c, d, a, b, x_14, MD5_SHIFT_13, MD5_CONST_e(14)); /* 15 */
usr/src/common/crypto/md5/md5.c
578
FF(b, c, d, a, x_15, MD5_SHIFT_14, MD5_CONST_o(15)); /* 16 */
usr/src/common/dis/i386/dis_tables.c
2865
/* [0,0] */ TNS("fadd",FF), TNS("fmul",FF), TNS("fcom",F), TNS("fcomp",F),
usr/src/common/dis/i386/dis_tables.c
2866
/* [0,4] */ TNS("fsub",FF), TNS("fsubr",FF), TNS("fdiv",FF), TNS("fdivr",FF),
usr/src/common/dis/i386/dis_tables.c
2877
/* [4,0] */ TNS("fadd",FF), TNS("fmul",FF), TNS("fcom",F), TNS("fcomp",F),
usr/src/common/dis/i386/dis_tables.c
2878
/* [4,4] */ TNS("fsub",FF), TNS("fsubr",FF), TNS("fdiv",FF), TNS("fdivr",FF),
usr/src/common/dis/i386/dis_tables.c
2883
/* [6,0] */ TNS("faddp",FF), TNS("fmulp",FF), TNS("fcomp",F), TNS("fcompp",NORM),
usr/src/common/dis/i386/dis_tables.c
2884
/* [6,4] */ TNS("fsubp",FF), TNS("fsubrp",FF), TNS("fdivp",FF), TNS("fdivrp",FF),
usr/src/common/dis/i386/dis_tables.c
2914
/* [00] */ TNS("fcmov.nb",FF), TNS("fcmov.ne",FF), TNS("fcmov.nbe",FF), TNS("fcmov.nu",FF),
usr/src/common/dis/i386/dis_tables.c
2920
/* [00] */ TNS("fcmov.b",FF), TNS("fcmov.e",FF), TNS("fcmov.be",FF), TNS("fcmov.u",FF),
usr/src/common/dis/i386/dis_tables.c
6307
case FF:
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
208
FF (a, b, c, d, in[ 0], S11, 3614090360U); /* 1 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
209
FF (d, a, b, c, in[ 1], S12, 3905402710U); /* 2 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
210
FF (c, d, a, b, in[ 2], S13, 606105819U); /* 3 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
211
FF (b, c, d, a, in[ 3], S14, 3250441966U); /* 4 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
212
FF (a, b, c, d, in[ 4], S11, 4118548399U); /* 5 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
213
FF (d, a, b, c, in[ 5], S12, 1200080426U); /* 6 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
214
FF (c, d, a, b, in[ 6], S13, 2821735955U); /* 7 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
215
FF (b, c, d, a, in[ 7], S14, 4249261313U); /* 8 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
216
FF (a, b, c, d, in[ 8], S11, 1770035416U); /* 9 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
217
FF (d, a, b, c, in[ 9], S12, 2336552879U); /* 10 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
218
FF (c, d, a, b, in[10], S13, 4294925233U); /* 11 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
219
FF (b, c, d, a, in[11], S14, 2304563134U); /* 12 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
220
FF (a, b, c, d, in[12], S11, 1804603682U); /* 13 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
221
FF (d, a, b, c, in[13], S12, 4254626195U); /* 14 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
222
FF (c, d, a, b, in[14], S13, 2792965006U); /* 15 */
usr/src/lib/gss_mechs/mech_dh/backend/crypto/md5.c
223
FF (b, c, d, a, in[15], S14, 1236535329U); /* 16 */
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
181
FF (a, b, c, d, in[i], round1consts[i%4]); ROTATE;
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
199
FF (a, b, c, d, in[ 0], 3);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
200
FF (d, a, b, c, in[ 1], 7);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
201
FF (c, d, a, b, in[ 2], 11);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
202
FF (b, c, d, a, in[ 3], 19);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
203
FF (a, b, c, d, in[ 4], 3);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
204
FF (d, a, b, c, in[ 5], 7);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
205
FF (c, d, a, b, in[ 6], 11);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
206
FF (b, c, d, a, in[ 7], 19);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
207
FF (a, b, c, d, in[ 8], 3);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
208
FF (d, a, b, c, in[ 9], 7);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
209
FF (c, d, a, b, in[10], 11);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
210
FF (b, c, d, a, in[11], 19);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
211
FF (a, b, c, d, in[12], 3);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
212
FF (d, a, b, c, in[13], 7);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
213
FF (c, d, a, b, in[14], 11);
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
214
FF (b, c, d, a, in[15], 19);
usr/src/lib/libsasl/lib/md5.c
217
FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
usr/src/lib/libsasl/lib/md5.c
218
FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
usr/src/lib/libsasl/lib/md5.c
219
FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
usr/src/lib/libsasl/lib/md5.c
220
FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
usr/src/lib/libsasl/lib/md5.c
221
FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
usr/src/lib/libsasl/lib/md5.c
222
FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
usr/src/lib/libsasl/lib/md5.c
223
FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
usr/src/lib/libsasl/lib/md5.c
224
FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */
usr/src/lib/libsasl/lib/md5.c
225
FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */
usr/src/lib/libsasl/lib/md5.c
226
FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */
usr/src/lib/libsasl/lib/md5.c
227
FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
usr/src/lib/libsasl/lib/md5.c
228
FF (b, c, d, a, x[11], S14, 0x895cd7be); /* 12 */
usr/src/lib/libsasl/lib/md5.c
229
FF (a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
usr/src/lib/libsasl/lib/md5.c
230
FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
usr/src/lib/libsasl/lib/md5.c
231
FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
usr/src/lib/libsasl/lib/md5.c
232
FF (b, c, d, a, x[15], S14, 0x49b40821); /* 16 */