/PHP-5.3/ext/standard/ |
H A D | sha1.c | 140 #define FF(a, b, c, d, e, w) { \ macro 270 FF(a, b, c, d, e, x[0]); /* 1 */ 271 FF(e, a, b, c, d, x[1]); /* 2 */ 272 FF(d, e, a, b, c, x[2]); /* 3 */ 273 FF(c, d, e, a, b, x[3]); /* 4 */ 274 FF(b, c, d, e, a, x[4]); /* 5 */ 275 FF(a, b, c, d, e, x[5]); /* 6 */ 276 FF(e, a, b, c, d, x[6]); /* 7 */ 277 FF(d, e, a, b, c, x[7]); /* 8 */ 278 FF(c, d, e, a, b, x[8]); /* 9 */ [all …]
|
/PHP-5.3/ext/hash/ |
H A D | hash_md.c | 243 #define FF(a, b, c, d, x, s, ac) { \ macro 363 FF(a, b, c, d, x[0], S11, 0xd76aa478); /* 1 */ 364 FF(d, a, b, c, x[1], S12, 0xe8c7b756); /* 2 */ 365 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */ 366 FF(b, c, d, a, x[3], S14, 0xc1bdceee); /* 4 */ 367 FF(a, b, c, d, x[4], S11, 0xf57c0faf); /* 5 */ 368 FF(d, a, b, c, x[5], S12, 0x4787c62a); /* 6 */ 369 FF(c, d, a, b, x[6], S13, 0xa8304613); /* 7 */ 370 FF(b, c, d, a, x[7], S14, 0xfd469501); /* 8 */ 371 FF(a, b, c, d, x[8], S11, 0x698098d8); /* 9 */ [all …]
|
H A D | hash_sha.c | 181 #define FF(a, b, c, d, e, w) { \ macro 230 FF(a, b, c, d, e, x[0]); /* 1 */ in SHA1Transform() 231 FF(e, a, b, c, d, x[1]); /* 2 */ in SHA1Transform() 232 FF(d, e, a, b, c, x[2]); /* 3 */ in SHA1Transform() 233 FF(c, d, e, a, b, x[3]); /* 4 */ in SHA1Transform() 234 FF(b, c, d, e, a, x[4]); /* 5 */ in SHA1Transform() 235 FF(a, b, c, d, e, x[5]); /* 6 */ in SHA1Transform() 236 FF(e, a, b, c, d, x[6]); /* 7 */ in SHA1Transform() 237 FF(d, e, a, b, c, x[7]); /* 8 */ in SHA1Transform() 238 FF(c, d, e, a, b, x[8]); /* 9 */ in SHA1Transform() [all …]
|
/PHP-5.3/ext/openssl/tests/ |
H A D | cve2013_4073.phpt | 15 'subjectKeyIdentifier' => '88:5A:55:C0:52:FF:61:CD:52:A3:35:0F:EA:5A:9C:24:38:22:F7:5C',
|
H A D | bug28382.phpt | 35 string(59) "B0:A7:FF:F9:41:15:DE:23:39:BD:DD:31:0F:97:A0:B2:A2:74:E0:FC"
|
/PHP-5.3/ext/imap/tests/ |
H A D | imap_8bit_basic.phpt | 32 string(27) "=00=01=02=03=04=FE=FF=0A=0D"
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | is_numeric.phpt | 126 "3FF",
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | htmlentities_html4.phpt | 161 ÿ U+000FF
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1790 tab, U+000B), FF (form feed, U+000C), NEL (next line, U+0085), LS (line 2221 U+000B), FF (form feed, U+000C), NEL (next line, U+0085), LS (line sep- 4896 characters are HT (9), LF (10), FF (12), CR (13), and space (32). If 4918 \s any character that \p{Z} matches, plus HT, LF, FF, CR 4957 U+000C Form feed (FF) 4977 U+000A), VT (vertical tab, U+000B), FF (form feed, U+000C), CR (car- 5549 The "space" characters are HT (9), LF (10), VT (11), FF (12), CR (13), 7297 Xps POSIX space: property Z or tab, NL, VT, FF, CR 7298 Xsp Perl space: property Z or tab, NL, FF, CR
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 971 # 255 (hex FF)! The DL format is really bad. 6445 # FF 320K 5.25-inch, 2-sided, 8-sector
|