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

/freebsd-11-stable/sys/arm/include/
H A D_types.h53 typedef int __int32_t; typedef
70 typedef __int32_t __critical_t;
75 typedef __int32_t __intfptr_t;
77 typedef __int32_t __intptr_t;
78 typedef __int32_t __int_fast8_t;
79 typedef __int32_t __int_fast16_t;
80 typedef __int32_t __int_fast32_t;
84 typedef __int32_t __int_least32_t;
86 typedef __int32_t __ptrdiff_t; /* ptr1 - ptr2 */
87 typedef __int32_t __register_
[all...]
/freebsd-11-stable/sys/mips/include/
H A D_types.h54 typedef int __int32_t; typedef
75 typedef __int32_t __clock_t; /* clock()... */
85 typedef __int32_t __critical_t;
86 typedef __int32_t __intfptr_t;
87 typedef __int32_t __intptr_t;
90 typedef __int32_t __int_fast8_t;
91 typedef __int32_t __int_fast16_t;
92 typedef __int32_t __int_fast32_t;
96 typedef __int32_t __int_least32_t;
102 typedef __int32_t __register_
[all...]
/freebsd-11-stable/sys/x86/include/
H A D_types.h57 typedef int __int32_t; typedef
79 typedef __int32_t __clock_t; /* clock()... */
89 typedef __int32_t __critical_t;
94 typedef __int32_t __intfptr_t;
95 typedef __int32_t __intptr_t;
98 typedef __int32_t __int_fast8_t;
99 typedef __int32_t __int_fast16_t;
100 typedef __int32_t __int_fast32_t;
104 typedef __int32_t __int_least32_t;
116 typedef __int32_t __ptrdiff_
[all...]
/freebsd-11-stable/sys/powerpc/include/
H A D_types.h53 typedef int __int32_t; typedef
84 typedef __int32_t __critical_t;
85 typedef __int32_t __intfptr_t;
86 typedef __int32_t __intptr_t;
89 typedef __int32_t __int_fast8_t;
90 typedef __int32_t __int_fast16_t;
91 typedef __int32_t __int_fast32_t;
95 typedef __int32_t __int_least32_t;
107 typedef __int32_t __ptrdiff_t; /* ptr1 - ptr2 */
108 typedef __int32_t __register_
[all...]
/freebsd-11-stable/lib/libc/stdtime/
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))
/freebsd-11-stable/include/
H A Dtimeconv.h52 time_t _time32_to_time(__int32_t t32);
53 __int32_t _time_to_time32(time_t t);
/freebsd-11-stable/sys/arm64/include/
H A D_types.h49 typedef int __int32_t; typedef
57 typedef __int32_t __clock_t; /* clock()... */
66 typedef __int32_t __int_fast8_t;
67 typedef __int32_t __int_fast16_t;
68 typedef __int32_t __int_fast32_t;
72 typedef __int32_t __int_least32_t;
/freebsd-11-stable/sys/riscv/include/
H A D_types.h49 typedef int __int32_t; typedef
57 typedef __int32_t __clock_t; /* clock()... */
66 typedef __int32_t __int_fast8_t;
67 typedef __int32_t __int_fast16_t;
68 typedef __int32_t __int_fast32_t;
72 typedef __int32_t __int_least32_t;
/freebsd-11-stable/sys/sparc64/include/
H A D_types.h49 typedef int __int32_t; typedef
57 typedef __int32_t __clock_t; /* clock()... */
66 typedef __int32_t __int_fast8_t;
67 typedef __int32_t __int_fast16_t;
68 typedef __int32_t __int_fast32_t;
72 typedef __int32_t __int_least32_t;
/freebsd-11-stable/include/protocols/
H A Drwhod.h45 __int32_t out_time; /* time on */
/freebsd-11-stable/sys/sys/
H A D_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) */
55 typedef __int32_t __pid_t; /* process [group] */
H A D_stdint.h44 typedef __int32_t int32_t;
H A Dresource.h157 __int32_t rlim_cur; /* current (soft) limit */
158 __int32_t rlim_max; /* maximum value for rlim_cur */
H A D_umtx.h55 volatile __int32_t rw_state;
H A Dstat.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;
/freebsd-11-stable/contrib/gdb/include/gdb/
H A Dfileio.h101 typedef __int32_t fio_int_t;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h32 typedef __int32_t __xregister_t;
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32.h168 __int32_t st_size;
172 __int32_t st_blksize;
173 __int32_t st_blocks;

Completed in 121 milliseconds