/PHP-5.6/ext/date/lib/ |
H A D | dow.c | 30 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 D | astro.c | 33 #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 D | tm2unixtime.c | 47 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/gd/libgd/ |
H A D | gdtestft.c | 8 #define MAX(x,y) ((x) > (y) ? (x) : (y)) argument 9 #define MIN(x,y) ((x) < (y) ? (x) : (y)) argument 11 #define MAX4(x,y,z,w) \ argument 13 #define MIN4(x,y,z,w) \ argument
|
H A D | gd_filter.c | 18 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 D | gd.c | 621 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 D | gd_transform.c | 5 register int x, y; in gdImageFlipVertical() local 34 int x, y; in gdImageFlipHorizontal() local
|
H A D | gd_crop.c | 46 int y; in gdImageCrop() local 119 int x,y; in gdImageCropAuto() local 232 int x,y; in gdImageCropThreshold() local
|
H A D | xbm.c | 45 int bit, x = 0, y = 0; in gdImageCreateFromXbm() local 176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
|
H A D | webpimg.c | 151 static void ToRGB(int y, int u, int v, uint32* const dst) { in ToRGB() 182 int x, y, row_idx; in GetPSNRYuv() local 337 int y; in YUV420toRGBA() local 364 int y; in gd_YUV420toRGBA() local 421 int y; in VPXDecode() local 544 int y; in gd_RGBAToYUV420() local 607 int y; in RGBAToYUV420() local 811 int x, y; in AdjustColorspace() local 839 int x, y; in AdjustColorspaceBack() local
|
H A D | gd_color.c | 20 int x,y; in gdImageColorMatch() local
|
H A D | gdparttopng.c | 15 int x, y, w, h; in main() local
|
H A D | gd2time.c | 17 int x, y, w, h; in main() local
|
H A D | gd_gd.c | 168 int x, y; in gdImageCreateFromGdCtx() local 249 int x, y; in _gdImageGd() local
|
H A D | gdft.c | 40 double ptsize, double angle, int x, int y, char *string) in gdImageStringTTF() 49 double ptsize, double angle, int x, int y, char *string, in gdImageStringFTEx() 57 double ptsize, double angle, int x, int y, char *string) in gdImageStringFT() 630 int x, y, row, col, pc, pcr; local 805 double ptsize, double angle, int x, int y, char *string) 811 …, int *brect, int fg, char *fontlist, double ptsize, double angle, int x, int y, char *string, gdF…
|
/PHP-5.6/win32/ |
H A D | param.h | 15 #define howmany(x,y) (((x)+((y)-1))/(y)) argument 16 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) argument
|
/PHP-5.6/sapi/embed/ |
H A D | php_embed.h | 36 #define PHP_EMBED_START_BLOCK(x,y) { \ argument 47 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
|
/PHP-5.6/ext/standard/ |
H A D | md5.c | 146 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 147 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument 148 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument 149 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
|
H A D | sha1.c | 124 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 125 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument 126 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument 127 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
|
/PHP-5.6/ext/hash/ |
H A D | hash_md.c | 231 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument 232 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument 233 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument 234 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument 448 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument 449 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument 450 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
|
H A D | hash_sha.c | 165 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 166 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument 167 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument 168 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument 436 #define SHA256_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument 438 #define SHA256_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument 694 #define SHA512_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument 696 #define SHA512_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
|
H A D | hash_ripemd.c | 140 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument 141 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument 142 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument 143 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) argument 144 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 41 #define isleap(y) ((((y) % 4) == 0) && \ argument 55 int y; in cdf_getdays() local
|
/PHP-5.6/ext/intl/collator/ |
H A D | collator_is_numeric.c | 25 #define _do_alloca(x, y) do_alloca((x)) argument 26 #define _free_alloca(x, y) free_alloca((x)) argument
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_xclass.c | 102 pcre_uint32 x, y; in PRIV() local
|