Searched refs:FF (Results 51 - 75 of 108) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/lib/libplot/t450/common/
H A Dcon.h46 #define FF 014 macro
/opensolaris-onvv-gate/usr/src/cmd/lp/model/
H A Dstandard674 FF=`${TPUT} ff`
790 if [ -n "${FF}" ]
792 echo "${CR}${FF}\c"
828 if [ -n "${FF}" ]
830 echo "${CR}${FF}\c"
845 if [ -n "${FF}" ]
847 echo "${CR}${FF}\c"
1018 if [ -n "${FF}" -a "no" = "${nofilebreak}" ]
1020 echo "${CR}${FF}\c"
1071 if [ -n "${FF}"
[all...]
H A Dtsol_standard691 FF=`${TPUT} ff`
807 if [ -n "${FF}" ]
809 echo "${CR}${FF}\c"
845 if [ -n "${FF}" ]
847 echo "${CR}${FF}\c"
862 if [ -n "${FF}" ]
864 echo "${CR}${FF}\c"
1100 if [ -n "${FF}" -a "no" = "${nofilebreak}" ]
1102 echo "${CR}${FF}\c"
1155 if [ -n "${FF}"
[all...]
H A Dtsol_standard_foomatic717 FF=`${TPUT} ff`
718 BFF=$FF
1128 if [ -n "${FF}" -a "no" = "${nofilebreak}" ]
1130 echo "${CR}${FF}\c"
1183 if [ -n "${FF}" -a "yes" = "${nofilebreak}" ]
1185 echo "${CR}${FF}\c"
H A Dnetstandard437 FF=
450 if [ -n "${FF}" ]
452 echo "${CR}${FF}\c"
H A Dtsol_netstandard473 FF=
486 if [ -n "${FF}" ]
488 echo "${CR}${FF}\c"
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/lib/
H A DN.pl44 24EA 24FF
H A DS.pl31 02EF 02FF
56 19E0 19FF
128 3300 33FF
H A DCommon.pl20 02E5 02FF Common
69 27F0 27FF Common
84 3300 33FF Common
H A DLo.pl24 06FF
189 30FF
193 31F0 31FF
H A DCompat.pl94 30FF
101 3300 33FF
H A DMirrored.pl50 22F0 22FF
H A DWord.pl63 06FF
336 24EA 24FF
345 30A1 30FF
350 31F0 31FF
H A DAlnum.pl60 06FF
333 30FC 30FF
337 31F0 31FF
H A DAlpha.pl59 06FF
318 30FC 30FF
322 31F0 31FF
H A DAlphabet.pl56 06FF
308 30FC 30FF
312 31F0 31FF
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c78 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
80 #define FF(a, b, c, d, x, s, ac) \ macro
210 FF (a, b, c, d, in[ 0], S11, 3614090360U); /* 1 */
211 FF (d, a, b, c, in[ 1], S12, 3905402710U); /* 2 */
212 FF (c, d, a, b, in[ 2], S13, 606105819U); /* 3 */
213 FF (b, c, d, a, in[ 3], S14, 3250441966U); /* 4 */
214 FF (a, b, c, d, in[ 4], S11, 4118548399U); /* 5 */
215 FF (d, a, b, c, in[ 5], S12, 1200080426U); /* 6 */
216 FF (c, d, a, b, in[ 6], S13, 2821735955U); /* 7 */
217 FF (
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c108 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
112 #define FF(a, b, c, d, x, s, ac) { (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } macro
218 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
219 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
220 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
221 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
222 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
223 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
224 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
225 FF (
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsum/common/
H A Dsum-md5.c175 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
177 #define FF(a, b, c, d, x, s, ac) { \ macro
210 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
211 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
212 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
213 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
214 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
215 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
216 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
217 FF (
[all...]
/opensolaris-onvv-gate/usr/src/cmd/asa/
H A Dasa.c40 #define FF '\f' macro
107 (void) putchar(FF);
131 (void) putchar(FF);
159 (void) putchar(FF);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A Dposttek.h46 #define FF '\014' macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs192 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
195 #define FF(a, b, c, d, s, ac) \
291 FF (a, b, c, d, S11, 0xd76aa478); /* 1 */
292 FF (d, a, b, c, S12, 0xe8c7b756); /* 2 */
293 FF (c, d, a, b, S13, 0x242070db); /* 3 */
294 FF (b, c, d, a, S14, 0xc1bdceee); /* 4 */
295 FF (a, b, c, d, S11, 0xf57c0faf); /* 5 */
296 FF (d, a, b, c, S12, 0x4787c62a); /* 6 */
297 FF (c, d, a, b, S13, 0xa8304613); /* 7 */
298 FF (
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DArabLink.pl40 06FF D
H A DScripts.pl23 02E5 02FF Common
66 06DE 06FF Arabic
292 19E0 19FF Khmer
357 27F0 27FF Common
358 2800 28FF Braille
383 30FD 30FF Katakana
388 31F0 31FF Katakana
394 3300 33FF Common
/opensolaris-onvv-gate/usr/src/common/crypto/md5/
H A Dmd5.c82 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
86 #define FF(a, b, c, d, x, s, ac) { \ macro
443 * FF(), and likewise for `x_1' and up. note that the compiler
444 * prefers this to doing each swap right before the FF() that
563 FF(a, b, c, d, x_0, MD5_SHIFT_11, MD5_CONST_e(0)); /* 1 */
564 FF(d, a, b, c, x_1, MD5_SHIFT_12, MD5_CONST_o(1)); /* 2 */
565 FF(c, d, a, b, x_2, MD5_SHIFT_13, MD5_CONST_e(2)); /* 3 */
566 FF(b, c, d, a, x_3, MD5_SHIFT_14, MD5_CONST_o(3)); /* 4 */
567 FF(a, b, c, d, x_4, MD5_SHIFT_11, MD5_CONST_e(4)); /* 5 */
568 FF(
[all...]

Completed in 177 milliseconds

12345