Home
last modified time | relevance | path

Searched refs:__s64 (Results 1 – 25 of 40) sorted by relevance

12

/third_party/e2fsprogs/lib/blkid/
Dblkid_types.h142 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;
Dblkid_types.h.in135 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;
Dtst_types.c56 if (sizeof(__s64) != 8) { in main()
58 (int)sizeof(__s64)); in main()
Dblkid.h28 typedef __s64 blkid_loff_t;
/third_party/e2fsprogs/lib/ext2fs/
Dext2_types.h142 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;
Dext2_types.h.in135 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;
Dtst_types.c56 if (sizeof(__s64) != 8) { in main()
58 (int)sizeof(__s64)); in main()
/third_party/e2fsprogs/debugfs/
Dutil.c196 __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()
Ddebugfs.h40 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/
Dtypes.h13 typedef signed __int64 __s64; typedef
22 typedef signed __int64 __s64; typedef
/third_party/mesa3d/include/drm-uapi/
Ddrm.h55 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;
Dmsm_drm.h66 __s64 tv_sec; /* seconds */
67 __s64 tv_nsec; /* nanoseconds */
Detnaviv_drm.h45 __s64 tv_sec; /* seconds */
46 __s64 tv_nsec; /* nanoseconds */
Dsync_file.h31 typedef int64_t __s64; typedef
/third_party/libnl/include/linux-private/linux/
Dpkt_sched.h596 __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/
Ddrm.h56 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;
Dmsm_drm.h66 __s64 tv_sec; /* seconds */
67 __s64 tv_nsec; /* nanoseconds */
/third_party/libdrm/etnaviv/
Detnaviv_drm.h45 __s64 tv_sec; /* seconds */
46 __s64 tv_nsec; /* nanoseconds */
/third_party/e2fsprogs/include/mingw/linux/
Dtypes.h19 typedef signed __int64 __s64; typedef
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dtypes-compat.h62 typedef gint64 __s64; typedef
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dtypes-compat.h62 typedef gint64 __s64; typedef
/third_party/e2fsprogs/util/
Dandroid_types.h17 typedef __signed__ long long __s64; typedef
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c1426 __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/
Dfsstress.c1458 __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/
Dtype_compat.h16 typedef int64_t __s64; typedef

12