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

/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c1445 #define MODULO_RANGE(a,low,high) ((MODULO((a-low),(high-low)))+low) macro
1490 r->mon = (unsigned int)MODULO_RANGE(carry, 1, 13);
1540 long tmon = (long)MODULO_RANGE((int)r->mon-1, 1, 13);
1561 r->mon = (unsigned int)MODULO_RANGE(temp, 1, 13);
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c3632 #define MODULO_RANGE(a,low,high) ((MODULO((a-low),(high-low)))+low) macro
3782 r->mon = (unsigned int) MODULO_RANGE(carry, 1, 13);
3832 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13);
3853 r->mon = (unsigned int) MODULO_RANGE(temp, 1, 13);
/external/libxml2/
H A Dxmlschemastypes.c3639 #define MODULO_RANGE(a,low,high) ((MODULO((a-low),(high-low)))+low) macro
3789 r->mon = (unsigned int) MODULO_RANGE(carry, 1, 13);
3839 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13);
3860 r->mon = (unsigned int) MODULO_RANGE(temp, 1, 13);

Completed in 69 milliseconds