Searched refs:tempdays (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Ddate.c1461 long carry, tempdays, temp; local
1525 * Note we use tempdays because the temporary values may need more
1530 tempdays = MAX_DAYINMONTH(r->year, r->mon);
1532 tempdays = 1;
1534 tempdays = d->day;
1536 tempdays += u->day + carry;
1539 if (tempdays < 1) {
1552 tempdays += MAX_DAYINMONTH(tyr, tmon);
1554 } else if (tempdays > (long)MAX_DAYINMONTH(r->year, r->mon)) {
1555 tempdays
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemastypes.c3753 long carry, tempdays, temp; local
3824 * Note we use tempdays because the temporary values may need more
3829 tempdays = MAX_DAYINMONTH(r->year, r->mon);
3831 tempdays = 1;
3833 tempdays = d->day;
3835 tempdays += u->day + carry;
3838 if (tempdays < 1) {
3851 tempdays += MAX_DAYINMONTH(tyr, tmon);
3853 } else if (tempdays > (long) MAX_DAYINMONTH(r->year, r->mon)) {
3854 tempdays
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c3746 long carry, tempdays, temp; local
3817 * Note we use tempdays because the temporary values may need more
3822 tempdays = MAX_DAYINMONTH(r->year, r->mon);
3824 tempdays = 1;
3826 tempdays = d->day;
3828 tempdays += u->day + carry;
3831 if (tempdays < 1) {
3844 tempdays += MAX_DAYINMONTH(tyr, tmon);
3846 } else if (tempdays > (long) MAX_DAYINMONTH(r->year, r->mon)) {
3847 tempdays
[all...]

Completed in 130 milliseconds