Home | History | Annotate | Download | only in libcutils

Lines Matching refs:dow

842 	int		d, m1, yy0, yy1, yy2, dow;
886 dow = ((26 * m1 - 2) / 10 +
888 if (dow < 0)
889 dow += DAYSPERWEEK;
892 ** "dow" is the day-of-week of the first day of the month. Get
893 ** the day-of-month (zero-origin) of the first "dow" day of the
896 d = rulep->r_day - dow;