• Home
  • Raw
  • Download

Lines Matching refs:c_uint

44 pub const _STDINT_H: ::std::os::raw::c_uint = 1;
45 pub const _FEATURES_H: ::std::os::raw::c_uint = 1;
46 pub const _DEFAULT_SOURCE: ::std::os::raw::c_uint = 1;
47 pub const __USE_ISOC11: ::std::os::raw::c_uint = 1;
48 pub const __USE_ISOC99: ::std::os::raw::c_uint = 1;
49 pub const __USE_ISOC95: ::std::os::raw::c_uint = 1;
50 pub const __USE_POSIX_IMPLICITLY: ::std::os::raw::c_uint = 1;
51 pub const _POSIX_SOURCE: ::std::os::raw::c_uint = 1;
52 pub const _POSIX_C_SOURCE: ::std::os::raw::c_uint = 200809;
53 pub const __USE_POSIX: ::std::os::raw::c_uint = 1;
54 pub const __USE_POSIX2: ::std::os::raw::c_uint = 1;
55 pub const __USE_POSIX199309: ::std::os::raw::c_uint = 1;
56 pub const __USE_POSIX199506: ::std::os::raw::c_uint = 1;
57 pub const __USE_XOPEN2K: ::std::os::raw::c_uint = 1;
58 pub const __USE_XOPEN2K8: ::std::os::raw::c_uint = 1;
59 pub const _ATFILE_SOURCE: ::std::os::raw::c_uint = 1;
60 pub const __USE_MISC: ::std::os::raw::c_uint = 1;
61 pub const __USE_ATFILE: ::std::os::raw::c_uint = 1;
62 pub const __USE_FORTIFY_LEVEL: ::std::os::raw::c_uint = 0;
63 pub const _STDC_PREDEF_H: ::std::os::raw::c_uint = 1;
64 pub const __STDC_IEC_559__: ::std::os::raw::c_uint = 1;
65 pub const __STDC_IEC_559_COMPLEX__: ::std::os::raw::c_uint = 1;
66 pub const __STDC_ISO_10646__: ::std::os::raw::c_uint = 201505;
67 pub const __STDC_NO_THREADS__: ::std::os::raw::c_uint = 1;
68 pub const __GNU_LIBRARY__: ::std::os::raw::c_uint = 6;
69 pub const __GLIBC__: ::std::os::raw::c_uint = 2;
70 pub const __GLIBC_MINOR__: ::std::os::raw::c_uint = 23;
71 pub const _SYS_CDEFS_H: ::std::os::raw::c_uint = 1;
72 pub const __WORDSIZE: ::std::os::raw::c_uint = 64;
73 pub const __WORDSIZE_TIME64_COMPAT32: ::std::os::raw::c_uint = 1;
74 pub const __SYSCALL_WORDSIZE: ::std::os::raw::c_uint = 64;
75 pub const _BITS_WCHAR_H: ::std::os::raw::c_uint = 1;
79 pub const INT8_MAX: ::std::os::raw::c_uint = 127;
80 pub const INT16_MAX: ::std::os::raw::c_uint = 32767;
81 pub const INT32_MAX: ::std::os::raw::c_uint = 2147483647;
82 pub const UINT8_MAX: ::std::os::raw::c_uint = 255;
83 pub const UINT16_MAX: ::std::os::raw::c_uint = 65535;
84 pub const UINT32_MAX: ::std::os::raw::c_uint = 4294967295;
88 pub const INT_LEAST8_MAX: ::std::os::raw::c_uint = 127;
89 pub const INT_LEAST16_MAX: ::std::os::raw::c_uint = 32767;
90 pub const INT_LEAST32_MAX: ::std::os::raw::c_uint = 2147483647;
91 pub const UINT_LEAST8_MAX: ::std::os::raw::c_uint = 255;
92 pub const UINT_LEAST16_MAX: ::std::os::raw::c_uint = 65535;
93 pub const UINT_LEAST32_MAX: ::std::os::raw::c_uint = 4294967295;
97 pub const INT_FAST8_MAX: ::std::os::raw::c_uint = 127;
100 pub const UINT_FAST8_MAX: ::std::os::raw::c_uint = 255;
109 pub const SIG_ATOMIC_MAX: ::std::os::raw::c_uint = 2147483647;
111 pub const WINT_MIN: ::std::os::raw::c_uint = 0;
112 pub const WINT_MAX: ::std::os::raw::c_uint = 4294967295;
113 pub const __BITS_PER_LONG: ::std::os::raw::c_uint = 64;
114 pub const __FD_SETSIZE: ::std::os::raw::c_uint = 1024;
115 pub const VRING_DESC_F_NEXT: ::std::os::raw::c_uint = 1;
116 pub const VRING_DESC_F_WRITE: ::std::os::raw::c_uint = 2;
117 pub const VRING_DESC_F_INDIRECT: ::std::os::raw::c_uint = 4;
118 pub const VRING_USED_F_NO_NOTIFY: ::std::os::raw::c_uint = 1;
119 pub const VRING_AVAIL_F_NO_INTERRUPT: ::std::os::raw::c_uint = 1;
120 pub const VIRTIO_RING_F_INDIRECT_DESC: ::std::os::raw::c_uint = 28;
121 pub const VIRTIO_RING_F_EVENT_IDX: ::std::os::raw::c_uint = 29;
122 pub const VRING_AVAIL_ALIGN_SIZE: ::std::os::raw::c_uint = 2;
123 pub const VRING_USED_ALIGN_SIZE: ::std::os::raw::c_uint = 4;
124 pub const VRING_DESC_ALIGN_SIZE: ::std::os::raw::c_uint = 16;
131 pub type uint_least32_t = ::std::os::raw::c_uint;
148 pub type __u32 = ::std::os::raw::c_uint;
194 pub type __kernel_mode_t = ::std::os::raw::c_uint;
197 pub type __kernel_uid_t = ::std::os::raw::c_uint;
198 pub type __kernel_gid_t = ::std::os::raw::c_uint;
201 pub type __kernel_uid32_t = ::std::os::raw::c_uint;
202 pub type __kernel_gid32_t = ::std::os::raw::c_uint;
423 pub num: ::std::os::raw::c_uint,