Searched refs:__int32_t (Results 1 – 22 of 22) sorted by relevance
54 typedef int __int32_t; typedef75 typedef __int32_t __clock_t; /* clock()... */83 typedef __int32_t __critical_t;84 typedef __int32_t __intfptr_t;85 typedef __int32_t __intptr_t;88 typedef __int32_t __int_fast8_t;89 typedef __int32_t __int_fast16_t;90 typedef __int32_t __int_fast32_t;94 typedef __int32_t __int_least32_t;100 typedef __int32_t __register_t;[all …]
55 typedef int __int32_t; typedef77 typedef __int32_t __clock_t; /* clock()... */85 typedef __int32_t __critical_t;88 typedef __int32_t __intfptr_t;89 typedef __int32_t __intptr_t;92 typedef __int32_t __int_fast8_t;93 typedef __int32_t __int_fast16_t;94 typedef __int32_t __int_fast32_t;98 typedef __int32_t __int_least32_t;110 typedef __int32_t __ptrdiff_t;[all …]
53 typedef int __int32_t; typedef70 typedef __int32_t __critical_t;73 typedef __int32_t __intfptr_t;75 typedef __int32_t __intptr_t;76 typedef __int32_t __int_fast8_t;77 typedef __int32_t __int_fast16_t;78 typedef __int32_t __int_fast32_t;82 typedef __int32_t __int_least32_t;84 typedef __int32_t __ptrdiff_t; /* ptr1 - ptr2 */85 typedef __int32_t __register_t;[all …]
53 typedef int __int32_t; typedef82 typedef __int32_t __critical_t;83 typedef __int32_t __intfptr_t;84 typedef __int32_t __intptr_t;87 typedef __int32_t __int_fast8_t;88 typedef __int32_t __int_fast16_t;89 typedef __int32_t __int_fast32_t;93 typedef __int32_t __int_least32_t;105 typedef __int32_t __ptrdiff_t; /* ptr1 - ptr2 */106 typedef __int32_t __register_t;[all …]
49 typedef int __int32_t; typedef57 typedef __int32_t __clock_t; /* clock()... */64 typedef __int32_t __int_fast8_t;65 typedef __int32_t __int_fast16_t;66 typedef __int32_t __int_fast32_t;70 typedef __int32_t __int_least32_t;
25 _time32_to_time(__int32_t t32) in _time32_to_time()35 __int32_t38 return((__int32_t)t); in _time_to_time32()77 if (sizeof(long) == sizeof(__int32_t)) in _long_to_time()97 if (sizeof(int) == sizeof(__int32_t)) in _int_to_time()
42 #define __DARWIN_NFDBITS (sizeof(__int32_t) * __DARWIN_NBBY) /* bits per mask */47 __int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)];55 …return (_p->fds_bits[(unsigned long)_n/__DARWIN_NFDBITS] & ((__int32_t)(1<<((unsigned long)_n % __… in __darwin_fd_isset()58 …t __fd = (n); ((p)->fds_bits[(unsigned long)__fd/__DARWIN_NFDBITS] |= ((__int32_t)(1<<((unsigned l…59 … __fd = (n); ((p)->fds_bits[(unsigned long)__fd/__DARWIN_NFDBITS] &= ~((__int32_t)(1<<((unsigned l…
32 __int32_t tv_sec; /* seconds */33 __int32_t tv_usec; /* and microseconds */
30 typedef __int32_t key_t; /* IPC key (for Sys V IPC) */
38 typedef __int32_t __blksize_t; /* file block size */40 typedef __int32_t __clockid_t; /* clock_gettime()... */48 typedef __int32_t __lwpid_t; /* Thread ID (a.k.a. LWP) */54 typedef __int32_t __pid_t; /* process [group] */
111 __int32_t st_size; /* file size, in bytes */115 __int32_t st_blksize; /* optimal blocksize for I/O */116 __int32_t st_blocks; /* blocks allocated for file */138 __int32_t st_lspare;
150 __int32_t rlim_cur; /* current (soft) limit */151 __int32_t rlim_max; /* maximum value for rlim_cur */
51 volatile __int32_t rw_state;
44 typedef __int32_t int32_t;
52 time_t _time32_to_time(__int32_t t32);53 __int32_t _time_to_time32(time_t t);
52 extern __int32_t workq_targetconc[WORKQ_NUM_PRIOQUEUE];
192 __int32_t st_size;196 __int32_t st_blksize;197 __int32_t st_blocks;
45 __int32_t out_time; /* time on */
101 typedef __int32_t fio_int_t;
33 typedef __int32_t __xregister_t;