/third_party/e2fsprogs/lib/blkid/ |
D | blkid_types.h | 142 typedef __S64_TYPEDEF __s64; typedef 145 typedef int __s64; 149 typedef __signed__ long long __s64; 151 typedef signed long long __s64; 155 typedef long __s64;
|
D | blkid_types.h.in | 135 typedef __S64_TYPEDEF __s64; typedef 138 typedef int __s64; 142 typedef __signed__ long long __s64; 144 typedef signed long long __s64; 148 typedef long __s64;
|
D | tst_types.c | 56 if (sizeof(__s64) != 8) { in main() 58 (int)sizeof(__s64)); in main()
|
D | blkid.h | 28 typedef __s64 blkid_loff_t;
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | ext2_types.h | 142 typedef __S64_TYPEDEF __s64; typedef 145 typedef int __s64; 149 typedef __signed__ long long __s64; 151 typedef signed long long __s64; 155 typedef long __s64;
|
D | ext2_types.h.in | 135 typedef __S64_TYPEDEF __s64; typedef 138 typedef int __s64; 142 typedef __signed__ long long __s64; 144 typedef signed long long __s64; 148 typedef long __s64;
|
D | tst_types.c | 56 if (sizeof(__s64) != 8) { in main() 58 (int)sizeof(__s64)); in main()
|
/third_party/e2fsprogs/debugfs/ |
D | util.c | 196 __s64 t = (__s32) xtime; in inode_time_to_string() 198 t += (__s64) (xtime_extra & EXT4_EPOCH_MASK) << 32; in inode_time_to_string() 206 char *time_to_string(__s64 cl) in time_to_string() 227 extern __s64 string_to_time(const char *arg) in string_to_time() 230 __s64 ret; in string_to_time() 280 ((__s64) ts.tm_year-70)*31536000 + in string_to_time() 281 (((__s64) ts.tm_year-69)/4)*86400 - in string_to_time() 282 (((__s64) ts.tm_year-1)/100)*86400 + in string_to_time() 283 (((__s64) ts.tm_year+299)/400)*86400; in string_to_time()
|
D | debugfs.h | 40 extern char *time_to_string(__s64); 41 extern __s64 string_to_time(const char *); 195 extern __s64 string_to_time(const char *arg);
|
/third_party/e2fsprogs/include/nonunix/linux/ |
D | types.h | 13 typedef signed __int64 __s64; typedef 22 typedef signed __int64 __s64; typedef
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm.h | 55 typedef int64_t __s64; typedef 887 __s64 timeout_nsec; 899 __s64 timeout_nsec; 927 __s64 sequence_ns; /* return: most recent time of first pixel out */ 1142 __s64 time_ns;
|
D | msm_drm.h | 66 __s64 tv_sec; /* seconds */ 67 __s64 tv_nsec; /* nanoseconds */
|
D | etnaviv_drm.h | 45 __s64 tv_sec; /* seconds */ 46 __s64 tv_nsec; /* nanoseconds */
|
D | sync_file.h | 31 typedef int64_t __s64; typedef
|
/third_party/libnl/include/linux-private/linux/ |
D | pkt_sched.h | 596 __s64 min_delay; /* nsec */ 597 __s64 max_delay; 600 __s64 dist_delay; /* nsec */ 601 __s64 dist_jitter; /* nsec */ 880 __s64 time_next_delayed_flow;
|
/third_party/libdrm/include/drm/ |
D | drm.h | 56 typedef int64_t __s64; typedef 749 __s64 timeout_nsec; 761 __s64 timeout_nsec; 789 __s64 sequence_ns; /* return: most recent time of first pixel out */ 994 __s64 time_ns;
|
D | msm_drm.h | 66 __s64 tv_sec; /* seconds */ 67 __s64 tv_nsec; /* nanoseconds */
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_drm.h | 45 __s64 tv_sec; /* seconds */ 46 __s64 tv_nsec; /* nanoseconds */
|
/third_party/e2fsprogs/include/mingw/linux/ |
D | types.h | 19 typedef signed __int64 __s64; typedef
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | types-compat.h | 62 typedef gint64 __s64; typedef
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | types-compat.h | 62 typedef gint64 __s64; typedef
|
/third_party/e2fsprogs/util/ |
D | android_types.h | 17 typedef __signed__ long long __s64; typedef
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 1426 __s64 lr; in allocsp_f() 1427 __s64 off; in allocsp_f() 1456 lr = ((__s64) random() << 32) + random(); in allocsp_f() 2001 __s64 lr; in freesp_f() 2002 __s64 off; in freesp_f() 2031 lr = ((__s64) random() << 32) + random(); in freesp_f() 2366 __s64 lr; in resvsp_f() 2367 __s64 off; in resvsp_f() 2396 lr = ((__s64) random() << 32) + random(); in resvsp_f() 2402 fl.l_len = (__s64) (random() % (1024 * 1024)); in resvsp_f() [all …]
|
/third_party/e2fsprogs/contrib/ |
D | fsstress.c | 1458 __s64 lr; in allocsp_f() 1459 __s64 off; in allocsp_f() 1488 lr = ((__s64) random() << 32) + random(); in allocsp_f() 2033 __s64 lr; in freesp_f() 2034 __s64 off; in freesp_f() 2063 lr = ((__s64) random() << 32) + random(); in freesp_f() 2398 __s64 lr; in resvsp_f() 2399 __s64 off; in resvsp_f() 2428 lr = ((__s64) random() << 32) + random(); in resvsp_f() 2434 fl.l_len = (__s64) (random() % (1024 * 1024)); in resvsp_f() [all …]
|
/third_party/alsa-lib/include/sound/ |
D | type_compat.h | 16 typedef int64_t __s64; typedef
|