Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/filters/
H A Dbug77231.phpt10 string(74) "=BFAAAAAAAAFAAAAAAAAAAAAAA=FF=FF=FF=FF=FF=FF=FF=FFAAAAAAAAAAAAAAAAAAAAAAAA"
/PHP-7.4/ext/standard/
H A Dsha1.c134 #define FF(a, b, c, d, e, w) { \ macro
264 FF(a, b, c, d, e, x[0]); /* 1 */
265 FF(e, a, b, c, d, x[1]); /* 2 */
266 FF(d, e, a, b, c, x[2]); /* 3 */
267 FF(c, d, e, a, b, x[3]); /* 4 */
268 FF(b, c, d, e, a, x[4]); /* 5 */
269 FF(a, b, c, d, e, x[5]); /* 6 */
270 FF(e, a, b, c, d, x[6]); /* 7 */
271 FF(d, e, a, b, c, x[7]); /* 8 */
272 FF(c, d, e, a, b, x[8]); /* 9 */
[all …]
/PHP-7.4/ext/hash/
H A Dhash_md.c241 #define FF(a, b, c, d, x, s, ac) { \ macro
361 FF(a, b, c, d, x[0], S11, 0xd76aa478); /* 1 */
362 FF(d, a, b, c, x[1], S12, 0xe8c7b756); /* 2 */
363 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */
364 FF(b, c, d, a, x[3], S14, 0xc1bdceee); /* 4 */
365 FF(a, b, c, d, x[4], S11, 0xf57c0faf); /* 5 */
366 FF(d, a, b, c, x[5], S12, 0x4787c62a); /* 6 */
367 FF(c, d, a, b, x[6], S13, 0xa8304613); /* 7 */
368 FF(b, c, d, a, x[7], S14, 0xfd469501); /* 8 */
369 FF(a, b, c, d, x[8], S11, 0x698098d8); /* 9 */
[all …]
H A Dhash_sha.c177 #define FF(a, b, c, d, e, w) { \ macro
226 FF(a, b, c, d, e, x[0]); /* 1 */ in SHA1Transform()
227 FF(e, a, b, c, d, x[1]); /* 2 */ in SHA1Transform()
228 FF(d, e, a, b, c, x[2]); /* 3 */ in SHA1Transform()
229 FF(c, d, e, a, b, x[3]); /* 4 */ in SHA1Transform()
230 FF(b, c, d, e, a, x[4]); /* 5 */ in SHA1Transform()
231 FF(a, b, c, d, e, x[5]); /* 6 */ in SHA1Transform()
232 FF(e, a, b, c, d, x[6]); /* 7 */ in SHA1Transform()
233 FF(d, e, a, b, c, x[7]); /* 8 */ in SHA1Transform()
234 FF(c, d, e, a, b, x[8]); /* 9 */ in SHA1Transform()
[all …]
/PHP-7.4/ext/standard/tests/math/
H A Dbase_convert_improvements.phpt5 echo base_convert('FF', 16, 10) . "\n";
8 echo base_convert('0FF', 16, 10) . "\n";
/PHP-7.4/tests/lang/string/
H A Dunicode_escape.phpt7 var_dump("\u{FF}"); // y with diaeresis
/PHP-7.4/Zend/tests/
H A Dself_xor.phpt38 string(2) "FF"
/PHP-7.4/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.phpt34 string(59) "B0:A7:FF:F9:41:15:DE:23:39:BD:DD:31:0F:97:A0:B2:A2:74:E0:FC"
/PHP-7.4/ext/standard/tests/image/
H A Dbug70096.phpt2 Bug #70096 (Repeated iptcembed() adds superfluous FF bytes)
/PHP-7.4/ext/imap/tests/
H A Dimap_8bit_basic.phpt32 string(27) "=00=01=02=03=04=FE=FF=0A=0D"
/PHP-7.4/ext/mbstring/tests/
H A Dcasemapping.phpt76 Upper: FF
/PHP-7.4/ext/filter/tests/
H A D033.phpt54 …OM HTTP://A.B.C 1.2.3.4 123 123ABC<>() O'HENRY 하퍼 AA:BB:CC:DD:EE:FF
/PHP-7.4/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-7.4/ext/standard/tests/general_functions/
H A Dis_numeric.phpt125 "3FF",
/PHP-7.4/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-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3339 #define FF (PCRE2_NOTEMPTY_SET|PCRE2_NE_ATST_SET) in pcre2_dfa_match() macro
3341 options |= (re->flags & FF) / ((FF & (~FF+1)) / (OO & (~OO+1))); in pcre2_dfa_match()
3342 #undef FF in pcre2_dfa_match()
H A Dpcre2_match.c6209 #define FF (PCRE2_NOTEMPTY_SET|PCRE2_NE_ATST_SET) in pcre2_match() macro
6211 options |= (re->flags & FF) / ((FF & (~FF+1)) / (OO & (~OO+1))); in pcre2_match()
6212 #undef FF in pcre2_match()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1402 # 255 (hex FF)! The DL format is really bad.
1894 # $70 $1A $F8 $FF is this the apple type ?
11847 # FF 320K 5.25-inch, 2-sided, 8-sector
15080 # preferred colour management module like appl CCMS KCMS Lino UCCM "Win " "FF "
20417 # zip -FF omni.ja --out omni.zip
H A Dmagic1402 # 255 (hex FF)! The DL format is really bad.
1894 # $70 $1A $F8 $FF is this the apple type ?
11847 # FF 320K 5.25-inch, 2-sided, 8-sector
15080 # preferred colour management module like appl CCMS KCMS Lino UCCM "Win " "FF "
20417 # zip -FF omni.ja --out omni.zip

Completed in 181 milliseconds