Home
last modified time | relevance | path

Searched refs:c_ushort (Results 1 - 25 of 118) sorted by relevance

12345

/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs20 pub type __u16 = ::c_ushort;
149 pub mr_type: ::c_ushort,
150 pub mr_alen: ::c_ushort,
177 pub msgseg: ::c_ushort,
181 pub sem_num: ::c_ushort,
491 pub req: ::c_ushort,
513 pub svm_reserved1: ::c_ushort,
570 pub len: ::c_ushort,
610 pub base_addr: ::c_ushort,
633 nl_pad: ::c_ushort,
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs31 pub type __u16 = ::c_ushort;
275 pub svm_reserved1: ::c_ushort,
341 pub len: ::c_ushort,
497 nl_pad: ::c_ushort,
505 pub d_reclen: ::c_ushort,
513 pub d_reclen: ::c_ushort,
2776 pub const IFA_UNSPEC: ::c_ushort = 0;
2777 pub const IFA_ADDRESS: ::c_ushort = 1;
2778 pub const IFA_LOCAL: ::c_ushort = 2;
2779 pub const IFA_LABEL: ::c_ushort
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dstruct_with_bitfields.rs131 pub fn a(&self) -> ::std::os::raw::c_ushort { in a()
137 pub fn set_a(&mut self, val: ::std::os::raw::c_ushort) { in set_a()
144 pub fn b(&self) -> ::std::os::raw::c_ushort { in b()
150 pub fn set_b(&mut self, val: ::std::os::raw::c_ushort) { in set_b()
157 pub fn c(&self) -> ::std::os::raw::c_ushort { in c()
163 pub fn set_c(&mut self, val: ::std::os::raw::c_ushort) { in set_c()
170 pub fn d(&self) -> ::std::os::raw::c_ushort { in d()
176 pub fn set_d(&mut self, val: ::std::os::raw::c_ushort) { in set_d()
184 a: ::std::os::raw::c_ushort, in new_bitfield_1()
185 b: ::std::os::raw::c_ushort, in new_bitfield_1()
[all...]
H A Dbitfield_align.rs485 pub fn nWeekDay(&self) -> ::std::os::raw::c_ushort { in nWeekDay()
491 pub fn set_nWeekDay(&mut self, val: ::std::os::raw::c_ushort) { in set_nWeekDay()
498 pub fn nMonthDay(&self) -> ::std::os::raw::c_ushort { in nMonthDay()
504 pub fn set_nMonthDay(&mut self, val: ::std::os::raw::c_ushort) { in set_nMonthDay()
511 pub fn nMonth(&self) -> ::std::os::raw::c_ushort { in nMonth()
517 pub fn set_nMonth(&mut self, val: ::std::os::raw::c_ushort) { in set_nMonth()
524 pub fn nYear(&self) -> ::std::os::raw::c_ushort { in nYear()
530 pub fn set_nYear(&mut self, val: ::std::os::raw::c_ushort) { in set_nYear()
538 nWeekDay: ::std::os::raw::c_ushort, in new_bitfield_1()
539 nMonthDay: ::std::os::raw::c_ushort, in new_bitfield_1()
[all...]
H A Dunion_with_nesting.rs23 pub b1: ::std::os::raw::c_ushort,
24 pub b2: ::std::os::raw::c_ushort,
74 pub c1: ::std::os::raw::c_ushort,
75 pub c2: ::std::os::raw::c_ushort,
H A Dcore_ffi_c.rs20 pub type c_ushort = ::core::ffi::c_ushort; types
H A Dbitfield_pragma_packed.rs154 pub fn d(&self) -> ::std::os::raw::c_ushort { in d()
160 pub fn set_d(&mut self, val: ::std::os::raw::c_ushort) { in set_d()
184 d: ::std::os::raw::c_ushort, in new_bitfield_1()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs32 pub mode: ::c_ushort, // read / write
33 __pad1: ::c_ushort,
34 pub __seq: ::c_ushort,
35 __pad2: ::c_ushort,
236 pub procs: ::c_ushort,
237 pub pad: ::c_ushort,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs99 pub __seq: ::c_ushort,
100 __pad1: ::c_ushort,
181 pub procs: ::c_ushort,
182 pub pad: ::c_ushort,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs179 pub rt_flags: ::c_ushort,
192 pub rt_irtt: ::c_ushort,
888 pub const TCA_PAD: ::c_ushort = 9;
889 pub const TCA_DUMP_INVISIBLE: ::c_ushort = 10;
890 pub const TCA_CHAIN: ::c_ushort = 11;
891 pub const TCA_HW_OFFLOAD: ::c_ushort = 12;
901 pub const RTA_VIA: ::c_ushort = 18;
902 pub const RTA_NEWDST: ::c_ushort = 19;
903 pub const RTA_PREF: ::c_ushort = 20;
904 pub const RTA_ENCAP_TYPE: ::c_ushort
[all...]
/third_party/rust/crates/libc/src/unix/haiku/
H A Dx86_64.rs3 pub control: ::c_ushort,
4 pub status: ::c_ushort,
5 pub tag: ::c_ushort,
6 pub opcode: ::c_ushort,
/third_party/python/Lib/ctypes/test/
H A Dtest_pep3118.py119 s_ushort = {2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_ushort)]
152 (c_ushort, "<" + s_ushort, (), c_ushort),
H A Dtest_byteswap.py62 s = c_ushort.__ctype_be__(0x1234)
67 s = c_ushort.__ctype_le__(0x1234)
179 ("d", c_ushort),
313 ("d", c_ushort),
H A Dtest_cfuncs.py55 self._dll.tf_H.restype = c_ushort
56 self._dll.tf_H.argtypes = (c_ushort,)
61 self._dll.tf_bH.restype = c_ushort
62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
H A Dtest_repr.py6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs242 pub mode: ::c_ushort,
243 __pad1: ::c_ushort,
244 pub __seq: ::c_ushort,
245 __pad2: ::c_ushort,
280 pub cwd: ::c_ushort,
281 pub swd: ::c_ushort,
282 pub ftw: ::c_ushort,
283 pub fop: ::c_ushort,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Dmod.rs46 pub procs: ::c_ushort,
47 pub pad: ::c_ushort,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs69 __pad2: ::c_ushort,
90 __pad2: ::c_ushort,
154 __pad1: ::c_ushort,
155 pub mode: ::c_ushort,
156 __pad2: ::c_ushort,
157 pub __seq: ::c_ushort,
186 __msg_cbytes: ::c_ushort,
/third_party/rust/crates/linux-raw-sys/src/
H A Dlib.rs25 pub type c_ushort = u16; types
52 static_assertions::assert_type_eq_all!(ctypes::c_ushort, libc::c_ushort);
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs8 pub type c_ushort = u16; types
60 pub type u_short = c_ushort;
64 pub type ushort = c_ushort;
532 pub fn erand48(arg1: *mut c_ushort) -> f64; in erand48()
579 pub fn jrand48(arg1: *mut c_ushort) -> c_long; in jrand48()
580 pub fn lcong48(arg1: *mut c_ushort); in lcong48()
583 pub fn nrand48(arg1: *mut c_ushort) -> c_long; in nrand48()
584 pub fn seed48(arg1: *mut c_ushort) -> *mut c_ushort; in seed48()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dcore_ffi_c.h14 typedef unsigned short c_ushort; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs38 pub type u_short = ::c_ushort;
282 pub sem_num: ::c_ushort,
547 pub sem_nsems: ::c_ushort,
619 pub ifm_msglen: ::c_ushort,
629 pub ifm_index: ::c_ushort,
630 pub _ifm_spare1: ::c_ushort,
637 pub ifm_msglen: ::c_ushort,
647 pub ifm_index: ::c_ushort,
649 pub _ifm_spare1: ::c_ushort,
651 pub ifm_len: ::c_ushort,
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
H A Dmod.rs124 pub mode: ::c_ushort,
125 __pad1: ::c_ushort,
126 pub __seq: ::c_ushort,
127 __pad2: ::c_ushort,
248 pub cwd: ::c_ushort,
249 pub swd: ::c_ushort,
250 pub twd: ::c_ushort,
251 pub fop: ::c_ushort,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/
H A Dmod.rs47 __pad1: ::c_ushort,
54 __pad2: ::c_ushort,
108 pub procs: ::c_ushort,
109 pub pad: ::c_ushort,
204 pub mode: ::c_ushort,
205 __pad1: ::c_ushort,
206 pub __seq: ::c_ushort,
207 __pad2: ::c_ushort,
/third_party/rust/crates/libc/src/
H A Dsgx.rs6 pub type c_ushort = u16; types

Completed in 44 milliseconds

12345