Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 44) sorted by path

12

/PHP-5.5/Zend/tests/
H A Dbug32296.phpt16 private function x2() {}
39 [0] => x2
46 [0] => x2
/PHP-5.5/ext/ctype/tests/
H A Dctype_cntrl_variation4.phpt21 $hex_values = array(0x1, 0x2, 0x3, 0x4);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2884 >122 byte&0x2 =1 dual PAL/NTSC
3021 >>20 byte&0xe 0x2 \b, stereo
3241 >>36 belong&0x2 0x2 gotpic
4222 >6 byte&0x02 =0x2 \b, [SRAM]
4426 >>>0x14 byte &0x2 #2
4437 >>>>0x17 byte &0x2 WIP1Timing
10098 >10 byte&0x2 =0x2 \b, no background
18524 >0x1e leshort &0x2 separate
18551 >0x3 byte &0x2 pure
18558 >0x1e leshort &0x2 separate
[all …]
/PHP-5.5/ext/gd/
H A Dgd.c488 ZEND_ARG_INFO(0, x2)
497 ZEND_ARG_INFO(0, x2)
506 ZEND_ARG_INFO(0, x2)
515 ZEND_ARG_INFO(0, x2)
3093 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3104 gdImageAALine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3108 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3119 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3137 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3155 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd.c1155 x = x2; in gdImageLine()
1220 x = x2; in gdImageLine()
1310 x2 += (y2 * (x1 - x2)) / (y2 - y1); in gdImageAALine()
1323 x2 -= ((im->sy - y2) * (x1 - x2)) / (y2 - y1); in gdImageAALine()
1336 y2 += (x2 * (y1 - y2)) / (x2 - x1); in gdImageAALine()
1337 x2 = 0; in gdImageAALine()
1348 y2 -= ((im->sx - x2) * (y1 - y2)) / (x2 - x1); in gdImageAALine()
1435 x = x2; in gdImageDashedLine()
2061 x2 = t; in gdImageRectangle()
2131 x2 = x; in gdImageFilledRectangle()
[all …]
H A Dgd.h423 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
424 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
428 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
431 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
433 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
434 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
H A Dgd_arc_f_buggy.c294 x2 = w;
297 g = x2 - 1;
307 x2 -= 2;
328 x2 = 0;
411 x2 = w;
476 x2 = 0;
484 x2 += 2;
505 x2 += 2;
633 x2 = w;
660 x2 = 0;
[all …]
H A Dgd_interpolation.c363 const double x2 = x*x; in filter_cubic_spline() local
365 return (0.5 * x2 * x - x2 + 2.0 / 3.0); in filter_cubic_spline()
377 const double x2 = x1 * x1; in filter_cubic_convolution() local
378 const double x2_x = x2 * x; in filter_cubic_convolution()
380 if (x <= 1.0) return ((4.0 / 3.0)* x2_x - (7.0 / 3.0) * x2 + 1.0); in filter_cubic_convolution()
381 if (x <= 2.0) return (- (7.0 / 12.0) * x2_x + 3 * x2 - (59.0 / 12.0) * x + 2.5); in filter_cubic_convolution()
382 if (x <= 3.0) return ( (1.0/12.0) * x2_x - (2.0 / 3.0) * x2 + 1.75 * x - 1.5); in filter_cubic_convolution()
/PHP-5.5/ext/gd/tests/
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
H A Dimagedashedline_basic.phpt11 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2…
H A Dlibgd00186.phpt14 $other = imagecolorallocate($tile,0,0,0x2);
H A Dtypes.phpt15 if ($flags&0x2 && !function_exists("imagejpeg")) {
/PHP-5.5/ext/hash/
H A Dhash_haval.c129 #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)) ^ \
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 Dhash_tiger.c57 round(c,a,b,x2,mul) \
67 x2 += x1; \
68 x3 -= x2 ^ ((~x1)<<19); \
75 x2 ^= x1; \
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.5/ext/mbstring/oniguruma/
H A Dtestc.c169 x2("", "", 0, 0); in main()
170 x2("^", "", 0, 0); in main()
171 x2("$", "", 0, 0); in main()
172 x2("\\G", "", 0, 0); in main()
173 x2("\\A", "", 0, 0); in main()
174 x2("\\Z", "", 0, 0); in main()
175 x2("\\z", "", 0, 0); in main()
176 x2("^$", "", 0, 0); in main()
181 x2("", "a", 0, 0); in main()
182 x2("a", "a", 0, 1); in main()
[all …]
H A Dtestu.c217 x2("\000\000", "\000\000", 0, 0); in main()
218 x2("\000^\000\000", "\000\000", 0, 0); in main()
219 x2("\000$\000\000", "\000\000", 0, 0); in main()
224 x2("\000^\000$\000\000", "\000\000", 0, 0); in main()
229 x2("\000\000", "\000a\000\000", 0, 0); in main()
230 x2("\000a\000\000", "\000a\000\000", 0, 2); in main()
243 x2("\000.\000\000", "\000a\000\000", 0, 2); in main()
627 x2("\000\000", "0B\000\000", 0, 0); in main()
628 x2("0B\000\000", "0B\000\000", 0, 2); in main()
633 x2("0B\000\000", "0D0B\000\000", 2, 4); in main()
[all …]
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c169 x2("", "", 0, 0); in main()
170 x2("^", "", 0, 0); in main()
171 x2("$", "", 0, 0); in main()
172 x2("\\G", "", 0, 0); in main()
173 x2("\\A", "", 0, 0); in main()
174 x2("\\Z", "", 0, 0); in main()
175 x2("\\z", "", 0, 0); in main()
176 x2("^$", "", 0, 0); in main()
181 x2("", "a", 0, 0); in main()
182 x2("a", "a", 0, 1); in main()
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dbug48645.phpt9 var_dump(bin2hex(mb_convert_encoding("&#x2;", "UTF-8", "HTML-ENTITIES")));
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput24189 …e0\x2|||::Nq\xffq\xff\xe0\x6\x2|||::[[[:[::::::[[[[[::::::::[:[[[:[:::[[[[[[[[[[[[::::::::::::::::…
H A Dtestoutput214507 …e0\x2|||::Nq\xffq\xff\xe0\x6\x2|||::[[[:[::::::[[[[[::::::::[:[[[:[:::[[[[[[[[[[[[::::::::::::::::…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_003w.phpt24 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
27 $this->intMessage = $x2;
H A Dr4_groupH_complex_doclit_007w.phpt23 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_008w.phpt23 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_009w.phpt23 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_doclit_010w.phpt23 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
26 $this->intMessage = $x2;
31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);

Completed in 251 milliseconds

12