MODULO_RANGE     3782 third_party/libxml/src/xmlschemastypes.c     r->mon = (unsigned int) MODULO_RANGE(carry, 1, 13);
MODULO_RANGE     3832 third_party/libxml/src/xmlschemastypes.c             long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13);
MODULO_RANGE     3853 third_party/libxml/src/xmlschemastypes.c         r->mon = (unsigned int) MODULO_RANGE(temp, 1, 13);
MODULO_RANGE     1490 third_party/libxslt/libexslt/date.c     r->mon = (unsigned int)MODULO_RANGE(carry, 1, 13);
MODULO_RANGE     1540 third_party/libxslt/libexslt/date.c             long tmon = (long)MODULO_RANGE((int)r->mon-1, 1, 13);
MODULO_RANGE     1561 third_party/libxslt/libexslt/date.c         r->mon = (unsigned int)MODULO_RANGE(temp, 1, 13);