Searched refs:__int32_t (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_timeval32.h32 __int32_t tv_sec; /* seconds */
33 __int32_t tv_usec; /* and microseconds */
H A D_key_t.h30 typedef __int32_t key_t; /* IPC key (for Sys V IPC) */
H A D_user32_timeval.h34 __int32_t tv_usec; /* and microseconds */
H A D_user64_timeval.h34 __int32_t tv_usec; /* and microseconds */
H A D_user_timeval.h34 __int32_t tv_usec; /* and microseconds */
H A D_fd_def.h42 #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 % __DARWIN_NFDBITS))));
58 #define __DARWIN_FD_SET(n, p) do { int __fd = (n); ((p)->fds_bits[(unsigned long)__fd/__DARWIN_NFDBITS] |= ((__int32_t)(1<<((unsigned long)__fd % __DARWIN_NFDBITS)))); } while(0)
59 #define __DARWIN_FD_CLR(n, p) do { int __fd = (n); ((p)->fds_bits[(unsigned long)__fd/__DARWIN_NFDBITS] &= ~((__int32_t)(1<<((unsigned long)__fd % __DARWIN_NFDBITS)))); } while(0)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmsg.h123 __int32_t msg_first; /* RESERVED: kernel use only */
124 __int32_t msg_last; /* RESERVED: kernel use only */
131 __int32_t msg_pad1; /* RESERVED: DO NOT USE */
133 __int32_t msg_pad2; /* RESERVED: DO NOT USE */
135 __int32_t msg_pad3; /* RESERVED: DO NOT USE */
136 __int32_t msg_pad4[4]; /* RESERVED: DO NOT USE */
146 __int32_t msg_first; /* RESERVED: kernel use only */
147 __int32_t msg_last; /* RESERVED: kernel use only */
154 __int32_t msg_pad1; /* RESERVED: DO NOT USE */
156 __int32_t msg_pad
[all...]
H A Dsem.h88 __int32_t sem_base; /* 32 bit base ptr for semaphore set */
91 __int32_t sem_pad1; /* RESERVED: DO NOT USE! */
95 __int32_t sem_pad2; /* RESERVED: DO NOT USE! */
96 __int32_t sem_pad3[4]; /* RESERVED: DO NOT USE! */
106 __int32_t sem_base; /* 32 bit base ptr for semaphore set */
109 __int32_t sem_pad1; /* RESERVED: DO NOT USE! */
113 __int32_t sem_pad2; /* RESERVED: DO NOT USE! */
114 __int32_t sem_pad3[4]; /* RESERVED: DO NOT USE! */
H A D_types.h56 typedef __int32_t __darwin_blksize_t; /* preferred block size */
57 typedef __int32_t __darwin_dev_t; /* dev_t */
72 typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
74 typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
H A Dsem_internal.h65 __int32_t sem_pad1; /* RESERVED: DO NOT USE! */
69 __int32_t sem_pad2; /* RESERVED: DO NOT USE! */
70 __int32_t sem_pad3[4]; /* RESERVED: DO NOT USE! */
H A Dtypes.h137 static inline __int32_t major(__uint32_t _x)
139 return (__int32_t)(((__uint32_t)_x >> 24) & 0xff);
142 static inline __int32_t minor(__uint32_t _x)
144 return (__int32_t)((_x) & 0xffffff);
185 typedef __int32_t fd_mask;
H A Dstat.h126 __int32_t st_size; /* file size, in bytes */
130 __int32_t st_blksize; /* optimal blocksize for I/O */
131 __int32_t st_blocks; /* blocks allocated for file */
180 __int32_t st_lspare; /* RESERVED: DO NOT USE! */ \
219 __int32_t st_lspare; /* RESERVED: DO NOT USE! */
268 __int32_t st_lspare; /* RESERVED: DO NOT USE! */
301 __int32_t st_lspare; /* RESERVED: DO NOT USE! */
H A Dsocket.h1057 __int32_t scir_error; /* most recent error */
1072 __int32_t scir_error;
1086 __int32_t scir_error;
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dtime32.c25 _time32_to_time(__int32_t t32)
35 __int32_t
38 return((__int32_t)t);
77 if (sizeof(long) == sizeof(__int32_t))
97 if (sizeof(int) == sizeof(__int32_t))
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dcollate.h70 __int32_t undef_pri[COLL_WEIGHTS_MAX];
71 __int32_t subst_count[COLL_WEIGHTS_MAX];
72 __int32_t chain_count;
73 __int32_t large_pri_count;
77 __int32_t pri[COLL_WEIGHTS_MAX];
81 __int32_t pri[COLL_WEIGHTS_MAX];
84 __int32_t val;
88 __int32_t val;
98 extern __int32_t *__collate_chain_equiv_table;
/macosx-10.10/adv_cmds-158/colldef/locale/
H A Dcollate.h68 __int32_t undef_pri[COLL_WEIGHTS_MAX];
69 __int32_t subst_count[COLL_WEIGHTS_MAX];
70 __int32_t chain_count;
71 __int32_t large_pri_count;
75 __int32_t pri[COLL_WEIGHTS_MAX];
79 __int32_t pri[COLL_WEIGHTS_MAX];
82 __int32_t val;
86 __int32_t val;
96 extern __int32_t *__collate_chain_equiv_table;
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_base_types.h92 typedef __int32_t Dwarf_sfixed;
101 typedef __int32_t Dwarf_sfixed64;
H A Dlibdwarfdefs.h43 /* We want __uint32_t and __uint64_t and __int32_t __int64_t
80 typedef int __int32_t; typedef
H A Dpro_opaque.h80 typedef __int32_t Dwarf_sfixed;
/macosx-10.10/xnu-2782.1.97/bsd/i386/
H A Dtypes.h135 typedef __int32_t user32_ssize_t;
136 typedef __int32_t user32_long_t;
138 typedef __int32_t user32_time_t;
H A D_types.h44 typedef int __int32_t; typedef
/macosx-10.10/Libc-1044.1.2/gen/
H A Dutmpx-darwin.h73 __int32_t ll_time;
82 __int32_t ut_time;
H A Dnanosleep.c68 extern int __semwait_signal(int cond_sem, int mutex_sem, int timeout, int relative, __int64_t tv_sec, __int32_t tv_nsec);
71 extern int __semwait_signal_nocancel(int cond_sem, int mutex_sem, int timeout, int relative, __int64_t tv_sec, __int32_t tv_nsec);
/macosx-10.10/cxxfilt-11/cxxfilt/include/gdb/
H A Dfileio.h101 typedef __int32_t fio_int_t;
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_cancelable.c78 extern int __semwait_signal(int cond_sem, int mutex_sem, int timeout, int relative, __int64_t tv_sec, __int32_t tv_nsec);
80 extern int __semwait_signal(int cond_sem, int mutex_sem, int timeout, int relative, __int64_t tv_sec, __int32_t tv_nsec) __asm__("___semwait_signal_nocancel");

Completed in 465 milliseconds

12