Searched refs:MODULO_RANGE (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.c3618 #define MODULO_RANGE(a,low,high) ((MODULO((a-low),(high-low)))+low) macro
3768 r->mon = (unsigned int) MODULO_RANGE(carry, 1, 13);
3818 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13);
3839 r->mon = (unsigned int) MODULO_RANGE(temp, 1, 13);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c3621 #define MODULO_RANGE(a,low,high) ((MODULO((a-low),(high-low)))+low) macro
3771 r->mon = (unsigned int) MODULO_RANGE(carry, 1, 13);
3821 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13);
3842 r->mon = (unsigned int) MODULO_RANGE(temp, 1, 13);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemastypes.c3621 #define MODULO_RANGE(a,low,high) ((MODULO((a-low),(high-low)))+low) macro
3771 r->mon = (unsigned int) MODULO_RANGE(carry, 1, 13);
3821 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13);
3842 r->mon = (unsigned int) MODULO_RANGE(temp, 1, 13);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c3618 #define MODULO_RANGE(a,low,high) ((MODULO((a-low),(high-low)))+low) macro
3768 r->mon = (unsigned int) MODULO_RANGE(carry, 1, 13);
3818 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13);
3839 r->mon = (unsigned int) MODULO_RANGE(temp, 1, 13);

Completed in 84 milliseconds