Searched refs:tb_a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A 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()
|
H A 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/ |
H A D | test_tracemalloc.py | 526 tb_a = traceback_filename('a.py') 534 tracemalloc.Statistic(tb_a, 32, 4), 541 tracemalloc.Statistic(tb_a, 5032, 5), 548 tracemalloc.StatisticDiff(tb_a, 5032, 5000, 5, 1), 595 tb_a = traceback_filename('a.py') 606 tracemalloc.Statistic(tb_a, 32, 4),
|
Completed in 3 milliseconds