Searched refs:tb_a (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 | 512 tb_a = traceback_filename('a.py') 520 tracemalloc.Statistic(tb_a, 32, 4), 527 tracemalloc.Statistic(tb_a, 5032, 5), 534 tracemalloc.StatisticDiff(tb_a, 5032, 5000, 5, 1), 581 tb_a = traceback_filename('a.py') 592 tracemalloc.Statistic(tb_a, 32, 4),
|