Home
last modified time | relevance | path

Searched defs:timespec (Results 1 – 13 of 13) sorted by relevance

/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 Dstruct_timespec.h10 struct timespec struct
12 __time_t tv_sec; /* Seconds. */
16 __syscall_slong_t tv_nsec; /* Nanoseconds. */
20 long int tv_nsec; /* Nanoseconds. */
22 long int tv_nsec; /* Nanoseconds. */
/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 Dstruct_timespec.h10 struct timespec struct
12 __time_t tv_sec; /* Seconds. */
16 __syscall_slong_t tv_nsec; /* Nanoseconds. */
20 long int tv_nsec; /* Nanoseconds. */
22 long int tv_nsec; /* Nanoseconds. */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtime.h11 struct timespec { struct
23 struct timespec it_interval;/* timer period */ argument
/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 Dtime.h10 struct timespec { struct
11 __kernel_time_t tv_sec; /* seconds */
12 long tv_nsec; /* nanoseconds */
H A Dcoda.h89 struct timespec { struct
112 struct timespec { argument
113 time_t tv_sec; /* seconds */
114 long tv_nsec; /* nanoseconds */
/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 Dtime.h10 struct timespec { struct
11 __kernel_time_t tv_sec; /* seconds */
12 long tv_nsec; /* nanoseconds */
H A Dcoda.h89 struct timespec { struct
112 struct timespec { argument
113 time_t tv_sec; /* seconds */
114 long tv_nsec; /* nanoseconds */
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dpthread.h320 struct timespec { struct
321 time_t tv_sec;
322 long tv_nsec;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/
H A Dxcam_defs.h80 #define XCAM_TIMESPEC_2_USEC(timespec) ((timespec).tv_sec*1000000LL + (timespec).tv_nsec/1000) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dlinuxver.h893 #define ktime_get_real_ts64(timespec) ktime_get_real_ts(timespec) argument
894 #define ktime_to_timespec64(timespec) ktime_to_timespec(timespec) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dlinuxver.h893 #define ktime_get_real_ts64(timespec) ktime_get_real_ts(timespec) argument
894 #define ktime_to_timespec64(timespec) ktime_to_timespec(timespec) argument
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h162 struct timespec { struct
163 long tv_sec;
164 long tv_nsec;
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h75 struct timespec { struct
80 static struct timespec current_fs_time(struct super_block *sb) in current_fs_time() argument