AV_READ_TIME 83 libavutil/random_seed.c #ifdef AV_READ_TIME AV_READ_TIME 84 libavutil/random_seed.c buffer[13] ^= AV_READ_TIME(); AV_READ_TIME 85 libavutil/random_seed.c buffer[41] ^= AV_READ_TIME()>>32; AV_READ_TIME 109 libavutil/random_seed.c #ifdef AV_READ_TIME AV_READ_TIME 110 libavutil/random_seed.c buffer[111] += AV_READ_TIME(); AV_READ_TIME 61 libavutil/timer.h #if !defined(AV_READ_TIME) AV_READ_TIME 128 libavutil/timer.h #elif defined(AV_READ_TIME) AV_READ_TIME 131 libavutil/timer.h uint64_t tstart = AV_READ_TIME(); \ AV_READ_TIME 134 libavutil/timer.h tend = AV_READ_TIME(); \ AV_READ_TIME 632 tests/checkasm/checkasm.c #ifdef AV_READ_TIME AV_READ_TIME 217 tests/checkasm/checkasm.h #if defined(AV_READ_TIME) || CONFIG_LINUX_PERF AV_READ_TIME 229 tests/checkasm/checkasm.h #define PERF_START(t) t = AV_READ_TIME() AV_READ_TIME 230 tests/checkasm/checkasm.h #define PERF_STOP(t) t = AV_READ_TIME() - t AV_READ_TIME 37 tools/crypto_bench.c #ifndef AV_READ_TIME AV_READ_TIME 603 tools/crypto_bench.c t0 = AV_READ_TIME(); AV_READ_TIME 605 tools/crypto_bench.c t1 = AV_READ_TIME(); AV_READ_TIME 34 tools/probetest.c #ifndef AV_READ_TIME AV_READ_TIME 51 tools/probetest.c int64_t start = AV_READ_TIME(); AV_READ_TIME 53 tools/probetest.c time_array[i] += AV_READ_TIME() - start; AV_READ_TIME 199 tools/probetest.c if(AV_READ_TIME())