Home
last modified time | relevance | path

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 Dinline_namespace_conservative.rs33 ::std::mem::size_of::<Bar>(), in bindgen_test_layout_Bar()
H A Dissue-674-1.rs33 ::std::mem::size_of::<CapturingContentInfo>(), in bindgen_test_layout_CapturingContentInfo()
H A Denum.rs22 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
H A Denum_and_vtable_mangling.rs32 ::std::mem::size_of::<C>(), in bindgen_test_layout_C()
H A Dunion_fields.rs21 ::std::mem::size_of::<nsStyleUnion>(), in bindgen_test_layout_nsStyleUnion()
H A Denum-default-consts.rs22 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
H A Dconstify-module-enums-basic.rs27 ::std::mem::size_of::<bar>(), in bindgen_test_layout_bar()
H A Dobjc_interface_type.rs40 ::std::mem::size_of::<FooStruct>(), in bindgen_test_layout_FooStruct()
H A Dno_size_t_is_usize.rs23 ::std::mem::size_of::<A>(), in bindgen_test_layout_A()
H A Dderive-debug-function-pointer.rs22 ::std::mem::size_of::<Nice>(), in bindgen_test_layout_Nice()
H A Denum-default-module.rs24 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
H A Denum-no-debug-rust.rs27 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
H A Denum-default-rust.rs27 ::std::mem::size_of::<foo>(), in bindgen_test_layout_foo()
H A Dissue-1977-larger-arrays.rs19 ::std::mem::size_of::<S>(), in bindgen_test_layout_S()
H A Dno-std.rs26 ::core::mem::size_of::<foo>(), in bindgen_test_layout_foo()
H A Dpacked-n-with-padding.rs22 ::std::mem::size_of::<Packed>(), in bindgen_test_layout_Packed()
H A Danon_enum_trait.rs47 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dblocks-signature.rs43 ::std::mem::size_of::<contains_block_pointers>(), in bindgen_test_layout_contains_block_pointers()
H A Dblocks.rs42 ::std::mem::size_of::<contains_block_pointers>(), in bindgen_test_layout_contains_block_pointers()
H A Dctypes-prefix-path.rs28 ::core::mem::size_of::<foo>(), in bindgen_test_layout_foo()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Darm.rs43 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Ddir.rs12 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 Ddfa.rs1 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 Daarch64.rs93 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1;
/third_party/rust/crates/libc/libc-test/test/
H A Dmakedev.rs89 if std::mem::size_of::<dev_t>() >= 8 { in test_fbsd12_like()

Completed in 11 milliseconds

1...<<1112131415161718