Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/arm/
H A Dtypes.h122 typedef __int64_t user64_ssize_t;
123 typedef __int64_t user64_long_t;
125 typedef __int64_t user64_time_t;
126 typedef __int64_t user64_off_t;
142 typedef __int64_t user32_off_t __attribute__((aligned(4)));
144 typedef __int64_t user32_off_t;
H A D_types.h24 typedef long long __int64_t; typedef
/xnu-10002.1.13/bsd/i386/
H A Dtypes.h130 typedef __int64_t user64_ssize_t __attribute__((aligned(8)));
131 typedef __int64_t user64_long_t __attribute__((aligned(8)));
133 typedef __int64_t user64_time_t __attribute__((aligned(8)));
134 typedef __int64_t user64_off_t __attribute__((aligned(8)));
142 typedef __int64_t user32_off_t __attribute__((aligned(4)));
H A D_types.h48 typedef long long __int64_t; typedef
/xnu-10002.1.13/bsd/sys/_types/
H A D_timeval64.h35 __int64_t tv_sec; /* seconds */
36 __int64_t tv_usec; /* and microseconds */
H A D_user64_ntptimeval.h37 __int64_t time_state;
/xnu-10002.1.13/bsd/sys/
H A D_types.h56 typedef __int64_t __darwin_blkcnt_t; /* total blocks */
72 typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
H A Dstat.h181 __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! */ \
220 __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! */
269 __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! */
302 __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! */
338 __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! */
370 __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! */
H A Dsocket.h675 #define _SS_ALIGNSIZE (sizeof(__int64_t))
689 __int64_t __ss_align; /* force structure storage alignment */