Home
last modified time | relevance | path

Searched defs:c_ushort (Results 1 – 22 of 22) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
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 …]
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 …]
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()
Dcore_ffi_c.rs20 pub type c_ushort = ::core::ffi::c_ushort; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dcore_ffi_c.h14 typedef unsigned short c_ushort; typedef
/third_party/rust/crates/libc/src/hermit/
Dmod.rs9 pub type c_ushort = u16; typedef
/third_party/rust/crates/libc/src/
Dsgx.rs6 pub type c_ushort = u16; typedef
Dswitch.rs6 pub type c_ushort = u16; typedef
Dwasi.rs11 pub type c_ushort = u16; typedef
Dpsp.rs10 pub type c_ushort = u16; typedef
/third_party/rust/crates/linux-raw-sys/src/
Dlib.rs25 pub type c_ushort = u16; typedef
/third_party/python/Lib/ctypes/
D__init__.py169 class c_ushort(_SimpleCData): class
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs892 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/
Dmod.rs8 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/
Dmod.rs1862 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/
Dmod.rs6 pub type c_ushort = u16; typedef
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1902 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/
Dmod.rs9 pub type c_ushort = u16; typedef
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs18 pub type c_ushort = u16; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3896 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/
Dmod.rs4550 maskp: *mut ::c_ushort, in procstat_getumask()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs11 pub type c_ushort = u16; typedef