Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 57) sorted by path

123

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c65 #define realpath(x,y) strcpy(y,x) argument
/PHP-5.5/Zend/
H A Dzend_strtod.c513 #define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign, \ argument
551 ULong *x, y; in multadd() local
616 static int lo0bits(ULong *y) in lo0bits()
674 ULong carry, y, z; in mult() local
758 Long x, y; in s2b() local
920 Long borrow, y; /* We need signed shifts here. */ in diff() local
1033 ULong *xa, *xa0, w, y, z; local
1100 ULong *x, y, z; in d2b() local
1285 Long borrow, y; in quorem() local
2047 ULong y, z; in zend_strtod() local
/PHP-5.5/ext/date/lib/
H A Dastro.c28 #define days_since_2000_Jan_0(y,m,d) \ argument
47 #define atan2d(y,x) (RADEG*atan2(y,x)) argument
135 x, y, /* x, y coordinates in orbit */ in astro_sunpos() local
157 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
H A Ddow.c26 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod()
43 static timelib_sll timelib_day_of_week_ex(timelib_sll y, timelib_sll m, timelib_sll d, int iso) in timelib_day_of_week_ex()
62 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week()
67 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week()
78 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year()
83 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month()
88 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date()
136 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d) in timelib_daynr_from_weeknr()
157 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()
H A Dtimelib.c31 #define TIMELIB_LLABS(y) (y < 0 ? (y * -1) : y) argument
H A Dtimelib_structs.h141 timelib_sll y, m, d; /* Years, Months and Days */ member
164 timelib_sll y, m, d; /* Year, Month, Day */ member
235 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) argument
H A Dtm2unixtime.c43 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
52 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
61 static void do_range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, … in do_range_limit_days_relative()
103 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
/PHP-5.5/ext/date/
H A Dphp_date.c1039 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1048 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1614 long m, d, y; in PHP_FUNCTION() local
3455 static void php_date_date_set(zval *object, long y, long m, long d, zval *return_value TSRMLS_DC) in php_date_date_set()
3473 long y, m, d; in PHP_FUNCTION() local
3490 long y, m, d; in PHP_METHOD() local
3503 static void php_date_isodate_set(zval *object, long y, long w, long d, zval *return_value TSRMLS_DC) in php_date_isodate_set()
3525 long y, w, d = 1; in PHP_FUNCTION() local
3542 long y, w, d = 1; in PHP_METHOD() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c86 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
H A Dcdf_time.c41 #define isleap(y) ((((y) % 4) == 0) && \ argument
55 int y; in cdf_getdays() local
H A Dfile.h112 #define __GNUC_PREREQ__(x, y) \ argument
116 #define __GNUC_PREREQ__(x, y) 0 argument
/PHP-5.5/ext/gd/
H A Dgd.c1992 int x,y; in PHP_FUNCTION() local
2052 int x,y; in PHP_FUNCTION() local
2836 long x, y; in PHP_FUNCTION() local
3042 int x, y, c; in PHP_FUNCTION() local
3075 long x, y, col; in PHP_FUNCTION() local
3222 long x, y, border, col; in PHP_FUNCTION() local
3240 long x, y, col; in PHP_FUNCTION() local
3806 long col = -1, x = -1, y = -1; in php_imagettftext_common() local
4386 int x, y; in _php_image_bw_convert() local
4445 int x, y; in _php_image_convert() local
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd.c621 int x, y, p; in gdImagePaletteCopy() local
1299 long x, y, inc; in gdImageAALine() local
1716 int x, y; in gdImageFilledArc() local
2120 int x, y; in gdImageFilledRectangle() local
2166 int x, y; in gdImageCopy() local
2265 int x, y; in gdImageCopyMerge() local
2305 int x, y; in gdImageCopyMergeGray() local
2359 int x, y; in gdImageCopyResized() local
2468 int x, y; in gdImageCopyResampled() local
2620 int y; in gdImageFilledPolygon() local
[all …]
H A Dgd.h281 double x, y; member
322 int x, y; member
500 int x, y; member
746 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
747 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
905 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx… argument
H A Dgd2time.c17 int x, y, w, h; in main() local
H A Dgd_color.c20 int x,y; in gdImageColorMatch() local
H A Dgd_crop.c46 int y; in gdImageCrop() local
119 int x,y; in gdImageCropAuto() local
232 int x,y; in gdImageCropThreshold() local
H A Dgd_filter.c18 int x, y; in gdImageNegate() local
51 int x, y; in gdImageGrayScale() local
84 int x, y; in gdImageBrightness() local
129 int x, y; in gdImageContrast() local
189 int x, y; in gdImageColor() local
232 int x, y, i, j, new_a; in gdImageConvolution() local
293 int x, y, i, j; in gdImageSelectiveBlur() local
H A Dgd_gd.c168 int x, y; in gdImageCreateFromGdCtx() local
249 int x, y; in _gdImageGd() local
H A Dgd_gd2.c267 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
429 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
658 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
H A Dgd_interpolation.c100 #define gd_mulfx(x,y) (((x) * (y)) >> 8) argument
103 #define gd_divfx(x,y) (((x) << 8) / (y)) argument
644 static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowTC()
695 static inline int getPixelOverflowPalette(gdImagePtr im, const int x, const int y, const int bgColo… in getPixelOverflowPalette()
743 static int getPixelInterpolateWeight(gdImagePtr im, const double x, const double y, const int bgCol… in getPixelInterpolateWeight()
804 int getPixelInterpolated(gdImagePtr im, const double x, const double y, const int bgColor) in getPixelInterpolated()
1022 unsigned int y; in _gdScaleHoriz() local
1041 unsigned int y; in _gdScaleCol() local
1069 unsigned int y; in _gdScaleVert() local
1184 static inline int getPixelOverflowColorTC(gdImagePtr im, const int x, const int y, const int color) in getPixelOverflowColorTC()
[all …]
H A Dgd_jpeg.c499 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
H A Dgd_matrix.c31 double y = src->y; in gdAffineApplyToPointF() local
H A Dgd_pixelate.c5 int x, y; in gdImagePixelate() local
H A Dgd_transform.c5 register int x, y; in gdImageFlipVertical() local
34 int x, y; in gdImageFlipHorizontal() local

Completed in 121 milliseconds

123