Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dmathematics.c147 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b) in av_compare_ts() argument
149 int64_t a = tb_a.num * (int64_t)tb_b.den; in av_compare_ts()
150 int64_t b = tb_b.num * (int64_t)tb_a.den; in av_compare_ts()
H A Dmathematics.h176 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
/third_party/python/Lib/test/
H A Dtest_tracemalloc.py527 tb_b = traceback_filename('b.py')
533 tracemalloc.Statistic(tb_b, 66, 1),
550 tracemalloc.StatisticDiff(tb_b, 0, -66, 0, -1),
596 tb_b = traceback_filename('b.py')
605 tracemalloc.Statistic(tb_b, 98, 5),

Completed in 3 milliseconds