Home
last modified time | relevance | path

Searched refs:x10 (Results 1 – 24 of 24) sorted by path

/PHP-8.0/
H A D.gdbinit409 if $ce->ce_flags & 0x10 || $ce->ce_flags & 0x20
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic9884 >>6 byte&0x10 = 0x10 LFE on,
9886 >>6 byte&0x10 = 0x10 LFE on,
10707 >0 ubyte 0x10 OPUS
15607 0x10 string HP-UX
15651 >>>0x10 belong 1
15695 >>>0x10 belong 1
17952 >0x10 string PVRT
21055 >0x10 uleshort =0
23961 >2 uleshort >0x10
26368 >6 string \x10\x00
[all …]
H A Dmagic私はガラスを食べられます9884 >>6 byte&0x10 = 0x10 LFE on,
9886 >>6 byte&0x10 = 0x10 LFE on,
10707 >0 ubyte 0x10 OPUS
15607 0x10 string HP-UX
15651 >>>0x10 belong 1
15695 >>>0x10 belong 1
17952 >0x10 string PVRT
21055 >0x10 uleshort =0
23961 >2 uleshort >0x10
26368 >6 string \x10\x00
[all …]
/PHP-8.0/ext/hash/tests/
H A Dcrc32.phpt89 echo hash('crc32c', "\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\v\f\r\x0e\x0f\x10\x11\x12\x13\x14\x15…
H A Dfnv132.phpt171 array( R10("\xfe\xdc\xba\x98\x76\x54\x32\x10"), "05eb7a25" ),
177 array( R10("\x10\x32\x54\x76\x98\xba\xdc\xfe"), "23b3c0a5" ),
H A Dfnv164.phpt171 array( R10("\xfe\xdc\xba\x98\x76\x54\x32\x10"), "ebed699589d99c05" ),
177 array( R10("\x10\x32\x54\x76\x98\xba\xdc\xfe"), "aa69ca6a18a4c885" ),
H A Dhash_hkdf_rfc5869.phpt18 …"\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\…
42 …"\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\…
/PHP-8.0/ext/mbstring/tests/
H A Dillformed_utf_sequences.phpt76 var_dump(chk_enc("\x00\x10\xff\xff", 0, "UTF-32BE"));
78 var_dump(chk_enc("\xff\xff\x10\x00", 0, "UTF-32LE"));
80 var_dump(chk_enc("\x00\x10\xff\xff", 0, "UTF-32"));
82 var_dump(chk_enc("\x00\x00\xfe\xff\x00\x10\xff\xff", 0, "UTF-32"));
84 var_dump(chk_enc("\xff\xfe\x00\x00\xff\xff\x10\x00", 0, "UTF-32"));
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc3241 0x92,0x92,0x92,0x92,0x52,0x45,0x10,0x51,0x92,0x92,0x92,0x92,0x52,0x45,0x10,0x51,
3242 0x92,0x92,0x92,0x92,0x52,0x45,0x10,0x51,0x92,0x92,0x92,0x92,0x52,0x45,0x10,0x51,
3244 0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x14,
3249 0x51,0x51,0x92,0x92,0x10,0x10,0x12,0x11,0x45,0x86,0x52,0x93,0x51,0x51,0x51,0x51,
3262 0x10,0x51,0x10,0x10,0x51,0x51,0x63,0x66,0x51,0x51,0x51,0x51,0x51,0x51,0x92,0x92
/PHP-8.0/ext/sodium/tests/
H A Dutils.phpt32 …$v_1 = "\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0A\x0B\x0C\x0D\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x…
33 …$v_2 = ""."\x02\x02\x03\x04\x05\x06\x07\x08\x09\x0A\x0B\x0C\x0D\x0E\x0F\x10\x11\x12\x13\x14\x15\x1…
/PHP-8.0/ext/spl/tests/
H A Ddualiterator.inc24 const KEY_LHS = 0x10;
/PHP-8.0/ext/standard/
H A Dcrc32_x86.c104 __m128i x5, x6, x7, x8, x9, x10, x11; in crc32_pclmul_batch() local
117 x10 = _mm_loadu_si128((__m128i *)(p + 0x20)); in crc32_pclmul_batch()
118 x10 = _mm_shuffle_epi8(x10, shuf_mask); /* endianness swap */ in crc32_pclmul_batch()
127 x2 = _mm_xor_si128(x2, x10); in crc32_pclmul_batch()
213 __m128i x5, x6, x7, x8, x9, x10, x11; in crc32_pclmul_reflected_batch() local
224 x10 = _mm_loadu_si128((__m128i *)(p + 0x20)); in crc32_pclmul_reflected_batch()
232 x2 = _mm_xor_si128(x2, x10); in crc32_pclmul_reflected_batch()
/PHP-8.0/ext/standard/html_tables/mappings/
H A D8859-1.TXT64 0x10 0x0010 # DATA LINK ESCAPE
H A D8859-15.TXT63 0x10 0x0010 # DATA LINK ESCAPE
H A D8859-5.TXT64 0x10 0x0010 # DATA LINK ESCAPE
H A DCP1251.TXT35 0x10 0x0010 #DATA LINK ESCAPE
H A DCP1252.TXT35 0x10 0x0010 #DATA LINK ESCAPE
H A DCP866.TXT34 0x10 0x0010 #DATA LINK ESCAPE
H A DKOI8-R.TXT63 0x10 0x0010 # DATA LINK ESCAPE
/PHP-8.0/ext/standard/tests/image/
H A D75x50.xbm23 0xba, 0x10, 0xc3, 0x22, 0x6d, 0xff, 0xe7, 0xea, 0x07,
/PHP-8.0/ext/standard/tests/math/
H A Dmt_rand_basic.phpt29 0x10,
H A Drand_basic.phpt29 0x10,
/PHP-8.0/ext/standard/tests/strings/
H A Dstrval_variation2.phpt8 $s1 = "\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f";
/PHP-8.0/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt37 0x10: EA==

Completed in 207 milliseconds