| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | bitfield_align.rs | 485 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 …]
|
| D | struct_with_bitfields.rs | 131 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 …]
|
| D | bitfield_pragma_packed.rs | 154 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()
|
| D | core_ffi_c.rs | 20 pub type c_ushort = ::core::ffi::c_ushort; typedef
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | core_ffi_c.h | 14 typedef unsigned short c_ushort; typedef
|
| /third_party/rust/crates/libc/src/hermit/ |
| D | mod.rs | 9 pub type c_ushort = u16; typedef
|
| /third_party/rust/crates/libc/src/ |
| D | sgx.rs | 6 pub type c_ushort = u16; typedef
|
| D | switch.rs | 6 pub type c_ushort = u16; typedef
|
| D | wasi.rs | 11 pub type c_ushort = u16; typedef
|
| D | psp.rs | 10 pub type c_ushort = u16; typedef
|
| /third_party/rust/crates/linux-raw-sys/src/ |
| D | lib.rs | 25 pub type c_ushort = u16; typedef
|
| /third_party/python/Lib/ctypes/ |
| D | __init__.py | 169 class c_ushort(_SimpleCData): class
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| D | mod.rs | 892 pub fn seed48(xseed: *mut ::c_ushort) -> *mut ::c_ushort; in seed48() 893 pub fn lcong48(p: *mut ::c_ushort); in lcong48()
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 8 pub type c_ushort = u16; typedef 580 pub fn lcong48(arg1: *mut c_ushort); in lcong48() 584 pub fn seed48(arg1: *mut c_ushort) -> *mut c_ushort; in seed48()
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| D | mod.rs | 1862 pub fn seed48_deterministic(xseed: *mut ::c_ushort) -> *mut ::c_ushort; in seed48_deterministic() 1863 pub fn lcong48_deterministic(p: *mut ::c_ushort); in lcong48_deterministic()
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 6 pub type c_ushort = u16; typedef
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 1902 pub fn seed48(xseed: *mut ::c_ushort) -> *mut ::c_ushort; in seed48() 1903 pub fn lcong48(p: *mut ::c_ushort); in lcong48()
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 9 pub type c_ushort = u16; typedef
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 18 pub type c_ushort = u16; typedef
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 3896 pub fn seed48(xseed: *mut ::c_ushort) -> *mut ::c_ushort; in seed48() 3897 pub fn lcong48(p: *mut ::c_ushort); in lcong48()
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
| D | mod.rs | 4550 maskp: *mut ::c_ushort, in procstat_getumask()
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 11 pub type c_ushort = u16; typedef
|