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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c3732 long carry, tempdays, temp; local
3803 * Note we use tempdays because the temporary values may need more
3808 tempdays = MAX_DAYINMONTH(r->year, r->mon);
3810 tempdays = 1;
3812 tempdays = d->day;
3814 tempdays += u->day + carry;
3817 if (tempdays < 1) {
3830 tempdays += MAX_DAYINMONTH(tyr, tmon);
3832 } else if (tempdays > (long) MAX_DAYINMONTH(r->year, r->mon)) {
3833 tempdays
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c3735 long carry, tempdays, temp; local
3806 * Note we use tempdays because the temporary values may need more
3811 tempdays = MAX_DAYINMONTH(r->year, r->mon);
3813 tempdays = 1;
3815 tempdays = d->day;
3817 tempdays += u->day + carry;
3820 if (tempdays < 1) {
3833 tempdays += MAX_DAYINMONTH(tyr, tmon);
3835 } else if (tempdays > (long) MAX_DAYINMONTH(r->year, r->mon)) {
3836 tempdays
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemastypes.c3735 long carry, tempdays, temp; local
3806 * Note we use tempdays because the temporary values may need more
3811 tempdays = MAX_DAYINMONTH(r->year, r->mon);
3813 tempdays = 1;
3815 tempdays = d->day;
3817 tempdays += u->day + carry;
3820 if (tempdays < 1) {
3833 tempdays += MAX_DAYINMONTH(tyr, tmon);
3835 } else if (tempdays > (long) MAX_DAYINMONTH(r->year, r->mon)) {
3836 tempdays
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c3732 long carry, tempdays, temp; local
3803 * Note we use tempdays because the temporary values may need more
3808 tempdays = MAX_DAYINMONTH(r->year, r->mon);
3810 tempdays = 1;
3812 tempdays = d->day;
3814 tempdays += u->day + carry;
3817 if (tempdays < 1) {
3830 tempdays += MAX_DAYINMONTH(tyr, tmon);
3832 } else if (tempdays > (long) MAX_DAYINMONTH(r->year, r->mon)) {
3833 tempdays
[all...]

Completed in 177 milliseconds