/php-src/ext/standard/ |
H A D | crc32_x86.c | 104 __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 D | illformed_utf_sequences.phpt | 72 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 D | sjismac_encoding.phpt | 95 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 D | gb18030_2022_encoding.phpt | 17 "\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 D | cp936_encoding.phpt | 49 $fromUnicode["\xf9\x10"] = "\xcc\x7d"; 298 $fromUnicode["\xfa\x10"] = "\x89\x56";
|
/php-src/ext/sodium/tests/ |
H A D | utils.phpt | 32 …$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 D | crypto_core_ristretto255.phpt | 75 "\x00\x00\x00\x00\x00\x00\x00\x10";
|
/php-src/ext/random/tests/01_functions/ |
H A D | mt_rand_basic.phpt | 28 0x10,
|
H A D | rand_basic.phpt | 28 0x10,
|
/php-src/ext/mbstring/tests/data/ |
H A D | ARMSCII-8.txt | 18 0x10 0x10
|
H A D | 8859-6.txt | 55 0x10 0x0010 # DATA LINK ESCAPE
|
H A D | 8859-8.txt | 55 0x10 0x0010 # DATA LINK ESCAPE
|
H A D | 8859-11.txt | 55 0x10 0x0010 # DATA LINK ESCAPE
|
H A D | CP1251.txt | 35 0x10 0x0010 #DATA LINK ESCAPE
|
/php-src/ext/hash/tests/ |
H A D | hash_hkdf_rfc5869.phpt | 18 …"\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 D | fnv132.phpt | 171 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 D | fnv164.phpt | 171 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 D | crc32.phpt | 89 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 D | strval_variation2.phpt | 8 $s1 = "\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f";
|
/php-src/ext/spl/tests/ |
H A D | dualiterator.inc | 24 const KEY_LHS = 0x10;
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_aarch64.h | 22 _(X10, x10, w10) \
|
/php-src/ext/standard/tests/image/ |
H A D | 75x50.xbm | 23 0xba, 0x10, 0xc3, 0x22, 0x6d, 0xff, 0xe7, 0xea, 0x07,
|
/php-src/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 54 0x10: EA==
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 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 D | magic | 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 …]
|