/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | sparc64.rs | 8 pub const _ALIGNBYTES: usize = 0xf; constant
|
D | x86.rs | 10 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; constant 13 pub const _ALIGNBYTES: usize = 4 - 1; constant
|
D | powerpc.rs | 12 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_double>() - 1; constant 15 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
D | arm.rs | 12 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_longlong>() - 1; constant 15 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
D | x86_64.rs | 29 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1; constant 32 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
D | aarch64.rs | 93 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; constant 96 pub const _ALIGNBYTES: usize = 4 - 1; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | powerpc.rs | 9 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_double>() - 1; constant 12 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
D | mips64.rs | 6 pub const _ALIGNBYTES: usize = 7; constant
|
D | sparc64.rs | 6 pub const _ALIGNBYTES: usize = 0xf; constant
|
D | riscv64.rs | 9 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1; constant 12 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
D | powerpc64.rs | 9 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1; constant 12 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
D | arm.rs | 9 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_double>() - 1; constant 12 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
D | x86.rs | 9 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; constant 12 pub const _ALIGNBYTES: usize = 4 - 1; constant
|
D | aarch64.rs | 23 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1; constant 26 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
D | x86_64.rs | 117 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1; constant 120 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | x86.rs | 40 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1; constant 43 pub const _ALIGNBYTES: usize = 4 - 1; constant
|
D | powerpc.rs | 39 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; constant 42 pub const _ALIGNBYTES: usize = 4 - 1; constant
|
D | arm.rs | 43 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; constant 46 pub const _ALIGNBYTES: usize = 4 - 1; constant
|
D | powerpc64.rs | 39 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1; constant 42 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
D | aarch64.rs | 40 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_longlong>() - 1; constant 43 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
D | riscv64.rs | 42 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_longlong>() - 1; constant 45 pub const _ALIGNBYTES: usize = 8 - 1; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/ |
D | mod.rs | 309 pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1; constant 312 pub const _ALIGNBYTES: usize = 8 - 1; constant
|