| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 125896 double x2; local 126121 float x2 = DCOORD(aCell[0].aCoord[i*2+1]); local [all...] |
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_arc_f_buggy.c | 53 long x2; /* x * 2 */ 294 x2 = w; 297 g = x2 - 1; 300 while ((x2 * hs) > (y2 * ws)) /* Keep |tangent| > 1 */ 307 x2 -= 2; 308 g -= hs * 4 * x2; 311 if ((have_s == 0) && ((s_sin * x2) <= (y2 * s_cos))) 313 pt[0].x = (int) (x2 / 2); 318 if ((have_e == 0) && ((e_sin * x2) <= (y2 * e_cos))) 320 pt[2].x = (int) (x2 / [all...] |
| H A D | gd.h | 423 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 D | gd.c | 797 int x1, y1, x2, y2; local 809 x2 = x1 + gdImageSX(im->brush); 816 for (lx = x1; (lx < x2); lx++) { 831 for (lx = x1; lx < x2; lx++) { 847 for (lx = x1; lx < x2; lx++) { 1054 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) argument 1058 gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); 1060 if (x2 < x1) { 1061 int t = x2; 1062 x2 1093 gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 1289 gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int col) argument 1400 gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 1864 int l, x1, x2, dy; local 1959 int i, l, x1, x2, dy; local 2032 gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 2107 gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 2612 int x2, y2; local 2970 gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2) argument [all...] |
| H A D | gd_interpolation.c | 365 const double x2 = x*x; local 367 return (0.5 * x2 * x - x2 + 2.0 / 3.0); 379 const double x2 = x1 * x1; local 380 const double x2_x = x2 * x; 382 if (x <= 1.0) return ((4.0 / 3.0)* x2_x - (7.0 / 3.0) * x2 + 1.0); 383 if (x <= 2.0) return (- (7.0 / 12.0) * x2_x + 3 * x2 - (59.0 / 12.0) * x + 2.5); 384 if (x <= 3.0) return ( (1.0/12.0) * x2_x - (2.0 / 3.0) * x2 + 1.75 * x - 1.5);
|
| /PHP_TRUNK/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_sjis_mac.c | 563 } else if (mode == 0x2) { 590 if (mode == 0x2) {
|
| /PHP_TRUNK/ext/mbstring/libmbfl/tests/ |
| H A D | conv_kana.c | 57 mode |= 0x2;
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | testc.c | 144 static void x2(char* pattern, char* str, int from, int to) function 169 x2("", "", 0, 0); 170 x2("^", "", 0, 0); 171 x2("$", "", 0, 0); 172 x2("\\G", "", 0, 0); 173 x2("\\A", "", 0, 0); 174 x2("\\Z", "", 0, 0); 175 x2("\\z", "", 0, 0); 176 x2("^$", "", 0, 0); 177 x2("\\c [all...] |
| H A D | testu.c | 190 static void x2(char* pattern, char* str, int from, int to) function 217 x2("\000\000", "\000\000", 0, 0); 218 x2("\000^\000\000", "\000\000", 0, 0); 219 x2("\000$\000\000", "\000\000", 0, 0); 220 x2("\000\134\000G\000\000", "\000\000", 0, 0); 221 x2("\000\134\000A\000\000", "\000\000", 0, 0); 222 x2("\000\134\000Z\000\000", "\000\000", 0, 0); 223 x2("\000\134\000z\000\000", "\000\000", 0, 0); 224 x2("\000^\000$\000\000", "\000\000", 0, 0); 225 x2("\00 [all...] |
| /PHP_TRUNK/ext/mbstring/oniguruma/win32/ |
| H A D | testc.c | 144 static void x2(char* pattern, char* str, int from, int to) function 169 x2("", "", 0, 0); 170 x2("^", "", 0, 0); 171 x2("$", "", 0, 0); 172 x2("\\G", "", 0, 0); 173 x2("\\A", "", 0, 0); 174 x2("\\Z", "", 0, 0); 175 x2("\\z", "", 0, 0); 176 x2("^$", "", 0, 0); 177 x2("\\c [all...] |
| /PHP_TRUNK/TSRM/ |
| H A D | tsrm_virtual_cwd.c | 48 # define VOLUME_NAME_NT 0x2
|
| /PHP_TRUNK/ext/calendar/ |
| H A D | calendar.c | 222 #define CAL_JEWISH_ADD_ALAFIM_GERESH 0x2
|
| /PHP_TRUNK/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)) ^ (x0) ) 130 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((x1) & (x4)) ^ \ 131 ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) ) 132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) [all...] |
| H A D | hash_tiger.c | 57 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_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 3418 opt |= 0x2;
|
| /PHP_TRUNK/ext/standard/ |
| H A D | link_win32.c | 54 #define VOLUME_NAME_NT 0x2
|
| H A D | scanf.c | 87 #define SCAN_SUPPRESS 0x2 /* Suppress assignment. */
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_generators.h | 61 static const zend_uchar ZEND_GENERATOR_FORCED_CLOSE = 0x2;
|
| H A D | zend_execute.c | 159 #define CTOR_USED_BIT 0x2
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_soap.h | 149 #define WSDL_CACHE_MEMORY 0x2
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 496 ZEND_ARG_INFO(0, x2) 505 ZEND_ARG_INFO(0, x2) 514 ZEND_ARG_INFO(0, x2) 523 ZEND_ARG_INFO(0, x2) 3107 /* {{{ proto bool imageline(resource im, int x1, int y1, int x2, int y2, int col) 3112 long x1, y1, x2, y2, col; local 3115 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlllll", &IM, &x1, &y1, &x2, &y2, &col) == FAILURE) { 3123 gdImageAALine(im, x1, y1, x2, y2, col); 3127 gdImageLine(im, x1, y1, x2, y2, col); 3133 /* {{{ proto bool imagedashedline(resource im, int x1, int y1, int x2, in 3138 long x1, y1, x2, y2, col; local 3156 long x1, y1, x2, y2, col; local 3174 long x1, y1, x2, y2, col; local 4265 int x1, y1, x2, y2, x3, y3, x4, y4; local [all...] |