Home
last modified time | relevance | path

Searched refs:FF (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/standard/
H A Dsha1.c140 #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.5/ext/hash/
H A Dhash_md.c243 #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 Dhash_sha.c181 #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.5/ext/openssl/tests/
H A Dcve2013_4073.phpt15 'subjectKeyIdentifier' => '88:5A:55:C0:52:FF:61:CD:52:A3:35:0F:EA:5A:9C:24:38:22:F7:5C',
H A Dbug28382.phpt35 string(59) "B0:A7:FF:F9:41:15:DE:23:39:BD:DD:31:0F:97:A0:B2:A2:74:E0:FC"
/PHP-5.5/ext/imap/tests/
H A Dimap_8bit_basic.phpt32 string(27) "=00=01=02=03=04=FE=FF=0A=0D"
/PHP-5.5/ext/filter/tests/
H A D033.phpt32 …OM HTTP://A.B.C 1.2.3.4 123 123ABC<>() O'HENRY 하퍼 AA:BB:CC:DD:EE:FF
/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt97 yuml 00FF
H A Dents_xhtml.txt96 yuml 00FF
H A Dents_html5.txt931 dzigrarr 027FF
1106 hoarr 021FF
2112 yuml 000FF
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_numeric.phpt126 "3FF",
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt161 &yuml; U+000FF
H A Dhtmlentities_html5.phpt241 &yuml; U+000FF
707 &hoarr; U+021FF
1087 &dzigrarr; U+027FF
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1843 tab, U+000B), FF (form feed, U+000C), NEL (next line, U+0085), LS (line
2309 U+000B), FF (form feed, U+000C), NEL (next line, U+0085), LS (line sep-
5035 (hex 1B to hex 1F), and \? becomes either 255 (hex FF) or 95 (hex 5F).
5046 FF), but in the one Perl calls POSIX-BC its value is 95 (hex 5F). If
5204 (11), FF (12), CR (13), and space (32), which are defined as white
5268 U+000C Form feed (FF)
5288 U+000A), VT (vertical tab, U+000B), FF (form feed, U+000C), CR (car-
5887 The default "space" characters are HT (9), LF (10), VT (11), FF (12),
7796 Xps POSIX space: property Z or tab, NL, VT, FF, CR
7797 Xsp Perl space: property Z or tab, NL, VT, FF, CR
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic985 # 255 (hex FF)! The DL format is really bad.
7375 # FF 320K 5.25-inch, 2-sided, 8-sector

Completed in 78 milliseconds