Home
last modified time | relevance | path

Searched refs:__int32_t (Results 1 – 22 of 22) sorted by relevance

/NextBSD/sys/mips/include/
HD_types.h54 typedef int __int32_t; typedef
75 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 …]
/NextBSD/sys/x86/include/
HD_types.h55 typedef int __int32_t; typedef
77 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 …]
/NextBSD/sys/arm/include/
HD_types.h53 typedef int __int32_t; typedef
70 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 …]
/NextBSD/sys/powerpc/include/
HD_types.h53 typedef int __int32_t; typedef
82 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 …]
/NextBSD/sys/sparc64/include/
HD_types.h49 typedef int __int32_t; typedef
57 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;
/NextBSD/sys/arm64/include/
HD_types.h49 typedef int __int32_t; typedef
57 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;
/NextBSD/sys/riscv/include/
HD_types.h49 typedef int __int32_t; typedef
57 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;
/NextBSD/lib/libc/stdtime/
HDtime32.c25 _time32_to_time(__int32_t t32) in _time32_to_time()
35 __int32_t
38 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()
/NextBSD/include/apple/sys/_types/
HD_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 % __… 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…
HD_timeval32.h32 __int32_t tv_sec; /* seconds */
33 __int32_t tv_usec; /* and microseconds */
HD_key_t.h30 typedef __int32_t key_t; /* IPC key (for Sys V IPC) */
/NextBSD/sys/sys/
HD_types.h38 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] */
HDstat.h111 __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;
HDresource.h150 __int32_t rlim_cur; /* current (soft) limit */
151 __int32_t rlim_max; /* maximum value for rlim_cur */
HD_umtx.h51 volatile __int32_t rw_state;
HD_stdint.h44 typedef __int32_t int32_t;
/NextBSD/include/
HDtimeconv.h52 time_t _time32_to_time(__int32_t t32);
53 __int32_t _time_to_time32(time_t t);
HDpthread_workqueue.h52 extern __int32_t workq_targetconc[WORKQ_NUM_PRIOQUEUE];
/NextBSD/sys/compat/freebsd32/
HDfreebsd32.h192 __int32_t st_size;
196 __int32_t st_blksize;
197 __int32_t st_blocks;
/NextBSD/include/protocols/
HDrwhod.h45 __int32_t out_time; /* time on */
/NextBSD/contrib/gdb/include/gdb/
HDfileio.h101 typedef __int32_t fio_int_t;
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_freebsd.h33 typedef __int32_t __xregister_t;