x1 833 Zend/zend_strtod.c ULong *x, *x1, *xe, z; x1 846 Zend/zend_strtod.c x1 = b1->x; x1 848 Zend/zend_strtod.c *x1++ = 0; x1 857 Zend/zend_strtod.c *x1++ = *x << k | z; x1 861 Zend/zend_strtod.c if ((*x1 = z)) { x1 870 Zend/zend_strtod.c *x1++ = *x << k & 0xffff | z; x1 874 Zend/zend_strtod.c if (*x1 = z) { x1 880 Zend/zend_strtod.c *x1++ = *x++; x1 494 ext/gd/gd.c ZEND_ARG_INFO(0, x1) x1 503 ext/gd/gd.c ZEND_ARG_INFO(0, x1) x1 512 ext/gd/gd.c ZEND_ARG_INFO(0, x1) x1 521 ext/gd/gd.c ZEND_ARG_INFO(0, x1) x1 3113 ext/gd/gd.c long x1, y1, x2, y2, col; x1 3116 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlllll", &IM, &x1, &y1, &x2, &y2, &col) == FAILURE) { x1 3124 ext/gd/gd.c gdImageAALine(im, x1, y1, x2, y2, col); x1 3128 ext/gd/gd.c gdImageLine(im, x1, y1, x2, y2, col); x1 3139 ext/gd/gd.c long x1, y1, x2, y2, col; x1 3142 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlllll", &IM, &x1, &y1, &x2, &y2, &col) == FAILURE) { x1 3147 ext/gd/gd.c gdImageDashedLine(im, x1, y1, x2, y2, col); x1 3157 ext/gd/gd.c long x1, y1, x2, y2, col; x1 3160 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlllll", &IM, &x1, &y1, &x2, &y2, &col) == FAILURE) { x1 3165 ext/gd/gd.c gdImageRectangle(im, x1, y1, x2, y2, col); x1 3175 ext/gd/gd.c long x1, y1, x2, y2, col; x1 3178 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlllll", &IM, &x1, &y1, &x2, &y2, &col) == FAILURE) { x1 3183 ext/gd/gd.c gdImageFilledRectangle(im, x1, y1, x2, y2, col); x1 4278 ext/gd/gd.c int x1, y1, x2, y2, x3, y3, x4, y4; x1 4324 ext/gd/gd.c x1 = new_x(char_bbox.llx, char_bbox.lly) + cur_x; x1 4334 ext/gd/gd.c str_bbox.llx = min(str_bbox.llx, min(x1, min(x2, min(x3, x4)))); x1 4336 ext/gd/gd.c str_bbox.urx = max(str_bbox.urx, max(x1, max(x2, max(x3, x4)))); x1 671 ext/gd/libgd/gd.c static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { x1 675 ext/gd/libgd/gd.c if(*x1 < 0) { /* as is the end, so the line never cuts the window */ x1 678 ext/gd/libgd/gd.c m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ x1 683 ext/gd/libgd/gd.c if (*x1 > maxdim) { x1 684 ext/gd/libgd/gd.c *y1 += (int)(m * (maxdim - *x1)); x1 685 ext/gd/libgd/gd.c *x1 = maxdim; x1 690 ext/gd/libgd/gd.c if (*x1 > maxdim) { /* as is the end, so the line misses the window */ x1 693 ext/gd/libgd/gd.c m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ x1 697 ext/gd/libgd/gd.c if (*x1 < 0) { x1 698 ext/gd/libgd/gd.c *y1 -= (int)(m * *x1); x1 699 ext/gd/libgd/gd.c *x1 = 0; x1 704 ext/gd/libgd/gd.c if (*x1 > maxdim) { /* other end is outside to the right */ x1 705 ext/gd/libgd/gd.c m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ x1 706 ext/gd/libgd/gd.c *y1 += (int)(m * (maxdim - *x1)); x1 707 ext/gd/libgd/gd.c *x1 = maxdim; x1 710 ext/gd/libgd/gd.c if (*x1 < 0) { /* other end is outside to the left */ x1 711 ext/gd/libgd/gd.c m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ x1 712 ext/gd/libgd/gd.c *y1 -= (int)(m * *x1); x1 713 ext/gd/libgd/gd.c *x1 = 0; x1 797 ext/gd/libgd/gd.c int x1, y1, x2, y2; x1 808 ext/gd/libgd/gd.c x1 = x - hx; x1 809 ext/gd/libgd/gd.c x2 = x1 + gdImageSX(im->brush); x1 816 ext/gd/libgd/gd.c for (lx = x1; (lx < x2); lx++) { x1 831 ext/gd/libgd/gd.c for (lx = x1; lx < x2; lx++) { x1 847 ext/gd/libgd/gd.c for (lx = x1; lx < x2; lx++) { x1 1054 ext/gd/libgd/gd.c static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) x1 1058 ext/gd/libgd/gd.c gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); x1 1060 ext/gd/libgd/gd.c if (x2 < x1) { x1 1062 ext/gd/libgd/gd.c x2 = x1; x1 1063 ext/gd/libgd/gd.c x1 = t; x1 1066 ext/gd/libgd/gd.c for (;x1 <= x2; x1++) { x1 1067 ext/gd/libgd/gd.c gdImageSetPixel(im, x1, y, col); x1 1093 ext/gd/libgd/gd.c void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) x1 1106 ext/gd/libgd/gd.c gdImageAALine(im, x1, y1, x2, y2, im->AA_color); x1 1111 ext/gd/libgd/gd.c if (!clip_1d(&x1,&y1,&x2,&y2,gdImageSX(im)) || !clip_1d(&y1,&x1,&y2,&x2,gdImageSY(im))) { x1 1115 ext/gd/libgd/gd.c dx = abs (x2 - x1); x1 1119 ext/gd/libgd/gd.c gdImageVLine(im, x1, y1, y2, color); x1 1122 ext/gd/libgd/gd.c gdImageHLine(im, y1, x1, x2, color); x1 1147 ext/gd/libgd/gd.c if (x1 > x2) { x1 1151 ext/gd/libgd/gd.c xend = x1; x1 1153 ext/gd/libgd/gd.c x = x1; x1 1218 ext/gd/libgd/gd.c x = x1; x1 1229 ext/gd/libgd/gd.c if (((x2 - x1) * xdirflag) > 0) { x1 1289 ext/gd/libgd/gd.c void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) x1 1299 ext/gd/libgd/gd.c x1 += (y1 * (x1 - x2)) / (y2 - y1); x1 1303 ext/gd/libgd/gd.c x2 += (y2 * (x1 - x2)) / (y2 - y1); x1 1312 ext/gd/libgd/gd.c x1 -= ((im->sy - y1) * (x1 - x2)) / (y2 - y1); x1 1316 ext/gd/libgd/gd.c x2 -= ((im->sy - y2) * (x1 - x2)) / (y2 - y1); x1 1321 ext/gd/libgd/gd.c if (x1 < 0 && x2 < 0) { x1 1324 ext/gd/libgd/gd.c if (x1 < 0) { x1 1325 ext/gd/libgd/gd.c y1 += (x1 * (y1 - y2)) / (x2 - x1); x1 1326 ext/gd/libgd/gd.c x1 = 0; x1 1329 ext/gd/libgd/gd.c y2 += (x2 * (y1 - y2)) / (x2 - x1); x1 1333 ext/gd/libgd/gd.c if (x1 >= im->sx && x2 >= im->sx) { x1 1336 ext/gd/libgd/gd.c if (x1 >= im->sx) { x1 1337 ext/gd/libgd/gd.c y1 -= ((im->sx - x1) * (y1 - y2)) / (x2 - x1); x1 1338 ext/gd/libgd/gd.c x1 = im->sx - 1; x1 1341 ext/gd/libgd/gd.c y2 -= ((im->sx - x2) * (y1 - y2)) / (x2 - x1); x1 1345 ext/gd/libgd/gd.c dx = x2 - x1; x1 1353 ext/gd/libgd/gd.c tmp = x1; x1 1354 ext/gd/libgd/gd.c x1 = x2; x1 1359 ext/gd/libgd/gd.c dx = x2 - x1; x1 1362 ext/gd/libgd/gd.c x = x1 << 16; x1 1375 ext/gd/libgd/gd.c tmp = x1; x1 1376 ext/gd/libgd/gd.c x1 = x2; x1 1381 ext/gd/libgd/gd.c dx = x2 - x1; x1 1384 ext/gd/libgd/gd.c x = x1 << 16; x1 1400 ext/gd/libgd/gd.c void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) x1 1409 ext/gd/libgd/gd.c dx = abs(x2 - x1); x1 1427 ext/gd/libgd/gd.c if (x1 > x2) { x1 1431 ext/gd/libgd/gd.c xend = x1; x1 1433 ext/gd/libgd/gd.c x = x1; x1 1483 ext/gd/libgd/gd.c x = x1; x1 1488 ext/gd/libgd/gd.c if (((x2 - x1) * xdirflag) > 0) { x1 1868 ext/gd/libgd/gd.c int l, x1, x2, dy; x1 1925 ext/gd/libgd/gd.c FILL_POP(y, x1, x2, dy); x1 1927 ext/gd/libgd/gd.c for (x=x1; x>=0 && gdImageGetPixel(im,x, y)==oc; x--) { x1 1930 ext/gd/libgd/gd.c if (x>=x1) { x1 1936 ext/gd/libgd/gd.c if (l<x1) { x1 1937 ext/gd/libgd/gd.c FILL_PUSH(y, l, x1-1, -dy); x1 1939 ext/gd/libgd/gd.c x = x1+1; x1 1963 ext/gd/libgd/gd.c int i, l, x1, x2, dy; x1 1994 ext/gd/libgd/gd.c FILL_POP(y, x1, x2, dy); x1 1995 ext/gd/libgd/gd.c for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) { x1 2000 ext/gd/libgd/gd.c if (x>=x1) { x1 2006 ext/gd/libgd/gd.c if (l<x1) { x1 2007 ext/gd/libgd/gd.c FILL_PUSH(y, l, x1-1, -dy); x1 2009 ext/gd/libgd/gd.c x = x1+1; x1 2036 ext/gd/libgd/gd.c void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) x1 2038 ext/gd/libgd/gd.c int x1h = x1, x1v = x1, y1h = y1, y1v = y1, x2h = x2, x2v = x2, y2h = y2, y2v = y2; x1 2042 ext/gd/libgd/gd.c if (x1 == x2 && y1 == y2 && thick == 1) { x1 2043 ext/gd/libgd/gd.c gdImageSetPixel(im, x1, y1, color); x1 2053 ext/gd/libgd/gd.c if (x2 < x1) { x1 2054 ext/gd/libgd/gd.c t = x1; x1 2055 ext/gd/libgd/gd.c x1 = x2; x1 2059 ext/gd/libgd/gd.c x1h = x1; x1v = x1; y1h = y1; y1v = y1; x2h = x2; x2v = x2; y2h = y2; y2v = y2; x1 2064 ext/gd/libgd/gd.c x1ul = x1 - half; x1 2104 ext/gd/libgd/gd.c if (x1 == x2 || y1 == y2) { x1 2105 ext/gd/libgd/gd.c gdImageLine(im, x1, y1, x2, y2, color); x1 2117 ext/gd/libgd/gd.c void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) x1 2122 ext/gd/libgd/gd.c if (x1 == x2 && y1 == y2) { x1 2123 ext/gd/libgd/gd.c gdImageSetPixel(im, x1, y1, color); x1 2127 ext/gd/libgd/gd.c if (x1 > x2) { x1 2128 ext/gd/libgd/gd.c x = x1; x1 2129 ext/gd/libgd/gd.c x1 = x2; x1 2139 ext/gd/libgd/gd.c if (x1 < 0) { x1 2140 ext/gd/libgd/gd.c x1 = 0; x1 2156 ext/gd/libgd/gd.c for (x = x1; (x <= x2); x++) { x1 2571 ext/gd/libgd/gd.c typedef void (*image_line)(gdImagePtr im, int x1, int y1, int x2, int y2, int color); x1 2621 ext/gd/libgd/gd.c int x1, y1; x1 2690 ext/gd/libgd/gd.c x1 = p[ind1].x; x1 2696 ext/gd/libgd/gd.c x1 = p[ind2].x; x1 2705 ext/gd/libgd/gd.c im->polyInts[ints++] = (float) ((y - y1) * (x2 - x1)) / (float) (y2 - y1) + 0.5 + x1; x1 2980 ext/gd/libgd/gd.c void gdImageSetClip (gdImagePtr im, int x1, int y1, int x2, int y2) x1 2982 ext/gd/libgd/gd.c if (x1 < 0) { x1 2983 ext/gd/libgd/gd.c x1 = 0; x1 2985 ext/gd/libgd/gd.c if (x1 >= im->sx) { x1 2986 ext/gd/libgd/gd.c x1 = im->sx - 1; x1 3006 ext/gd/libgd/gd.c im->cx1 = x1; x1 423 ext/gd/libgd/gd.h void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); x1 424 ext/gd/libgd/gd.h void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); x1 428 ext/gd/libgd/gd.h void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); x1 431 ext/gd/libgd/gd.h void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color); x1 433 ext/gd/libgd/gd.h void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color); x1 434 ext/gd/libgd/gd.h void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2); x1 360 ext/gd/libgd/gd_interpolation.c static double filter_cubic_spline(const double x1) x1 362 ext/gd/libgd/gd_interpolation.c const double x = x1 < 0.0 ? -x1 : x1; x1 376 ext/gd/libgd/gd_interpolation.c static double filter_cubic_convolution(const double x1) x1 378 ext/gd/libgd/gd_interpolation.c const double x = x1 < 0.0 ? -x1 : x1; x1 379 ext/gd/libgd/gd_interpolation.c const double x2 = x1 * x1; x1 421 ext/gd/libgd/gd_interpolation.c static double filter_lanczos8(const double x1) x1 423 ext/gd/libgd/gd_interpolation.c const double x = x1 < 0.0 ? -x1 : x1; x1 437 ext/gd/libgd/gd_interpolation.c static double filter_lanczos3(const double x1) x1 439 ext/gd/libgd/gd_interpolation.c const double x = x1 < 0.0 ? -x1 : x1; x1 453 ext/gd/libgd/gd_interpolation.c static double filter_hermite(const double x1) x1 455 ext/gd/libgd/gd_interpolation.c const double x = x1 < 0.0 ? -x1 : x1; x1 463 ext/gd/libgd/gd_interpolation.c static double filter_triangle(const double x1) x1 465 ext/gd/libgd/gd_interpolation.c const double x = x1 < 0.0 ? -x1 : x1; x1 471 ext/gd/libgd/gd_interpolation.c static double filter_bell(const double x1) x1 473 ext/gd/libgd/gd_interpolation.c const double x = x1 < 0.0 ? -x1 : x1; x1 517 ext/gd/libgd/gd_interpolation.c static double filter_quadratic(const double x1) x1 519 ext/gd/libgd/gd_interpolation.c const double x = x1 < 0.0 ? -x1 : x1; x1 547 ext/gd/libgd/gd_interpolation.c static double filter_quadratic_bspline(const double x1) x1 549 ext/gd/libgd/gd_interpolation.c const double x = x1 < 0.0 ? -x1 : x1; x1 2226 ext/gd/libgd/gd_interpolation.c int x1,y1; x1 2229 ext/gd/libgd/gd_interpolation.c x1 = r->x + r->width - 1; x1 2233 ext/gd/libgd/gd_interpolation.c r->width = CLAMP(x1, c1x, c2x) - r->x + 1; x1 822 ext/gd/libgd/gdft.c int x1 = 0, y1 = 0; x1 969 ext/gd/libgd/gdft.c x1 = (int)(- penf.y * sin_a + 32) / 64; x1 983 ext/gd/libgd/gdft.c x1 = (int)(- penf.y * sin_a + 32) / 64; x1 985 ext/gd/libgd/gdft.c xb = x + x1; x1 1143 ext/gd/libgd/gdft.c gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + ((pen.y + 31) >> 6) - bm->top); x1 129 ext/hash/hash_haval.c #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ (x0) ) x1 130 ext/hash/hash_haval.c #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((x1) & (x4)) ^ \ x1 132 ext/hash/hash_haval.c #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x3)) ^ (x0) ) x1 133 ext/hash/hash_haval.c #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6)) ^ \ x1 134 ext/hash/hash_haval.c ((x1) & (x4)) ^ ((x2) & (x6)) ^ ((x3) & (x4)) ^ ((x3) & (x5)) ^ \ x1 136 ext/hash/hash_haval.c #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ x1 137 ext/hash/hash_haval.c ((x0) & (x1) & (x2) & (x3)) ^ ((x0) & (x5)) ^ (x0) ) x1 56 ext/hash/hash_tiger.c round(b,c,a,x1,mul) \ x1 66 ext/hash/hash_tiger.c x1 ^= x0; \ x1 67 ext/hash/hash_tiger.c x2 += x1; \ x1 68 ext/hash/hash_tiger.c x3 -= x2 ^ ((~x1)<<19); \ x1 74 ext/hash/hash_tiger.c x1 -= x0 ^ ((~x7)<<19); \ x1 75 ext/hash/hash_tiger.c x2 ^= x1; \ x1 102 ext/hash/hash_tiger.c x0=str[0]; x1=str[1]; x2=str[2]; x3=str[3]; \ x1 121 ext/hash/hash_tiger.c register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \ x1 152793 ext/sqlite3/libsqlite/sqlite3.c RtreeDValue x1, x2; x1 152794 ext/sqlite3/libsqlite/sqlite3.c x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj])); x1 152796 ext/sqlite3/libsqlite/sqlite3.c if( x2<x1 ){ x1 152800 ext/sqlite3/libsqlite/sqlite3.c o = o * (x2-x1);