Searched refs:tb_b (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | mathematics.c | 147 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()
|
D | mathematics.h | 176 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
|
/third_party/python/Lib/test/ |
D | test_tracemalloc.py | 513 tb_b = traceback_filename('b.py') 519 tracemalloc.Statistic(tb_b, 66, 1), 536 tracemalloc.StatisticDiff(tb_b, 0, -66, 0, -1), 582 tb_b = traceback_filename('b.py') 591 tracemalloc.Statistic(tb_b, 98, 5),
|