Home
last modified time | relevance | path

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

123

/PHP-7.1/Zend/
H A Dzend_alloc.c322 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
327 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
332 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
2346 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2352 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2369 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2383 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2394 ZEND_MM_BINS_INFO(_ZEND_BIN_FREE, x, y) argument
H A Dzend_alloc.h93 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
101 # define _ZEND_BIN_ALLOCATOR_SELECTOR_START(_num, _size, _elements, _pages, size, y) \ argument
103 # define _ZEND_BIN_ALLOCATOR_SELECTOR_END(_num, _size, _elements, _pages, size, y) \ argument
118 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
H A Dzend_alloc_sizes.h32 #define ZEND_MM_BINS_INFO(_, x, y) \ argument
H A Dzend_strtod.c665 ULLong carry, y; local
667 ULong carry, *x, y; local
721 Long x, y; local
786 (y) ULong *y; in lo0bits() argument
858 ULong y; local
1122 ULLong borrow, y; local
1124 ULong borrow, y; local
1254 ULong *xa, *xa0, w, y, z; local
1326 ULong *x, y, z; local
1737 ULong *x, *x1, *xe, y; local
[all …]
H A Dzend_virtual_cwd.c75 #define realpath(x,y) strcpy(y,x) argument
/PHP-7.1/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
241 timelib_sll y, m, d; /* Year, Month, Day */ member
312 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) argument
H A Dtm2unixtime.c59 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
68 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
77 static void do_range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, … in do_range_limit_days_relative()
119 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
/PHP-7.1/ext/date/
H A Dphp_date.c1071 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1080 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1609 zend_long m, d, y; in PHP_FUNCTION() local
3566 static void php_date_date_set(zval *object, zend_long y, zend_long m, zend_long d, zval *return_val… in php_date_date_set()
3584 zend_long y, m, d; in PHP_FUNCTION() local
3602 zend_long y, m, d; in PHP_METHOD() local
3615 static void php_date_isodate_set(zval *object, zend_long y, zend_long w, zend_long d, zval *return_… in php_date_isodate_set()
3637 zend_long y, w, d = 1; in PHP_FUNCTION() local
3655 zend_long y, w, d = 1; in PHP_METHOD() local
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c91 #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-7.1/ext/gd/
H A Dgd.c1950 int x,y; in PHP_FUNCTION() local
2010 int x,y; in PHP_FUNCTION() local
2826 zend_long x, y; in PHP_FUNCTION() local
3055 int x, y, c; in PHP_FUNCTION() local
3088 zend_long x, y, col; in PHP_FUNCTION() local
3252 zend_long x, y, border, col; in PHP_FUNCTION() local
3273 zend_long x, y, col; in PHP_FUNCTION() local
3862 zend_long col = -1, x = 0, y = 0; in php_imagettftext_common() local
3980 int x, y; in _php_image_bw_convert() local
4038 int x, y; in _php_image_convert() local
[all …]
/PHP-7.1/ext/gd/libgd/
H A Dgd.c619 int x, y, p; in gdImagePaletteCopy() local
1676 int x, y; in gdImageFilledArc() local
2105 int x, y; in _gdImageFilledHRectangle() local
2149 int x, y; in _gdImageFilledVRectangle() local
2199 int x, y; in gdImageCopy() local
2280 int x, y; in gdImageCopyMerge() local
2320 int x, y; in gdImageCopyMergeGray() local
2374 int x, y; in gdImageCopyResized() local
2483 int x, y; in gdImageCopyResampled() local
2635 int y; in gdImageFilledPolygon() local
[all …]
H A Dgd.h281 double x, y; member
322 int x, y; member
501 int x, y; member
745 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
746 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
903 #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
91 int x, y; in gdImageBrightness() local
136 int x, y; in gdImageContrast() local
196 int x, y; in gdImageColor() local
239 int x, y, i, j, new_a; in gdImageConvolution() local
300 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.c112 #define gd_mulfx(x,y) (((x) * (y)) >> 8) argument
115 #define gd_divfx(x,y) (((x) << 8) / (y)) argument
656 static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowTC()
707 static inline int getPixelOverflowPalette(gdImagePtr im, const int x, const int y, const int bgColo… in getPixelOverflowPalette()
755 static int getPixelInterpolateWeight(gdImagePtr im, const double x, const double y, const int bgCol… in getPixelInterpolateWeight()
816 int getPixelInterpolated(gdImagePtr im, const double x, const double y, const int bgColor) in getPixelInterpolated()
1031 unsigned int y; in _gdScaleHoriz() local
1050 unsigned int y; in _gdScaleCol() local
1078 unsigned int y; in _gdScaleVert() local
1210 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()

Completed in 175 milliseconds

123