Home
last modified time | relevance | path

Searched defs:ts_start (Results 1 – 7 of 7) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dmmap_bench.c19 struct timespec ts_start, ts_end; in test_mmap() local
Dfutex_bench.c22 struct timespec ts_start, ts_end; in test_futex() local
/external/libvpx/libvpx/vp8/encoder/
Dlookahead.h21 int64_t ts_start; member
Dlookahead.c92 int64_t ts_start, int64_t ts_end, unsigned int flags, in vp8_lookahead_push()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h30 int64_t ts_start; member
Dvp9_lookahead.c86 int64_t ts_start, int64_t ts_end, in vp9_lookahead_push()
/external/ltp/testcases/realtime/lib/
Dlibrttest.c413 void ts_minus(struct timespec *ts_end, struct timespec *ts_start, in ts_minus()