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

/vbox/src/libs/libxml2-2.6.31/
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);

Completed in 60 milliseconds