av_compare_mod   1518 libavformat/hls.c     return av_compare_mod(scaled_ts_a, scaled_ts_b, 1LL << 33);
av_compare_mod   1496 libavformat/utils.c                         (av_compare_mod(next_pkt->dts, pktl->pkt.dts, 2LL << (wrap_bits - 1)) < 0)) {
av_compare_mod   1497 libavformat/utils.c                         if (av_compare_mod(pktl->pkt.pts, pktl->pkt.dts, 2LL << (wrap_bits - 1))) {
av_compare_mod    133 libavutil/mathematics.h int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod);