MODULO_RANGE 3632 third_party/libxml/src/xmlschemastypes.c #define MODULO_RANGE(a,low,high) ((MODULO((a-low),(high-low)))+low) MODULO_RANGE 1445 third_party/libxslt/libexslt/date.c #define MODULO_RANGE(a,low,high) ((MODULO((a-low),(high-low)))+low)