/php-src/ext/standard/ |
H A D | crc32_x86.c | 90 __m128i x3, x4; in crc32_pclmul_batch() local 97 x3 = _mm_shuffle_epi8(x3, shuf_mask); /* endianness swap */ in crc32_pclmul_batch() 112 x3 = _mm_clmulepi64_si128(x3, k, 0x11); in crc32_pclmul_batch() 124 x3 = _mm_xor_si128(x3, x7); in crc32_pclmul_batch() 128 x3 = _mm_xor_si128(x3, x11); in crc32_pclmul_batch() 146 x0 = _mm_xor_si128(x0, x3); in crc32_pclmul_batch() 202 __m128i x3, x4; in crc32_pclmul_reflected_batch() local 221 x3 = _mm_clmulepi64_si128(x3, k, 0x11); in crc32_pclmul_reflected_batch() 229 x3 = _mm_xor_si128(x3, x7); in crc32_pclmul_reflected_batch() 233 x3 = _mm_xor_si128(x3, x11); in crc32_pclmul_reflected_batch() [all …]
|
/php-src/Zend/asm/ |
H A D | make_arm64_aapcs_pe_armasm.asm | 65 ; save stack top address to x3 66 mov x3, x0 75 str x3, [x0, #0xa0] 77 sub x3, x3, x1 78 stp x3, x3, [x0, #0xa8]
|
/php-src/ext/hash/ |
H A D | hash_haval.c | 125 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument 126 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument 127 ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) ) 128 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument 129 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument 130 ((x1) & (x4)) ^ ((x2) & (x6)) ^ ((x3) & (x4)) ^ ((x3) & (x5)) ^ \ 131 ((x3) & (x6)) ^ ((x4) & (x5)) ^ ((x4) & (x6)) ^ ((x0) & (x4)) ^ (x0) ) 132 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument 133 ((x0) & (x1) & (x2) & (x3)) ^ ((x0) & (x5)) ^ (x0) )
|
H A D | hash_tiger.c | 54 round(a,b,c,x3,mul) \ 64 x3 -= x2 ^ ((~x1)<<19); \ 65 x4 ^= x3; \ 72 x3 += x2; \ 73 x4 -= x3 ^ ((~x2)>>23); \ 98 x0=str[0]; x1=str[1]; x2=str[2]; x3=str[3]; \ 117 register uint64_t a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
|
/php-src/ext/gd/tests/ |
H A D | imageconvolution_error2.phpt | 2 Testing wrong array size 2x3 in imageconvolution() of GD library 28 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
|
H A D | imageconvolution_error3.phpt | 36 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2… 37 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
|
H A D | libgd00106.phpt | 2 libgd #106 (imagerectangle 1x1 draws 1x3)
|
H A D | bug79615.phpt | 7 $im = imagecreate(3, 3); // 3x3, 9 colors, 4 bits per pixel
|
/php-src/tests/lang/ |
H A D | engine_assignExecutionOrder_003.phpt | 75 $x3 = array(array(3),3); 78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
|
/php-src/ext/zlib/tests/ |
H A D | bug_40189.phpt | 10 $a = "\x3\x0\x85\x46\x2f\x7c\xc2\xaa\x69\x2b\x6d\xe5\xdb\xfe\xe4\x21\x8f\x0\x97\x21\x1d\x2\x0\x0\x0…
|
/php-src/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_complex_doclit_007w.phpt | 24 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) { 25 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_010w.phpt | 24 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) { 25 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_008w.phpt | 24 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) { 25 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_009w.phpt | 24 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) { 25 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_007w.phpt | 22 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) { 23 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_010w.phpt | 22 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) { 23 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_008w.phpt | 22 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) { 23 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_009w.phpt | 22 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) { 23 parent::__construct($f, $s, $x1, $x2, $x3);
|
/php-src/ext/standard/tests/strings/ |
H A D | vprintf_variation13.phpt | 38 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vprintf_variation13_64bit.phpt | 38 array(0x3, 0x4, 0x1, 0x2)
|
/php-src/ext/mbstring/tests/data/ |
H A D | ARMSCII-8.txt | 5 0x3 0x3
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_aarch64.h | 15 _(X3, x3, w3) \
|
/php-src/ext/mbstring/tests/ |
H A D | bug48645.phpt | 10 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));
|
/php-src/ext/standard/tests/math/ |
H A D | round_basic.phpt | 21 0x3,
|
/php-src/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 41 0x3: Aw==
|