Home
last modified time | relevance | path

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

12

/PHP-5.6/Zend/tests/
H A Dbug32296.phpt16 private function x2() {}
39 [0] => x2
46 [0] => x2
/PHP-5.6/ext/ctype/tests/
H A Dctype_cntrl_variation4.phpt21 $hex_values = array(0x1, 0x2, 0x3, 0x4);
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic2984 >122 byte&0x2 =1 dual PAL/NTSC
3121 >>20 byte&0xe 0x2 \b, stereo
3404 >>36 belong&0x2 0x2 gotpic
4441 >6 byte&0x02 =0x2 \b, [SRAM]
4645 >>>0x14 byte &0x2 #2
4656 >>>>0x17 byte &0x2 WIP1Timing
10750 >10 byte&0x2 =0x2 \b, no background
19846 >0x1e leshort &0x2 separate
19873 >0x3 byte &0x2 pure
19880 >0x1e leshort &0x2 separate
[all …]
/PHP-5.6/ext/gd/
H A Dgd.c499 ZEND_ARG_INFO(0, x2)
508 ZEND_ARG_INFO(0, x2)
517 ZEND_ARG_INFO(0, x2)
526 ZEND_ARG_INFO(0, x2)
3144 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3155 gdImageAALine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3159 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3170 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3188 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3206 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
[all …]
/PHP-5.6/ext/gd/libgd/
H A Dgd.c1157 x = x2; in gdImageLine()
1222 x = x2; in gdImageLine()
1404 x = x2; in gdImageDashedLine()
1454 x = x2; in gdImageDashedLine()
2044 x1 = x2; in gdImageRectangle()
2045 x2 = t; in gdImageRectangle()
2117 x1 = x2; in _gdImageFilledHRectangle()
2118 x2 = x; in _gdImageFilledHRectangle()
2161 x1 = x2; in _gdImageFilledVRectangle()
2162 x2 = x; in _gdImageFilledVRectangle()
[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.c365 const double x2 = x*x; in filter_cubic_spline() local
367 return (0.5 * x2 * x - x2 + 2.0 / 3.0); in filter_cubic_spline()
379 const double x2 = x1 * x1; in filter_cubic_convolution() local
380 const double x2_x = x2 * x; in filter_cubic_convolution()
382 if (x <= 1.0) return ((4.0 / 3.0)* x2_x - (7.0 / 3.0) * x2 + 1.0); in filter_cubic_convolution()
383 if (x <= 2.0) return (- (7.0 / 12.0) * x2_x + 3 * x2 - (59.0 / 12.0) * x + 2.5); in filter_cubic_convolution()
384 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.6/ext/gd/tests/
H A Dbug53156.phpt20 function draw_and_check_rectangle($x1, $y1, $x2, $y2)
25 imagerectangle($img, $x1, $y1, $x2, $y2, $black);
26 $x = ($x1 + $x2) / 2;
31 draw_and_check_pixel($x2, $y);
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.6/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.6/ext/hash/tests/
H A Dfnv1a64.phpt303 array( 'bEs`kmaLI?RKxpMT"P8#[D/)k,:u=x2!?&a,tDX>c+j]|82~iK"Eo2O\\?iR', '68fc83d0d7fbfe26' ),
/PHP-5.6/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.6/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.6/ext/mbstring/tests/
H A Dbug48645.phpt9 var_dump(bin2hex(mb_convert_encoding("&#x2;", "UTF-8", "HTML-ENTITIES")));
/PHP-5.6/ext/mysqli/tests/
H A Dcacert.pem3 Version: 3 (0x2)
H A Dclient-cert.pem3 Version: 3 (0x2)
/PHP-5.6/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.6/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;

Completed in 140 milliseconds

12