Home
last modified time | relevance | path

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

123

/PHP-5.6/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
H A Dzend_virtual_cwd.c66 #define realpath(x,y) strcpy(y,x) argument
/PHP-5.6/ext/date/lib/
H A Dastro.c33 #define days_since_2000_Jan_0(y,m,d) \ argument
52 #define atan2d(y,x) (RADEG*atan2(y,x)) argument
140 x, y, /* x, y coordinates in orbit */ in astro_sunpos() local
162 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
H A Ddow.c30 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod()
47 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()
66 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week()
71 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week()
82 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year()
87 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month()
92 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date()
140 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d) in timelib_daynr_from_weeknr()
161 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()
H A Dtimelib.c35 #define TIMELIB_LLABS(y) (y < 0 ? (y * -1) : y) argument
H A Dtimelib_structs.h217 timelib_sll y, m, d; /* Years, Months and Days */ member
240 timelib_sll y, m, d; /* Year, Month, Day */ member
311 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) argument
H A Dtm2unixtime.c47 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
56 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
65 static void do_range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, … in do_range_limit_days_relative()
107 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
/PHP-5.6/ext/date/
H A Dphp_date.c1047 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1056 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1622 long m, d, y; in PHP_FUNCTION() local
3485 static void php_date_date_set(zval *object, long y, long m, long d, zval *return_value TSRMLS_DC) in php_date_date_set()
3503 long y, m, d; in PHP_FUNCTION() local
3520 long y, m, d; in PHP_METHOD() local
3533 static void php_date_isodate_set(zval *object, long y, long w, long d, zval *return_value TSRMLS_DC) in php_date_isodate_set()
3555 long y, w, d = 1; in PHP_FUNCTION() local
3572 long y, w, d = 1; in PHP_METHOD() local
/PHP-5.6/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.6/ext/gd/
H A Dgd.c2035 int x,y; in PHP_FUNCTION() local
2095 int x,y; in PHP_FUNCTION() local
2882 long x, y; in PHP_FUNCTION() local
3093 int x, y, c; in PHP_FUNCTION() local
3126 long x, y, col; in PHP_FUNCTION() local
3273 long x, y, border, col; in PHP_FUNCTION() local
3291 long x, y, col; in PHP_FUNCTION() local
3857 long col = -1, x = 0, y = 0; in php_imagettftext_common() local
4437 int x, y; in _php_image_bw_convert() local
4496 int x, y; in _php_image_convert() local
[all …]
/PHP-5.6/ext/gd/libgd/
H A Dgd.c621 int x, y, p; in gdImagePaletteCopy() local
1679 int x, y; in gdImageFilledArc() local
2108 int x, y; in _gdImageFilledHRectangle() local
2152 int x, y; in _gdImageFilledVRectangle() local
2202 int x, y; in gdImageCopy() local
2283 int x, y; in gdImageCopyMerge() local
2323 int x, y; in gdImageCopyMergeGray() local
2377 int x, y; in gdImageCopyResized() local
2486 int x, y; in gdImageCopyResampled() local
2638 int y; in gdImageFilledPolygon() local
[all …]
H A Dgd.h281 double x, y; member
322 int x, y; member
501 int x, y; member
747 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
748 #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.c271 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
437 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
666 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
H A Dgd_interpolation.c102 #define gd_mulfx(x,y) (((x) * (y)) >> 8) argument
105 #define gd_divfx(x,y) (((x) << 8) / (y)) argument
646 static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowTC()
697 static inline int getPixelOverflowPalette(gdImagePtr im, const int x, const int y, const int bgColo… in getPixelOverflowPalette()
745 static int getPixelInterpolateWeight(gdImagePtr im, const double x, const double y, const int bgCol… in getPixelInterpolateWeight()
806 int getPixelInterpolated(gdImagePtr im, const double x, const double y, const int bgColor) in getPixelInterpolated()
1021 unsigned int y; in _gdScaleHoriz() local
1040 unsigned int y; in _gdScaleCol() local
1068 unsigned int y; in _gdScaleVert() local
1200 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 136 milliseconds

123