Home
last modified time | relevance | path

Searched refs:end (Results 1 – 3 of 3) sorted by relevance

/optee_test-3.20.0/host/xtest/
A Dhash_perf.c223 static uint64_t timespec_diff_ns(struct timespec *start, struct timespec *end) in timespec_diff_ns() argument
227 if (end->tv_nsec < start->tv_nsec) { in timespec_diff_ns()
228 ns += 1000000000 * (end->tv_sec - start->tv_sec - 1); in timespec_diff_ns()
229 ns += 1000000000 - start->tv_nsec + end->tv_nsec; in timespec_diff_ns()
231 ns += 1000000000 * (end->tv_sec - start->tv_sec); in timespec_diff_ns()
232 ns += end->tv_nsec - start->tv_nsec; in timespec_diff_ns()
A Daes_perf.c350 static uint64_t timespec_diff_ns(struct timespec *start, struct timespec *end) in timespec_diff_ns() argument
352 return timespec_to_ns(end) - timespec_to_ns(start); in timespec_diff_ns()
/optee_test-3.20.0/host/xtest/gp/patches/
A D0002-TTAs-add-files-needed-to-compile.patch770 \ No newline at end of file
843 \ No newline at end of file
917 \ No newline at end of file

Completed in 8 milliseconds