Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dreg.h125 __int64_t r_r15;
126 __int64_t r_r14;
127 __int64_t r_r13;
128 __int64_t r_r12;
129 __int64_t r_r11;
130 __int64_t r_r10;
131 __int64_t r_r9;
132 __int64_t r_r8;
133 __int64_t r_rdi;
147 __int64_t r_cs;
[all …]
H A D_types.h62 typedef long __int64_t; typedef
66 typedef long long __int64_t; typedef
76 typedef __int64_t __critical_t;
81 typedef __int64_t __intfptr_t;
82 typedef __int64_t __intptr_t;
93 typedef __int64_t __intmax_t;
97 typedef __int64_t __int_fast64_t;
101 typedef __int64_t __int_least64_t;
103 typedef __int64_t __ptrdiff_t; /* ptr1 - ptr2 */
104 typedef __int64_t __register_t;
[all …]
/f-stack/freebsd/arm64/include/
H A D_types.h51 typedef long __int64_t; typedef
58 typedef __int64_t __critical_t;
63 typedef __int64_t __intfptr_t;
64 typedef __int64_t __intmax_t;
65 typedef __int64_t __intptr_t;
69 typedef __int64_t __int_fast64_t;
73 typedef __int64_t __int_least64_t;
74 typedef __int64_t __ptrdiff_t; /* ptr1 - ptr2 */
75 typedef __int64_t __register_t;
78 typedef __int64_t __ssize_t; /* byte count or error */
[all …]
/f-stack/freebsd/mips/include/
H A D_types.h59 typedef long __int64_t; typedef
66 typedef long long __int64_t; typedef
83 typedef __int64_t __critical_t;
84 typedef __int64_t __intfptr_t;
85 typedef __int64_t __intptr_t;
91 typedef __int64_t __intmax_t;
101 typedef __int64_t __register_t;
102 typedef __int64_t f_register_t;
108 typedef __int64_t __ptrdiff_t;
109 typedef __int64_t __segsz_t;
[all …]
/f-stack/tools/compat/include/sys/
H A D_types.h39 typedef __int64_t __blkcnt_t; /* file block count */
48 typedef __int64_t __off_t; /* file offset */
49 typedef __int64_t __off64_t; /* file offset (alias) */
85 typedef __int64_t sbintime_t;
88 typedef __int64_t __vm_ooffset_t;
108 typedef __int64_t __segsz_t; /* segment size (in pages) */
123 typedef __int64_t kssize_t;
H A D_sockaddr_storage.h40 #define _SS_ALIGNSIZE (sizeof(__int64_t))
50 __int64_t __ss_align; /* force desired struct alignment */
/f-stack/freebsd/sys/
H A D_types.h41 typedef __int64_t __blkcnt_t; /* file block count */
47 typedef __int64_t __id_t; /* can hold a gid_t, pid_t, or uid_t */
55 typedef __int64_t __off_t; /* file offset */
56 typedef __int64_t __off64_t; /* file offset (alias) */
58 typedef __int64_t __rlim_t; /* resource limit - intentionally */
71 typedef __int64_t __daddr_t; /* bwrite(3), FIOBMAP2, etc */
123 __int64_t _mbstateL; /* for alignment */
H A D_sockaddr_storage.h42 #define _SS_ALIGNSIZE (sizeof(__int64_t))
52 __int64_t __ss_align; /* force desired struct alignment */
H A Dtypes.h73 typedef __int64_t quad_t;
196 typedef __int64_t sbintime_t;
263 typedef __int64_t kssize_t;
H A D_stdint.h51 typedef __int64_t int64_t;
H A Devent.h88 __int64_t data; /* filter data value */
/f-stack/tools/compat/
H A Dtime32.c49 _time64_to_time(__int64_t t64) in _time64_to_time()
58 __int64_t
61 return((__int64_t)t); in _time_to_time64()
71 if (sizeof(long) == sizeof(__int64_t)) in _time_to_long()
91 if (sizeof(int) == sizeof(__int64_t)) in _time_to_int()
/f-stack/freebsd/arm/include/
H A D_types.h61 typedef long long __int64_t; typedef
78 typedef __int64_t __intmax_t;
83 typedef __int64_t __int_fast64_t;
87 typedef __int64_t __int_least64_t;
93 typedef __int64_t __time_t; /* time()... */
/f-stack/tools/compat/include/
H A Dtimeconv.h54 time_t _time64_to_time(__int64_t t64);
55 __int64_t _time_to_time64(time_t t);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtypes.h40 typedef __int64_t longlong_t;
/f-stack/lib/
H A Dff_event.h90 __int64_t data; /* filter data value */
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c400 & ~(sizeof(__int64_t) - 1)); in freebsd32_sendsig()
403 sizeof(struct sigframe32)) & ~(sizeof(__int64_t) - 1)); in freebsd32_sendsig()
H A Dvm_machdep.c130 ~(sizeof(__int64_t) - 1)) - CALLFRAME_SIZ); in cpu_fork()
383 ~(sizeof(__int64_t) - 1)) - CALLFRAME_SIZ); in cpu_copy_thread()
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi658 …<typedef-decl name='__int64_t' type-id='type-id-13' filepath='/usr/include/bits/types.h' line='44'…