d_table_common 77 ext/date/lib/dow.c static int d_table_common[13] = { 0, 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 }; d_table_common 84 ext/date/lib/dow.c return (timelib_is_leap(y) ? d_table_leap[m] : d_table_common[m]) + d - 1;