| /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 | time.h | 66 extern int gettimeofday (struct timeval *__restrict __tv, 75 extern int settimeofday (const struct timeval *__tv, 83 extern int adjtime (const struct timeval *__delta, 84 struct timeval *__olddelta) __THROW; 108 struct timeval it_interval; 110 struct timeval it_value; 136 extern int utimes (const char *__file, const struct timeval __tvp[2]) 141 extern int lutimes (const char *__file, const struct timeval __tvp[2]) 145 extern int futimes (int __fd, const struct timeval __tvp[2]) __THROW; 153 const struct timeval __tvp[2]) __THROW;
|
| H A D | procfs.h | 73 struct timeval pr_utime; /* User time. */ 74 struct timeval pr_stime; /* System time. */ 75 struct timeval pr_cutime; /* Cumulative user time. */ 76 struct timeval pr_cstime; /* Cumulative system time. */
|
| /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 | time.h | 66 extern int gettimeofday (struct timeval *__restrict __tv, 75 extern int settimeofday (const struct timeval *__tv, 83 extern int adjtime (const struct timeval *__delta, 84 struct timeval *__olddelta) __THROW; 108 struct timeval it_interval; 110 struct timeval it_value; 136 extern int utimes (const char *__file, const struct timeval __tvp[2]) 141 extern int lutimes (const char *__file, const struct timeval __tvp[2]) 145 extern int futimes (int __fd, const struct timeval __tvp[2]) __THROW; 153 const struct timeval __tvp[2]) __THROW;
|
| H A D | procfs.h | 73 struct timeval pr_utime; /* User time. */ 74 struct timeval pr_stime; /* System time. */ 75 struct timeval pr_cutime; /* Cumulative user time. */ 76 struct timeval pr_cstime; /* Cumulative system time. */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0008-resolve-restrict-keyword-conflict.patch | 21 @@ -93,20 +93,20 @@ struct timeval 25 - (struct timeval *restrict, void *restrict) 26 + (struct timeval *__restrict, void *__restrict) 29 - (struct timeval *restrict, void *restrict)); 30 + (struct timeval *__restrict, void *__restrict)); 34 - (struct timeval *restrict, void *restrict) 35 + (struct timeval *__restrict, void *__restrict) 41 - (struct timeval *restrict, void *restrict)); 42 + (struct timeval *__restrict, void *__restrict));
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_obj_debug.h | 32 static struct timeval last_sys_time; \ 33 static struct timeval first_sys_time; \ 42 struct timeval cur_sys_time; \ 58 static struct timeval name##_start_time; \ 59 static struct timeval name##_end_time; \ 77 struct timeval _profiling_start_time; \ 90 struct timeval profiling_now; \
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | xserver_poll.c | 148 static struct timeval *map_timeout in map_timeout() 149 (int poll_timeout, struct timeval *pSelTimeout) in map_timeout() 151 struct timeval *pResult; in map_timeout() 168 assert (pSelTimeout != (struct timeval *) NULL); in map_timeout() 176 pResult = (struct timeval *) NULL; in map_timeout() 245 struct timeval stime; /* select() timeout value */ in xserver_poll() 248 struct timeval *pTimeout; /* actually passed */ in xserver_poll()
|
| /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/linux/ |
| H A D | elfcore.h | 54 struct timeval pr_utime; /* User time */ 55 struct timeval pr_stime; /* System time */ 56 struct timeval pr_cutime; /* Cumulative user time */ 57 struct timeval pr_cstime; /* Cumulative system time */
|
| H A D | time.h | 16 struct timeval { struct 41 struct timeval it_interval; /* timer interval */ argument 42 struct timeval it_value; /* current value */
|
| /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/linux/ |
| H A D | elfcore.h | 54 struct timeval pr_utime; /* User time */ 55 struct timeval pr_stime; /* System time */ 56 struct timeval pr_cutime; /* Cumulative user time */ 57 struct timeval pr_cstime; /* Cumulative system time */
|
| H A D | time.h | 16 struct timeval { struct 41 struct timeval it_interval; /* timer interval */ argument 42 struct timeval it_value; /* current value */
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | fsl_i2c.c | 212 unsigned long long timeval = 0; in fsl_i2c_fixup() local 225 timeval = get_ticks(); in fsl_i2c_fixup() 227 if ((get_ticks() - timeval) > timeout) in fsl_i2c_fixup() 241 timeval = get_ticks(); in fsl_i2c_fixup() 243 if ((get_ticks() - timeval) > timeout) in fsl_i2c_fixup() 260 unsigned long long timeval; in __i2c_init() local 276 timeval = get_ticks(); in __i2c_init() 278 if ((get_ticks() - timeval) < timeout) in __i2c_init() 292 unsigned long long timeval = get_ticks(); in i2c_wait4bus() local 296 if ((get_ticks() - timeval) > timeout) in i2c_wait4bus() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/af/ |
| H A D | rk_aiq_types_af_algo.h | 59 struct timeval focus_starttim; 60 struct timeval focus_endtim; 61 struct timeval zoom_starttim; 62 struct timeval zoom_endtim; 129 struct timeval focus_starttim; 130 struct timeval focus_endtim; 131 struct timeval zoom_starttim; 132 struct timeval zoom_endtim;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_vsyscall.c | 57 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz); 161 static inline long sys_gtod(struct timeval *tv, struct timezone *tz) in sys_gtod() 193 static double tv_diff(const struct timeval *a, const struct timeval *b) in tv_diff() 199 static int check_gtod(const struct timeval *tv_sys1, in check_gtod() 200 const struct timeval *tv_sys2, in check_gtod() 203 const struct timeval *tv_other, in check_gtod() 230 struct timeval tv_sys1, tv_sys2, tv_vdso, tv_vsys; in test_gtod()
|
| H A D | test_vdso.c | 39 typedef long (*vgtod_t)(struct timeval *tv, struct timezone *tz); 129 static inline int sys_gettimeofday(struct timeval *tv, struct timezone *tz) in sys_gettimeofday() 194 static bool tv_leq(const struct timeval *a, const struct timeval *b) in tv_leq() 280 struct timeval start, vdso, end; in test_gettimeofday()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | time.h | 17 struct timeval { struct 28 struct timeval it_interval;/* timer interval */ argument 29 struct timeval it_value; /* current value */
|
| /OK3568_Linux_fs/app/lvgl_demo/sys/ |
| H A D | timestamp.c | 9 struct timeval tv; in clock_ms() 16 struct timeval tv; in clock_us() 24 struct timeval t; in timestamp()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | timestamping.c | 120 struct timeval now; in sendpacket() 141 struct timeval tv; in printpacket() 143 struct timeval now; in printpacket() 162 struct timeval *stamp = in printpacket() 163 (struct timeval *)CMSG_DATA(cmsg); in printpacket() 315 struct timeval next; in main() 465 struct timeval now; in main() 466 struct timeval delta; in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 62 static int check_diff(struct timeval start, struct timeval end) in check_diff() 80 struct timeval start, end; in check_itimer() 142 struct timeval start, end; in check_timer_create()
|
| /OK3568_Linux_fs/buildroot/package/tesseract-ocr/ |
| H A D | 0001-Fix-timeval-structure-build-failure.patch | 4 Subject: [PATCH] Fix timeval structure build failure 6 timeval structure definition requires <sys/time.h> to be included 23 #include <winsock2.h> // for timeval
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/tesseract/tesseract/ |
| H A D | 0001-include-sys-time.h.patch | 6 This provides missing definitions of timeval stuct 10 incomplete type 'struct timeval' 30 #include <winsock2.h> // for timeval
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxstat.c | 80 usec(struct timeval *stop, struct timeval *start) in usec() 154 struct timeval *stop, struct timeval *start, unsigned long pending) in dmxStatSync()
|
| H A D | dmxstat.h | 52 struct timeval *stop, struct timeval *start,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libevent/libevent/ |
| H A D | 0002-test-regress.h-Increase-default-timeval-tolerance-50.patch | 4 Subject: [PATCH] test/regress.h: Increase default timeval tolerance 50 ms -> 32 long timeval_msec_diff(const struct timeval *start, const struct timeval *end);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/ |
| H A D | xcam_defs.h | 81 #define XCAM_TIMEVAL_2_USEC(timeval) ((timeval).tv_sec*1000000LL + (timeval).tv_usec) argument
|