Home | History | Annotate | Download | only in machine

Lines Matching refs:__int64_t

61 typedef	long long		__int64_t;
78 typedef long __int64_t;
80 typedef __int64_t __critical_t;
81 typedef __int64_t __intfptr_t;
82 typedef __int64_t __intptr_t;
83 typedef __int64_t __ptrdiff_t; /* ptr1 - ptr2 */
84 typedef __int64_t __register_t;
85 typedef __int64_t __segsz_t; /* segment size (in pages) */
87 typedef __int64_t __ssize_t; /* byte count or error */
104 typedef __int64_t __intmax_t;
108 typedef __int64_t __int_fast64_t;
112 typedef __int64_t __int_least64_t;
113 typedef __int64_t __time_t; /* time()... */
123 typedef __int64_t __vm_ooffset_t;