/PHP-5.4/ext/hash/ |
H A D | hash_haval.c | 129 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument 130 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument 131 ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) ) 132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument 133 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument 134 ((x1) & (x4)) ^ ((x2) & (x6)) ^ ((x3) & (x4)) ^ ((x3) & (x5)) ^ \ 135 ((x3) & (x6)) ^ ((x4) & (x5)) ^ ((x4) & (x6)) ^ ((x0) & (x4)) ^ (x0) ) 136 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument 137 ((x0) & (x1) & (x2) & (x3)) ^ ((x0) & (x5)) ^ (x0) )
|
H A D | hash_tiger.c | 58 round(a,b,c,x3,mul) \ 68 x3 -= x2 ^ ((~x1)<<19); \ 69 x4 ^= x3; \ 76 x3 += x2; \ 77 x4 -= x3 ^ ((~x2)>>23); \ 102 x0=str[0]; x1=str[1]; x2=str[2]; x3=str[3]; \ 121 register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
|
/PHP-5.4/ext/gd/tests/ |
H A D | imageconvolution_error2.phpt | 2 Testing wrong array size 2x3 in imageconvolution() of GD library 25 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
|
H A D | libgd00106.phpt | 2 libgd #106 (imagerectangle 1x1 draws 1x3)
|
H A D | imageconvolution_error3.phpt | 26 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
|
/PHP-5.4/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_complex_doclit_007w.phpt | 23 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 27 $this->anotherIntMessage = $x3; 31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_008w.phpt | 23 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 27 $this->anotherIntMessage = $x3; 31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_009w.phpt | 23 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 27 $this->anotherIntMessage = $x3; 31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_010w.phpt | 23 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 27 $this->anotherIntMessage = $x3; 31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_007w.phpt | 17 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 21 $this->anotherIntMessage = $x3; 25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_008w.phpt | 17 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 21 $this->anotherIntMessage = $x3; 25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_009w.phpt | 17 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 21 $this->anotherIntMessage = $x3; 25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_010w.phpt | 17 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 21 $this->anotherIntMessage = $x3; 25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_003w.phpt | 24 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 28 $this->anotherIntMessage = $x3;
|
H A D | r4_groupH_complex_rpcenc_003w.phpt | 17 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 21 $this->anotherIntMessage = $x3;
|
/PHP-5.4/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-5.4/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-5.4/ext/ctype/tests/ |
H A D | ctype_cntrl_variation4.phpt | 21 $hex_values = array(0x1, 0x2, 0x3, 0x4);
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | vprintf_variation13.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vsprintf_variation13_64bit.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vprintf_variation13_64bit.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vsprintf_variation13.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vfprintf_variation13.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vfprintf_variation13_64bit.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
/PHP-5.4/ext/standard/tests/math/ |
H A D | round_basic.phpt | 28 0x3,
|