Searched refs:size_of (Results 326 - 350 of 445) sorted by relevance
1...<<1112131415161718
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | inline_namespace_conservative.rs | 33 ::std::mem::size_of::<Bar>(), in bindgen_test_layout_Bar()
|
H A D | issue-674-1.rs | 33 ::std::mem::size_of::<CapturingContentInfo>(), in bindgen_test_layout_CapturingContentInfo()
|
H A D | enum.rs | 22 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
|
H A D | enum_and_vtable_mangling.rs | 32 ::std::mem::size_of::<C>(), in bindgen_test_layout_C()
|
H A D | union_fields.rs | 21 ::std::mem::size_of::<nsStyleUnion>(), in bindgen_test_layout_nsStyleUnion()
|
H A D | enum-default-consts.rs | 22 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
|
H A D | constify-module-enums-basic.rs | 27 ::std::mem::size_of::<bar>(), in bindgen_test_layout_bar()
|
H A D | objc_interface_type.rs | 40 ::std::mem::size_of::<FooStruct>(), in bindgen_test_layout_FooStruct()
|
H A D | no_size_t_is_usize.rs | 23 ::std::mem::size_of::<A>(), in bindgen_test_layout_A()
|
H A D | derive-debug-function-pointer.rs | 22 ::std::mem::size_of::<Nice>(), in bindgen_test_layout_Nice()
|
H A D | enum-default-module.rs | 24 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
|
H A D | enum-no-debug-rust.rs | 27 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
|
H A D | enum-default-rust.rs | 27 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
|
H A D | issue-1977-larger-arrays.rs | 19 ::std::mem::size_of::<S>(), in bindgen_test_layout_S()
|
H A D | no-std.rs | 26 ::core::mem::size_of::<foo>(), in bindgen_test_layout_foo()
|
H A D | packed-n-with-padding.rs | 22 ::std::mem::size_of::<Packed>(), in bindgen_test_layout_Packed()
|
H A D | anon_enum_trait.rs | 47 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
|
H A D | blocks-signature.rs | 43 ::std::mem::size_of::<contains_block_pointers>(), in bindgen_test_layout_contains_block_pointers()
|
H A D | blocks.rs | 42 ::std::mem::size_of::<contains_block_pointers>(), in bindgen_test_layout_contains_block_pointers()
|
H A D | ctypes-prefix-path.rs | 28 ::core::mem::size_of::<foo>(), in bindgen_test_layout_foo()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | arm.rs | 43 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | dir.rs | 12 use core::mem::size_of; 77 if self.buf.len() - self.pos < size_of::<linux_dirent64>() { in read() 142 .resize(self.buf.capacity() + 32 * size_of::<linux_dirent64>(), 0); in read_more()
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | dfa.rs | 1 use std::mem::size_of; 593 let mut size = (self.trans.len() * size_of::<S>()) in calculate_size() 595 * size_of::<Vec<(PatternID, PatternLength)>>()); in calculate_size() 598 state_matches.len() * size_of::<(PatternID, PatternLength)>(); in calculate_size()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | aarch64.rs | 93 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1;
|
/third_party/rust/crates/libc/libc-test/test/ |
H A D | makedev.rs | 89 if std::mem::size_of::<dev_t>() >= 8 { in test_fbsd12_like()
|
Completed in 11 milliseconds
1...<<1112131415161718