Home
last modified time | relevance | path

Searched refs:__int64_t (Results 1 – 20 of 20) sorted by relevance

/dragonfly/sys/cpu/x86_64/include/
H A Dstdint.h62 typedef long __int64_t; typedef
66 typedef long long __int64_t; typedef
88 typedef __int64_t __intmax_t;
98 typedef __int64_t __int_fast64_t;
102 typedef __int64_t __int_least64_t;
122 typedef __int64_t __off_t; /* file offset or size */
140 typedef __int64_t __rlim_t;
H A Dtypes.h44 typedef __int64_t vm_ooffset_t; /* VM object bounded offset */
H A Dwchar.h76 __int64_t __mbstateL; /* for alignment */
/dragonfly/lib/libc/stdtime/
H A Dtime32.c46 _time64_to_time(__int64_t t64) in _time64_to_time()
55 __int64_t
58 return((__int64_t)t); in _time_to_time64()
68 if (sizeof(long) == sizeof(__int64_t)) in _time_to_long()
88 if (sizeof(int) == sizeof(__int64_t)) in _time_to_int()
/dragonfly/sys/sys/
H A Dtypes.h64 typedef __int64_t quad_t;
67 typedef __int64_t sbintime_t; /* 64-bit global ticks since boot */
70 typedef __int64_t blkcnt_t; /* file block count */
74 typedef __int64_t blksize_t; /* block size */
100 typedef __int64_t id_t; /* general id, can hold gid/pid/uid_t */
H A Dstat.h51 typedef __int64_t blkcnt_t; /* file block count */
56 typedef __int64_t blksize_t; /* block size */
119 __int64_t st_qspare2;
H A Dsysmsg.h66 __int64_t result64; /* 64 bit result */
H A Dstdint.h67 typedef __int64_t int64_t;
H A Dsocket.h265 #define _SS_ALIGNSIZE (sizeof(__int64_t))
274 __int64_t __ss_align; /* force desired structure storage alignment */
H A Dresource.h43 typedef __int64_t id_t; /* general id, can hold gid/pid/uid_t */
H A D_malloc.h142 __int64_t calls; /* allocations counter (total) */
H A Dwait.h98 typedef __int64_t id_t; /* general id, can hold gid/pid/uid_t */
H A Dmsgport.h53 __int64_t ms_result64; /* 64 bit result */
/dragonfly/include/
H A Dtimeconv.h54 __int64_t _time_to_time64(time_t);
56 time_t _time64_to_time(__int64_t);
H A Dstdint.h35 typedef __int64_t int64_t;
H A Dstdlib.h326 __int64_t
/dragonfly/test/stress/fsstress/
H A Dfsstress.c1373 __int64_t lr; in allocsp_f()
1528 __int64_t total; in bulkstat_f()
1724 __int64_t align; in dread_f()
1731 __int64_t lr; in dread_f()
1822 __int64_t lr; in dwrite_f()
1936 __int64_t lr; in freesp_f()
2170 __int64_t lr; in read_f()
2309 __int64_t lr; in resvsp_f()
2462 __int64_t lr; in truncate_f()
2527 __int64_t lr; in unresvsp_f()
[all …]
/dragonfly/usr.sbin/makefs/
H A Dffs.h111 typedef __int64_t makefs_daddr_t; /* XXX swildner: ours is 32 bits?! */
/dragonfly/contrib/gdb-7/include/gdb/
H A Dfileio.h101 typedef __int64_t fio_long_t;
/dragonfly/sys/dev/virtual/amazon/ena/
H A Dena.h59 #define SBT_1S ((__int64_t)1 << 32) /* XXX this should not be needed */