Searched refs:clock_t (Results 1 – 25 of 173) sorted by relevance
1234567
/external/musl/include/sys/ |
D | times.h | 12 clock_t tms_utime; 13 clock_t tms_stime; 14 clock_t tms_cutime; 15 clock_t tms_cstime; 18 clock_t times (struct tms *);
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/ |
D | Clock.c | 116 clock_t timeDiff; in _plat__TimerRead() 141 s_tpmTime += (clock_t)adjusted; in _plat__TimerRead() 153 s_realTimePrevious = (clock_t)((int64_t)s_realTimePrevious - adjusted); in _plat__TimerRead()
|
D | PlatformData.c | 54 clock_t s_realTimePrevious; 55 clock_t s_tpmTime;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 8-1.c | 58 clock_t st_time, cur_time; in main() 79 if (cur_time == (clock_t) - 1) in main() 104 if (cur_time == (clock_t) - 1) in main()
|
/external/libcxx/include/ |
D | ctime | 28 clock_t 34 clock_t clock(); 58 using ::clock_t;
|
/external/compiler-rt/test/msan/ |
D | times.cc | 11 clock_t res = times(&t); in main() 12 assert(res != (clock_t)-1); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/ |
D | 1-1.c | 27 clock_t c1, c2; in main() 32 if (c1 == (clock_t)-1) { in main()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/include/ |
D | PlatformData.h | 55 extern clock_t s_realTimePrevious; 58 extern clock_t s_tpmTime;
|
/external/ltp/include/lapi/ |
D | common_timers.h | 18 static const clock_t clock_list[] = { 53 static inline int possibly_unsupported(clock_t clock) in possibly_unsupported()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | ctime | 27 clock_t 33 clock_t clock(); 65 using ::clock_t _LIBCPP_USING_IF_EXISTS;
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | time_h.compile.pass.cpp | 23 clock_t c = 0; 29 ASSERT_SAME_TYPE(clock_t, decltype(clock()));
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | time_h.pass.cpp | 25 clock_t c = 0; ((void)c); in main() 29 static_assert((std::is_same<decltype(clock()), clock_t>::value), ""); in main()
|
/external/strace/tests-m32/ |
D | times.c | 123 clock_t res = times(&tbuf); in main() 125 if ((clock_t) -1 == res) in main()
|
/external/strace/tests-mx32/ |
D | times.c | 123 clock_t res = times(&tbuf); in main() 125 if ((clock_t) -1 == res) in main()
|
/external/strace/tests/ |
D | times.c | 123 clock_t res = times(&tbuf); in main() 125 if ((clock_t) -1 == res) in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.runtime/ |
D | ctime.pass.cpp | 25 std::clock_t c = 0; in main() 34 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), ""); in main()
|
/external/libcxx/test/std/utilities/time/date.time/ |
D | ctime.pass.cpp | 35 std::clock_t c = 0; in main() 50 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | ctime.pass.cpp | 32 std::clock_t c = 0; in main() 44 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), ""); in main()
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc4.c | 113 clock_t start_time; /* start & stop times */ in main() 114 clock_t stop_time; in main()
|
D | sched_tc5.c | 110 clock_t start_time; /* start & stop times */ in main() 111 clock_t stop_time; in main()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 19 pub type clock_t = i32; 24 pub type clock_t = i64;
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_speed_test.cc | 66 clock_t clocks = clock(); in EncodeABlock() 80 clock_t clocks = clock(); in DecodeABlock()
|
/external/libevent/test/ |
D | test-changelist.c | 60 clock_t ticksBegin; 112 clock_t ticksEnd; in get_cpu_usage()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 7-1-buildonly.c | 13 static clock_t dummy;
|
/external/musl/src/time/ |
D | times.c | 4 clock_t times(struct tms *tms) in times()
|
1234567