Searched refs:__int64_t (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/tools/build/cross-build/include/mac/sys/
H A D_types.h47 typedef __int64_t off64_t;
/freebsd-13-stable/sys/riscv/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;
76 typedef __int64_t __segsz_
[all...]
/freebsd-13-stable/sys/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;
76 typedef __int64_t __segsz_
[all...]
/freebsd-13-stable/sys/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;
95 typedef __int64_t __int_fast64_t;
99 typedef __int64_t __int_least64_t;
101 typedef __int64_t __register_t;
102 typedef __int64_t f_register_
[all...]
/freebsd-13-stable/sys/powerpc/include/
H A D_types.h58 typedef long __int64_t; typedef
65 typedef long long __int64_t; typedef
82 typedef __int64_t __critical_t;
83 typedef __int64_t __intfptr_t;
84 typedef __int64_t __intptr_t;
90 typedef __int64_t __intmax_t;
94 typedef __int64_t __int_fast64_t;
98 typedef __int64_t __int_least64_t;
100 typedef __int64_t __ptrdiff_t; /* ptr1 - ptr2 */
101 typedef __int64_t __register_
[all...]
/freebsd-13-stable/sys/x86/include/
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_
[all...]
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;
134 __int64_t r_rs
[all...]
/freebsd-13-stable/sys/sys/
H A D_sockaddr_storage.h42 #define _SS_ALIGNSIZE (sizeof(__int64_t))
52 __int64_t __ss_align; /* force desired struct alignment */
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_stdint.h51 typedef __int64_t int64_t;
H A Dtypes.h73 typedef __int64_t quad_t;
196 typedef __int64_t sbintime_t;
263 typedef __int64_t kssize_t;
H A Devent.h88 __int64_t data; /* filter data value */
/freebsd-13-stable/lib/libc/stdtime/
H A Dtime32.c47 _time64_to_time(__int64_t t64)
56 __int64_t
59 return((__int64_t)t);
69 if (sizeof(long) == sizeof(__int64_t))
89 if (sizeof(int) == sizeof(__int64_t))
/freebsd-13-stable/include/
H A Dtimeconv.h56 time_t _time64_to_time(__int64_t t64);
57 __int64_t _time_to_time64(time_t t);
H A Dunwind.h73 __int64_t,
85 __int64_t exception_class;
H A Dstdlib.h328 __int64_t
/freebsd-13-stable/sys/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()... */
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtypes.h40 typedef __int64_t longlong_t;
/freebsd-13-stable/usr.bin/svn/lib/libapr/
H A Dapr.h378 typedef __int64_t apr_int64_t;
/freebsd-13-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c400 & ~(sizeof(__int64_t) - 1));
403 sizeof(struct sigframe32)) & ~(sizeof(__int64_t) - 1));
H A Dvm_machdep.c130 ~(sizeof(__int64_t) - 1)) - CALLFRAME_SIZ);
383 ~(sizeof(__int64_t) - 1)) - CALLFRAME_SIZ);

Completed in 131 milliseconds