Home
last modified time | relevance | path

Searched refs:x10 (Results 1 – 25 of 70) sorted by relevance

123

/php-src/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-src/ext/mbstring/tests/
H A Dillformed_utf_sequences.phpt72 var_dump(chk_enc("\x00\x10\xff\xff", 0, "UTF-32BE"));
74 var_dump(chk_enc("\xff\xff\x10\x00", 0, "UTF-32LE"));
76 var_dump(chk_enc("\x00\x10\xff\xff", 0, "UTF-32"));
78 var_dump(chk_enc("\x00\x00\xfe\xff\x00\x10\xff\xff", 0, "UTF-32"));
80 var_dump(chk_enc("\xff\xfe\x00\x00\xff\xff\x10\x00", 0, "UTF-32"));
H A Dsjismac_encoding.phpt95 convertInvalidString("\x20\x10\xF8\x7A", "\x81\x5D%", "UTF-16BE", "SJIS-mac");
96 convertInvalidString("\x20\x10\x20\xDD", "\x81\x5D%", "UTF-16BE", "SJIS-mac");
97 convertInvalidString("\x20\x10\xF8\x7F", "\x81\x5D%", "UTF-16BE", "SJIS-mac");
H A Dgb18030_2022_encoding.phpt17 "\xA6\xD9" => "\xFE\x10",
87 "\x00\x10\x03\x08" => "\xDE\x30\xE6\x36",
88 "\x00\x10\x14\xEB" => "\xDE\x34\xB8\x35",
89 "\x00\x10\x29\x76" => "\xDE\x38\xCE\x34",
90 "\x00\x10\x40\x6E" => "\xDF\x33\xA4\x34",
91 "\x00\x10\x78\x7B" => "\xE0\x34\xD5\x33",
284 testValidString("\xE3\x32\x9A\x35", "\x00\x10\xFF\xFF", "GB18030-2022", "UTF-32BE");
H A Dcp936_encoding.phpt49 $fromUnicode["\xf9\x10"] = "\xcc\x7d";
298 $fromUnicode["\xfa\x10"] = "\x89\x56";
/php-src/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…
H A Dcrypto_core_ristretto255.phpt75 "\x00\x00\x00\x00\x00\x00\x00\x10";
/php-src/ext/random/tests/01_functions/
H A Dmt_rand_basic.phpt28 0x10,
H A Drand_basic.phpt28 0x10,
/php-src/ext/mbstring/tests/data/
H A DARMSCII-8.txt18 0x10 0x10
H A D8859-6.txt55 0x10 0x0010 # DATA LINK ESCAPE
H A D8859-8.txt55 0x10 0x0010 # DATA LINK ESCAPE
H A D8859-11.txt55 0x10 0x0010 # DATA LINK ESCAPE
H A DCP1251.txt35 0x10 0x0010 #DATA LINK ESCAPE
/php-src/ext/hash/tests/
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\…
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 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…
/php-src/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-src/ext/spl/tests/
H A Ddualiterator.inc24 const KEY_LHS = 0x10;
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.h22 _(X10, x10, w10) \
/php-src/ext/standard/tests/image/
H A D75x50.xbm23 0xba, 0x10, 0xc3, 0x22, 0x6d, 0xff, 0xe7, 0xea, 0x07,
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt54 0x10: EA==
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます11498 >>6 byte&0x10 = 0x10 LFE on,
11500 >>6 byte&0x10 = 0x10 LFE on,
12388 >0 ubyte 0x10 OPUS
17891 0x10 string HP-UX
17935 >>>0x10 belong 1
17979 >>>0x10 belong 1
21312 >0x10 string PVRT
25495 >0x10 uleshort =0
29119 >2 uleshort >0x10
29868 >>0 byte ^0x10 s
[all …]
H A Dmagic11498 >>6 byte&0x10 = 0x10 LFE on,
11500 >>6 byte&0x10 = 0x10 LFE on,
12388 >0 ubyte 0x10 OPUS
17891 0x10 string HP-UX
17935 >>>0x10 belong 1
17979 >>>0x10 belong 1
21312 >0x10 string PVRT
25495 >0x10 uleshort =0
29119 >2 uleshort >0x10
29868 >>0 byte ^0x10 s
[all …]

Completed in 212 milliseconds

123