| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
| H A D | 0001-Silence-clang-warnings.patch | 65 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 D | times.h | 34 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 D | times.h | 34 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 D | vxworks.hpp | 312 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 D | ctime | 28 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 D | ctime | 28 clock_t 34 clock_t clock(); 58 using ::clock_t;
|
| /OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/demo/ |
| H A D | Main.cpp | 56 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 D | clock_t.h | 7 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 D | clock_t.h | 7 typedef __clock_t clock_t; typedef
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jiffies.h | 424 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 D | types.h | 70 typedef __kernel_clock_t clock_t; typedef
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_tcp4.c | 25 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 D | bpf_iter_tcp6.c | 25 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 D | gettime_perf.c | 39 static void test(clock_t clockid, char *clockstr, bool in_ns) in test()
|
| H A D | timerfd.c | 18 static int tclock_gettime(clock_t clockid, struct timespec *now) in tclock_gettime()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | types.h | 73 typedef __kernel_clock_t clock_t; typedef
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/ |
| H A D | stabilizer.hpp | 136 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 D | time.h | 72 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 D | time.h | 72 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 D | ctime | 60 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 D | ctime | 60 using ::clock_t;
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | whets.c | 1031 clock_t tnow; 1108 clock_t clock(void); in dtime()
|
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | dsa_priv.h | 143 int dsa_port_ageing_time(struct dsa_port *dp, clock_t ageing_clock,
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | switchdev.h | 59 clock_t ageing_time; /* BRIDGE_AGEING_TIME */
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | .treesource.o.cmd | |