tishri1           390 ext/calendar/jewish.c 	zend_long tishri1;
tishri1           395 ext/calendar/jewish.c 	tishri1 = moladDay;
tishri1           396 ext/calendar/jewish.c 	dow = tishri1 % 7;
tishri1           408 ext/calendar/jewish.c 		tishri1++;
tishri1           417 ext/calendar/jewish.c 		tishri1++;
tishri1           419 ext/calendar/jewish.c 	return (tishri1);
tishri1           559 ext/calendar/jewish.c 	int tishri1;
tishri1           572 ext/calendar/jewish.c 	tishri1 = Tishri1(metonicYear, day, halakim);
tishri1           574 ext/calendar/jewish.c 	if (inputDay >= tishri1) {
tishri1           577 ext/calendar/jewish.c 		if (inputDay < tishri1 + 59) {
tishri1           578 ext/calendar/jewish.c 			if (inputDay < tishri1 + 30) {
tishri1           580 ext/calendar/jewish.c 				*pDay = inputDay - tishri1 + 1;
tishri1           583 ext/calendar/jewish.c 				*pDay = inputDay - tishri1 - 29;
tishri1           596 ext/calendar/jewish.c 		if (inputDay >= tishri1 - 177) {
tishri1           598 ext/calendar/jewish.c 			if (inputDay > tishri1 - 30) {
tishri1           600 ext/calendar/jewish.c 				*pDay = inputDay - tishri1 + 30;
tishri1           601 ext/calendar/jewish.c 			} else if (inputDay > tishri1 - 60) {
tishri1           603 ext/calendar/jewish.c 				*pDay = inputDay - tishri1 + 60;
tishri1           604 ext/calendar/jewish.c 			} else if (inputDay > tishri1 - 89) {
tishri1           606 ext/calendar/jewish.c 				*pDay = inputDay - tishri1 + 89;
tishri1           607 ext/calendar/jewish.c 			} else if (inputDay > tishri1 - 119) {
tishri1           609 ext/calendar/jewish.c 				*pDay = inputDay - tishri1 + 119;
tishri1           610 ext/calendar/jewish.c 			} else if (inputDay > tishri1 - 148) {
tishri1           612 ext/calendar/jewish.c 				*pDay = inputDay - tishri1 + 148;
tishri1           615 ext/calendar/jewish.c 				*pDay = inputDay - tishri1 + 178;
tishri1           621 ext/calendar/jewish.c 				*pDay = inputDay - tishri1 + 207;
tishri1           632 ext/calendar/jewish.c 				*pDay = inputDay - tishri1 + 207;
tishri1           647 ext/calendar/jewish.c 			tishri1After = tishri1;
tishri1           650 ext/calendar/jewish.c 			tishri1 = Tishri1(metonicYear, day, halakim);
tishri1           654 ext/calendar/jewish.c 	yearLength = tishri1After - tishri1;
tishri1           655 ext/calendar/jewish.c 	day = inputDay - tishri1 - 29;
tishri1           695 ext/calendar/jewish.c 	int tishri1;
tishri1           710 ext/calendar/jewish.c 							&moladDay, &moladHalakim, &tishri1);
tishri1           712 ext/calendar/jewish.c 				sdn = tishri1 + day - 1;
tishri1           714 ext/calendar/jewish.c 				sdn = tishri1 + day + 29;
tishri1           723 ext/calendar/jewish.c 							&moladDay, &moladHalakim, &tishri1);
tishri1           731 ext/calendar/jewish.c 			yearLength = tishri1After - tishri1;
tishri1           734 ext/calendar/jewish.c 				sdn = tishri1 + day + 59;
tishri1           736 ext/calendar/jewish.c 				sdn = tishri1 + day + 58;