Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 50) sorted by relevance

12

/PHP-5.3/ext/date/lib/
H A Ddow.c34 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()
56 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week()
61 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week()
72 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year()
77 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month()
82 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date()
130 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d) in timelib_daynr_from_weeknr()
151 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()
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 Dtm2unixtime.c44 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
53 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
62 static void do_range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, … in do_range_limit_days_relative()
104 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
/PHP-5.3/ext/gd/libgd/
H A Dgdtestft.c8 #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 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.c610 int x, y, p; in gdImagePaletteCopy() local
1288 long x, y, inc; in gdImageAALine() local
1705 int x, y; in gdImageFilledArc() local
2108 int x, y; in gdImageFilledRectangle() local
2154 int x, y; in gdImageCopy() local
2253 int x, y; in gdImageCopyMerge() local
2293 int x, y; in gdImageCopyMergeGray() local
2347 int x, y; in gdImageCopyResized() local
2459 int x, y; in gdImageCopyResampled() local
2611 int y; in gdImageFilledPolygon() local
[all …]
H A Dxbm.c45 int bit, x = 0, y = 0; in gdImageCreateFromXbm() local
176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
H A Dgd_color.c20 int x,y; in gdImageColorMatch() local
H A Dgdparttopng.c15 int x, y, w, h; in main() local
H A Dgd2time.c17 int x, y, w, h; in main() local
H A Dgd_gd.c168 int x, y; in gdImageCreateFromGdCtx() local
249 int x, y; in _gdImageGd() local
H A Dgd_pixelate.c5 int x, y; in gdImagePixelate() local
H A Dgdft.c40 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()
594 int x, y, row, col, pc, pcr; local
767 double ptsize, double angle, int x, int y, char *string)
773 …, int *brect, int fg, char *fontlist, double ptsize, double angle, int x, int y, char *string, gdF…
/PHP-5.3/win32/
H A Dparam.h15 #define howmany(x,y) (((x)+((y)-1))/(y)) argument
16 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) argument
/PHP-5.3/sapi/embed/
H A Dphp_embed.h36 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
47 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
/PHP-5.3/ext/standard/
H A Dmd5.c146 #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 Dsha1.c124 #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
H A Dexec.c281 register int x, y, l = strlen(str); in php_escape_shell_cmd() local
372 int x, y = 0, l = strlen(str); in php_escape_shell_arg() local
/PHP-5.3/ext/hash/
H A Dhash_md.c231 #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 Dhash_sha.c165 #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 Dhash_ripemd.c140 #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.3/ext/fileinfo/libmagic/
H A Dcdf_time.c41 #define isleap(y) ((((y) % 4) == 0) && \ argument
55 int y; in cdf_getdays() local
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_xclass.c97 pcre_uint32 x, y; in PRIV() local
/PHP-5.3/ext/intl/collator/
H A Dcollator_is_numeric.c25 #define _do_alloca(x, y) do_alloca((x)) argument
26 #define _free_alloca(x, y) free_alloca((x)) argument
/PHP-5.3/Zend/
H A Dzend_strtod.c514 #define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign, \ argument
552 ULong *x, y; in multadd() local
617 static int lo0bits(ULong *y) in lo0bits()
675 ULong carry, y, z; in mult() local
759 Long x, y; in s2b() local
921 Long borrow, y; /* We need signed shifts here. */ in diff() local
1034 ULong *xa, *xa0, w, y, z; local
1101 ULong *x, y, z; in d2b() local
1286 Long borrow, y; in quorem() local
2052 ULong y, z; in zend_strtod() local

Completed in 199 milliseconds

12