Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/arm/
H A Dtypes.h129 typedef __int64_t user64_ssize_t;
130 typedef __int64_t user64_long_t;
132 typedef __int64_t user64_time_t;
133 typedef __int64_t user64_off_t;
149 typedef __int64_t user32_off_t __attribute__((aligned(4)));
151 typedef __int64_t user32_off_t;
H A D_types.h47 typedef long long __int64_t; typedef
/xnu-11215.81.4/bsd/i386/
H A Dtypes.h138 typedef __int64_t user64_ssize_t __attribute__((aligned(8)));
139 typedef __int64_t user64_long_t __attribute__((aligned(8)));
141 typedef __int64_t user64_time_t __attribute__((aligned(8)));
142 typedef __int64_t user64_off_t __attribute__((aligned(8)));
150 typedef __int64_t user32_off_t __attribute__((aligned(4)));
H A D_types.h71 typedef long long __int64_t; typedef
/xnu-11215.81.4/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-11215.81.4/bsd/sys/
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 D_types.h78 typedef __int64_t __darwin_blkcnt_t; /* total blocks */
94 typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
H A Dsocket.h481 #define _SS_ALIGNSIZE (sizeof(__int64_t))
495 __int64_t __ss_align; /* force structure storage alignment */