Home
last modified time | relevance | path

Searched refs:clock_t (Results 1 – 25 of 112) sorted by relevance

12345

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Silence-clang-warnings.patch65 const std::clock_t timestamp1 = std::clock();
70 const std::clock_t timestamp2 = std::clock();
75 const std::clock_t timestamp3 = std::clock();
76 const std::clock_t time_fast = timestamp2 - timestamp1;
83 const std::clock_t timestamp1 = std::clock();
88 const std::clock_t timestamp2 = std::clock();
93 const std::clock_t timestamp3 = std::clock();
94 const std::clock_t time_fast = timestamp2 - timestamp1;
101 const std::clock_t timestamp1 = std::clock();
106 const std::clock_t timestamp2 = std::clock();
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dtimes.h34 clock_t tms_utime; /* User CPU time. */
35 clock_t tms_stime; /* System CPU time. */
37 clock_t tms_cutime; /* User CPU time of dead children. */
38 clock_t tms_cstime; /* System CPU time of dead children. */
46 extern clock_t times (struct tms *__buffer) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dtimes.h34 clock_t tms_utime; /* User CPU time. */
35 clock_t tms_stime; /* System CPU time. */
37 clock_t tms_cutime; /* User CPU time of dead children. */
38 clock_t tms_cstime; /* System CPU time of dead children. */
46 extern clock_t times (struct tms *__buffer) __THROW;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/platform/
H A Dvxworks.hpp312 clock_t tms_utime; // User CPU time
313 clock_t tms_stime; // System CPU time
314 clock_t tms_cutime; // User CPU time of terminated child processes
315 clock_t tms_cstime; // System CPU time of terminated child processes
318 inline clock_t times(struct tms *t){ in times()
321 clock_t ticks(static_cast<clock_t>(static_cast<double>(ts.tv_sec) * CLOCKS_PER_SEC + in times()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dctime28 clock_t
34 clock_t clock();
58 using ::clock_t;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dctime28 clock_t
34 clock_t clock();
58 using ::clock_t;
/OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/demo/
H A DMain.cpp56 clock_t startTime, endTime; in test_cmd()
187 clock_t startTime, endTime; in test_aec()
289 clock_t startTime, endTime; in test_agc()
359 clock_t startTime, endTime; in test_sed()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dclock_t.h7 typedef __clock_t clock_t; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dclock_t.h7 typedef __clock_t clock_t; typedef
/OK3568_Linux_fs/kernel/include/linux/
H A Djiffies.h424 extern clock_t jiffies_to_clock_t(unsigned long x);
425 static inline clock_t jiffies_delta_to_clock_t(long delta) in jiffies_delta_to_clock_t()
H A Dtypes.h70 typedef __kernel_clock_t clock_t; typedef
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c25 static clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t()
42 static clock_t jiffies_delta_to_clock_t(long delta) in jiffies_delta_to_clock_t()
H A Dbpf_iter_tcp6.c25 static clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t()
42 static clock_t jiffies_delta_to_clock_t(long delta) in jiffies_delta_to_clock_t()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dgettime_perf.c39 static void test(clock_t clockid, char *clockstr, bool in_ns) in test()
H A Dtimerfd.c18 static int tclock_gettime(clock_t clockid, struct timespec *now) in tclock_gettime()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dtypes.h73 typedef __kernel_clock_t clock_t; typedef
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dstabilizer.hpp136 clock_t processingStartTime_;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dtime.h72 extern clock_t clock (void) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dtime.h72 extern clock_t clock (void) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dctime60 using ::clock_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dctime60 using ::clock_t;
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dwhets.c1031 clock_t tnow;
1108 clock_t clock(void); in dtime()
/OK3568_Linux_fs/kernel/net/dsa/
H A Ddsa_priv.h143 int dsa_port_ageing_time(struct dsa_port *dp, clock_t ageing_clock,
/OK3568_Linux_fs/kernel/include/net/
H A Dswitchdev.h59 clock_t ageing_time; /* BRIDGE_AGEING_TIME */
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A D.treesource.o.cmd

12345