Searched refs:tmon (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.c3818 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13); local
3826 if (tmon < 0)
3827 tmon = 0;
3828 if (tmon > 12)
3829 tmon = 12;
3830 tempdays += MAX_DAYINMONTH(tyr, tmon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c3821 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13); local
3829 if (tmon < 0)
3830 tmon = 0;
3831 if (tmon > 12)
3832 tmon = 12;
3833 tempdays += MAX_DAYINMONTH(tyr, tmon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemastypes.c3821 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13); local
3829 if (tmon < 0)
3830 tmon = 0;
3831 if (tmon > 12)
3832 tmon = 12;
3833 tempdays += MAX_DAYINMONTH(tyr, tmon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c3818 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13); local
3826 if (tmon < 0)
3827 tmon = 0;
3828 if (tmon > 12)
3829 tmon = 12;
3830 tempdays += MAX_DAYINMONTH(tyr, tmon);

Completed in 67 milliseconds