iy                 92 ext/date/lib/dow.c void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy)
iy                108 ext/date/lib/dow.c 		*iy = y - 1;
iy                115 ext/date/lib/dow.c 		*iy = y;
iy                118 ext/date/lib/dow.c 	if (*iy == y) {
iy                123 ext/date/lib/dow.c 			*iy = y + 1;
iy                129 ext/date/lib/dow.c 	if (*iy == y) {
iy                 82 ext/date/lib/timelib.h void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy);
iy               1901 ext/gd/libgd/gd.c 		int ix = x, iy = y, c;
iy               1904 ext/gd/libgd/gd.c 				c = gdImageGetPixel(im, ix, iy);
iy               1908 ext/gd/libgd/gd.c 				gdImageSetPixel(im, ix, iy, nc);
iy               1911 ext/gd/libgd/gd.c 		} while(iy++ < (im->sy -1));