/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | xtime.hpp | 34 struct xtime struct 60 inline ::boost::xtime get_xtime(boost::system_time const& abs_time) in get_xtime()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/ |
D | timeval_demo.cpp | 89 class xtime { class 103 explicit xtime(long sec, long usec) { in xtime() function in timeval_demo::xtime 113 explicit xtime(long long usec) in xtime() function in timeval_demo::xtime
|
D | time2_demo.cpp | 886 class xtime { class 900 explicit xtime(long sec, long usec) { in xtime() function in timeval_demo::xtime 910 explicit xtime(long long usec) in xtime() function in timeval_demo::xtime 1261 struct xtime struct 1268 xtime argument
|
/aosp_15_r20/system/extras/ext4_utils/include/ext4_utils/ |
H A D | ext4.h | 317 #define EXT4_INODE_SET_XTIME(xtime, inode, raw_inode) \ argument 323 #define EXT4_EINODE_SET_XTIME(xtime, einode, raw_inode) \ argument 330 #define EXT4_INODE_GET_XTIME(xtime, inode, raw_inode) \ argument 337 #define EXT4_EINODE_GET_XTIME(xtime, einode, raw_inode) \ argument
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | fuse2fs.c | 398 #define EXT4_INODE_SET_XTIME(xtime, timespec, raw_inode) \ argument 406 #define EXT4_EINODE_SET_XTIME(xtime, timespec, raw_inode) \ argument 415 #define EXT4_INODE_GET_XTIME(xtime, timespec, raw_inode) \ argument 425 #define EXT4_EINODE_GET_XTIME(xtime, timespec, raw_inode) \ argument
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-x509.c | 48 lws_tls_mbedtls_time_to_unix(mbedtls_x509_time *xtime) in lws_tls_mbedtls_time_to_unix()
|
/aosp_15_r20/external/e2fsprogs/debugfs/ |
H A D | util.c | 194 char *inode_time_to_string(__u32 xtime, __u32 xtime_extra) in inode_time_to_string()
|
/aosp_15_r20/external/lzma/C/ |
H A D | Aes.c | 43 #define xtime(x) ((((x) << 1) ^ (((x) & 0x80) != 0 ? 0x1B : 0)) & 0xFF) macro
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | pass1.c | 556 static int check_inode_extra_negative_epoch(__u32 xtime, __u32 extra) { in check_inode_extra_negative_epoch() 561 #define CHECK_INODE_EXTRA_NEGATIVE_EPOCH(inode, xtime) \ argument
|