Searched refs:FF (Results 26 - 50 of 92) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/lib/
H A DInEnclo2.pl12 3200 32FF Enclosed CJK Letters and Months
H A DInKatak2.pl12 31F0 31FF Katakana Phonetic Extensions
H A DInMisce5.pl12 2980 29FF Miscellaneous Mathematical Symbols-B
H A DInSpacin.pl12 02B0 02FF Spacing Modifier Letters
H A DInSuppl2.pl12 27F0 27FF Supplemental Arrows-A
H A DDCvertic.pl13 30FF
H A DInCombi3.pl12 20D0 20FF Combining Diacritical Marks for Symbols
H A DKatakana.pl13 30FD 30FF Katakana
14 31F0 31FF Katakana
H A DKhmer.pl15 19E0 19FF Khmer
H A DSm.pl37 21F4 22FF
44 25F8 25FF
47 27F0 27FF
H A DNo.pl26 24EA 24FF
H A DArabic.pl18 06DE 06FF Arabic
H A DBidiON.pl30 02EF 02FF
47 19E0 19FF
97 27F0 27FF
118 33FF
H A DSk.pl22 02EF 02FF
H A DCn.pl23 03FC 03FF
27 04FA 04FF
37 05F5 05FF
207 10FC 10FF
210 11FA 11FF
240 16F1 16FF
250 17FA 17FF
254 18AA 18FF
287 20EB 20FF
291 23D1 23FF
[all...]
H A DC.pl26 03FC 03FF
30 04FA 04FF
210 10FC 10FF
213 11FA 11FF
243 16F1 16FF
254 17FA 17FF
258 18AA 18FF
293 20EB 20FF
297 23D1 23FF
330 32FF
[all...]
H A DMath.pl56 21F4 22FF
65 25F8 25FF
68 27F0 27FF
H A DSo.pl36 19E0 19FF
88 2800 28FF
108 3300 33FF
H A DN.pl44 24EA 24FF
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DBlocks.pl7 0080 00FF Latin-1 Supplement
11 02B0 02FF Spacing Modifier Letters
13 0370 03FF Greek and Coptic
14 0400 04FF Cyrillic
17 0590 05FF Hebrew
18 0600 06FF Arabic
22 0980 09FF Bengali
35 10A0 10FF Georgian
36 1100 11FF Hangul Jamo
38 13A0 13FF Cheroke
[all...]
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dcon.h44 #define FF 014 macro
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c69 /* FF, GG and HH are MD4 transformations for rounds 1, 2 and 3 */
71 #define FF(a, b, c, d, x, s) \ macro
181 FF (a, b, c, d, in[i], round1consts[i%4]); ROTATE;
199 FF (a, b, c, d, in[ 0], 3);
200 FF (d, a, b, c, in[ 1], 7);
201 FF (c, d, a, b, in[ 2], 11);
202 FF (b, c, d, a, in[ 3], 19);
203 FF (a, b, c, d, in[ 4], 3);
204 FF (d, a, b, c, in[ 5], 7);
205 FF (
[all...]
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dcon.h53 #define FF 014 macro
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dcon.h46 #define FF 014 macro
/osnet-11/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...]

Completed in 64 milliseconds

1234