Home
last modified time | relevance | path

Searched defs:c_uint (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-816.rs116 pub fn bit_1(&self) -> ::std::os::raw::c_uint { in bit_1()
122 pub fn set_bit_1(&mut self, val: ::std::os::raw::c_uint) { in set_bit_1()
129 pub fn bit_2(&self) -> ::std::os::raw::c_uint { in bit_2()
135 pub fn set_bit_2(&mut self, val: ::std::os::raw::c_uint) { in set_bit_2()
142 pub fn bit_3(&self) -> ::std::os::raw::c_uint { in bit_3()
148 pub fn set_bit_3(&mut self, val: ::std::os::raw::c_uint) { in set_bit_3()
155 pub fn bit_4(&self) -> ::std::os::raw::c_uint { in bit_4()
161 pub fn set_bit_4(&mut self, val: ::std::os::raw::c_uint) { in set_bit_4()
168 pub fn bit_5(&self) -> ::std::os::raw::c_uint { in bit_5()
174 pub fn set_bit_5(&mut self, val: ::std::os::raw::c_uint) { in set_bit_5()
[all …]
Dbitfield_align.rs131 pub fn b1(&self) -> ::std::os::raw::c_uint { in b1()
137 pub fn set_b1(&mut self, val: ::std::os::raw::c_uint) { in set_b1()
144 pub fn b2(&self) -> ::std::os::raw::c_uint { in b2()
150 pub fn set_b2(&mut self, val: ::std::os::raw::c_uint) { in set_b2()
157 pub fn b3(&self) -> ::std::os::raw::c_uint { in b3()
163 pub fn set_b3(&mut self, val: ::std::os::raw::c_uint) { in set_b3()
170 pub fn b4(&self) -> ::std::os::raw::c_uint { in b4()
176 pub fn set_b4(&mut self, val: ::std::os::raw::c_uint) { in set_b4()
183 pub fn b5(&self) -> ::std::os::raw::c_uint { in b5()
189 pub fn set_b5(&mut self, val: ::std::os::raw::c_uint) { in set_b5()
[all …]
Dprivate_fields.rs159 fn a(&self) -> ::std::os::raw::c_uint { in a()
165 fn set_a(&mut self, val: ::std::os::raw::c_uint) { in set_a()
172 fn b(&self) -> ::std::os::raw::c_uint { in b()
178 fn set_b(&mut self, val: ::std::os::raw::c_uint) { in set_b()
186 a: ::std::os::raw::c_uint, in new_bitfield_1()
187 b: ::std::os::raw::c_uint, in new_bitfield_1()
225 pub fn a(&self) -> ::std::os::raw::c_uint { in a()
231 pub fn set_a(&mut self, val: ::std::os::raw::c_uint) { in set_a()
238 pub fn b(&self) -> ::std::os::raw::c_uint { in b()
244 pub fn set_b(&mut self, val: ::std::os::raw::c_uint) { in set_b()
[all …]
Dduplicated-definition-count.rs31 numberOfBytes: ::std::os::raw::c_uint, in BitStream_Write()
39 numberOfBits: ::std::os::raw::c_uint, in BitStream_Write1()
51 numberOfBytes: ::std::os::raw::c_uint, in Write()
59 numberOfBits: ::std::os::raw::c_uint, in Write1()
Dbitfield_method_mangling.rs116 pub fn pad3(&self) -> ::std::os::raw::c_uint { in pad3()
122 pub fn set_pad3(&mut self, val: ::std::os::raw::c_uint) { in set_pad3()
129 pub fn type_(&self) -> ::std::os::raw::c_uint { in type_()
135 pub fn set_type(&mut self, val: ::std::os::raw::c_uint) { in set_type()
143 pad3: ::std::os::raw::c_uint, in new_bitfield_1()
144 type_: ::std::os::raw::c_uint, in new_bitfield_1()
Dunion_bitfield.rs125 pub fn derp(&self) -> ::std::os::raw::c_uint { in derp()
131 pub fn set_derp(&mut self, val: ::std::os::raw::c_uint) { in set_derp()
139 derp: ::std::os::raw::c_uint, in new_bitfield_1()
181 pub fn foo(&self) -> ::std::os::raw::c_uint { in foo()
187 pub fn set_foo(&mut self, val: ::std::os::raw::c_uint) { in set_foo()
208 foo: ::std::os::raw::c_uint, in new_bitfield_1()
Dstruct_with_bitfields.rs210 pub fn f(&self) -> ::std::os::raw::c_uint { in f()
216 pub fn set_f(&mut self, val: ::std::os::raw::c_uint) { in set_f()
223 pub fn g(&self) -> ::std::os::raw::c_uint { in g()
229 pub fn set_g(&mut self, val: ::std::os::raw::c_uint) { in set_g()
237 f: ::std::os::raw::c_uint, in new_bitfield_2()
238 g: ::std::os::raw::c_uint, in new_bitfield_2()
Dweird_bitfields.rs296 pub fn bitTest(&self) -> ::std::os::raw::c_uint { in bitTest()
302 pub fn set_bitTest(&mut self, val: ::std::os::raw::c_uint) { in set_bitTest()
309 pub fn bitTest2(&self) -> ::std::os::raw::c_uint { in bitTest2()
315 pub fn set_bitTest2(&mut self, val: ::std::os::raw::c_uint) { in set_bitTest2()
323 bitTest: ::std::os::raw::c_uint, in new_bitfield_1()
324 bitTest2: ::std::os::raw::c_uint, in new_bitfield_1()
Dunion_bitfield_1_0.rs164 pub fn derp(&self) -> ::std::os::raw::c_uint { in derp()
172 pub fn set_derp(&mut self, val: ::std::os::raw::c_uint) { in set_derp()
180 derp: ::std::os::raw::c_uint, in new_bitfield_1()
218 pub fn foo(&self) -> ::std::os::raw::c_uint { in foo()
226 pub fn set_foo(&mut self, val: ::std::os::raw::c_uint) { in set_foo()
249 foo: ::std::os::raw::c_uint, in new_bitfield_1()
Dcore_ffi_c.rs17 pub type c_uint = ::core::ffi::c_uint; typedef
/third_party/rust/crates/libc/libc-test/test/
Dmakedev.rs20 pub fn makedev_ffi(major: c_uint, minor: c_uint) -> dev_t; in makedev_ffi()
23 fn compare(major: c_uint, minor: c_uint) { in compare()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dcms.rs35 flags: c_uint, in CMS_sign()
45 flags: c_uint, in CMS_verify()
53 flags: c_uint, in CMS_encrypt()
63 flags: c_uint, in CMS_decrypt()
Daes.rs30 inlen: c_uint, in AES_wrap_key()
38 inlen: c_uint, in AES_unwrap_key()
Dssl.rs308 outlen: *mut c_uint, in SSL_CTX_set_next_protos_advertised_cb()
320 inlen: c_uint, in SSL_CTX_set_next_proto_select_cb()
328 len: *mut c_uint, in SSL_get0_next_proto_negotiated()
335 inlen: c_uint, in SSL_select_next_proto()
337 client_len: c_uint, in SSL_select_next_proto()
356 inlen: c_uint, in SSL_CTX_set_alpn_select_cb__fixed_rust()
363 pub fn SSL_get0_alpn_selected(s: *const SSL, data: *mut *const c_uchar, len: *mut c_uint); in SSL_get0_alpn_selected()
375 c_uint, in SSL_CTX_set_psk_client_callback() argument
378 ) -> c_uint, in SSL_CTX_set_psk_client_callback()
384 extern "C" fn(*mut SSL, *const c_char, *mut c_uchar, c_uint) -> c_uint, in SSL_CTX_set_psk_server_callback() argument
[all …]
Drsa.rs103 mlen: c_uint, in RSA_sign()
105 siglen: *mut c_uint, in RSA_sign()
111 mlen: c_uint, in RSA_verify()
113 siglen: c_uint, in RSA_verify()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dcallbacks.rs64 max_identity_len: c_uint, in raw_client_psk()
66 max_psk_len: c_uint, in raw_client_psk()
105 max_psk_len: c_uint, in raw_server_psk()
185 inlen: c_uint, in raw_alpn_select()
493 cookie_len: *mut c_uint, in raw_cookie_generate()
534 cookie_len: c_uint, in raw_cookie_verify()
557 _: c_uint, in raw_custom_ext_add()
558 context: c_uint, in raw_custom_ext_add()
616 _: c_uint, in raw_custom_ext_free()
635 _: c_uint, in raw_custom_ext_parse()
[all …]
/third_party/rust/crates/linux-raw-sys/src/
Dlib.rs27 pub type c_uint = u32; typedef
88 pub unsafe fn CMSG_ALIGN(len: c_uint) -> c_uint { in CMSG_ALIGN()
97 pub unsafe fn CMSG_SPACE(len: c_uint) -> c_uint { in CMSG_SPACE()
101 pub unsafe fn CMSG_LEN(len: c_uint) -> c_uint { in CMSG_LEN()
/third_party/rust/crates/nix/src/sys/
Deventfd.rs13 pub fn eventfd(initval: libc::c_uint, flags: EfdFlags) -> Result<RawFd> { in eventfd()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dcore_ffi_c.h11 typedef unsigned int c_uint; typedef
/third_party/rust/crates/nix/src/net/
Dif_.rs10 pub fn if_nametoindex<P: ?Sized + NixPath>(name: &P) -> Result<c_uint> { in if_nametoindex()
355 pub fn index(&self) -> c_uint { in index()
/third_party/rust/crates/libc/src/unix/solarish/
Dsolaris.rs82 num_desc: ::c_uint, in door_return()
90 n_desc: ::c_uint, in door_create()
/third_party/rust/crates/libc/src/unix/nto/
Dneutrino.rs514 __flags: ::c_uint, in ChannelCreatePulsePool()
518 __flags: ::c_uint, in ChannelCreateExt()
521 __maxnumbuf: ::c_uint, in ChannelCreateExt()
531 __index: ::c_uint, in ConnectAttach()
538 __index: ::c_uint, in ConnectAttach_r()
567 __type_id: *mut ::c_uint, in ConnectClientInfoExtraArgs()
575 __type_id: *mut ::c_uint, in ConnectClientInfoExtraArgs_r()
603 __mask: ::c_uint, in ConnectFlags()
604 __bits: ::c_uint, in ConnectFlags()
609 __mask: ::c_uint, in ConnectFlags_r()
[all …]
/third_party/rust/crates/libc/src/hermit/
Dmod.rs11 pub type c_uint = u32; typedef
/third_party/rust/crates/libc/src/
Dsgx.rs8 pub type c_uint = u32; typedef
Dswitch.rs8 pub type c_uint = u32; typedef

1234