Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 25 of 30) sorted by relevance

12

/PHP-8.1/ext/standard/
H A Dcrc32_x86.c90 __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-8.1/ext/hash/
H A Dhash_haval.c125 #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 Dhash_tiger.c54 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-8.1/ext/gd/tests/
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
28 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
H A Dimageconvolution_error3.phpt36 !! [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 Dlibgd00106.phpt2 libgd #106 (imagerectangle 1x1 draws 1x3)
H A Dbug79615.phpt7 $im = imagecreate(3, 3); // 3x3, 9 colors, 4 bits per pixel
/PHP-8.1/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt23 function __construct($f, $s, $x1, $x2, $x3) {
27 $this->anotherIntMessage = $x3;
31 function __construct($f, $s, $x1, $x2, $x3, $b) {
32 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_008w.phpt23 function __construct($f, $s, $x1, $x2, $x3) {
27 $this->anotherIntMessage = $x3;
31 function __construct($f, $s, $x1, $x2, $x3, $b) {
32 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_009w.phpt23 function __construct($f, $s, $x1, $x2, $x3) {
27 $this->anotherIntMessage = $x3;
31 function __construct($f, $s, $x1, $x2, $x3, $b) {
32 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_010w.phpt23 function __construct($f, $s, $x1, $x2, $x3) {
27 $this->anotherIntMessage = $x3;
31 function __construct($f, $s, $x1, $x2, $x3, $b) {
32 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_007w.phpt17 function __construct($f, $s, $x1, $x2, $x3) {
21 $this->anotherIntMessage = $x3;
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_010w.phpt17 function __construct($f, $s, $x1, $x2, $x3) {
21 $this->anotherIntMessage = $x3;
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_008w.phpt17 function __construct($f, $s, $x1, $x2, $x3) {
21 $this->anotherIntMessage = $x3;
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_009w.phpt17 function __construct($f, $s, $x1, $x2, $x3) {
21 $this->anotherIntMessage = $x3;
25 function __construct($f, $s, $x1, $x2, $x3, $b) {
26 parent::__construct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_003w.phpt24 function __construct($f, $s, $x1, $x2, $x3) {
28 $this->anotherIntMessage = $x3;
H A Dr4_groupH_complex_rpcenc_003w.phpt17 function __construct($f, $s, $x1, $x2, $x3) {
21 $this->anotherIntMessage = $x3;
/PHP-8.1/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt75 $x3 = array(array(3),3);
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
/PHP-8.1/ext/zlib/tests/
H A Dbug_40189.phpt10 $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-8.1/ext/standard/tests/strings/
H A Dvprintf_variation13.phpt38 array(0x3, 0x4, 0x1, 0x2)
H A Dvprintf_variation13_64bit.phpt38 array(0x3, 0x4, 0x1, 0x2)
/PHP-8.1/ext/mbstring/tests/data/
H A DARMSCII-8.txt5 0x3 0x3
/PHP-8.1/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt24 0x3: Aw==
/PHP-8.1/ext/mbstring/tests/
H A Dbug48645.phpt10 var_dump(bin2hex(mb_convert_encoding("&#x3;", "UTF-8", "HTML-ENTITIES")));
/PHP-8.1/ext/standard/tests/math/
H A Dround_basic.phpt21 0x3,

Completed in 54 milliseconds

12