Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_ALIGNBYTES
(Results
1 - 25
of
25
) sorted by relevance
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
x86.rs
10
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_int>() - 1;
consts
13
pub const
_ALIGNBYTES
: usize = 4 - 1;
consts
H
A
D
arm.rs
12
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_longlong>() - 1;
consts
15
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
powerpc.rs
12
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_double>() - 1;
consts
15
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
x86_64.rs
29
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_long>() - 1;
consts
32
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
aarch64.rs
93
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_int>() - 1;
consts
96
pub const
_ALIGNBYTES
: usize = 4 - 1;
consts
H
A
D
sparc64.rs
8
pub const
_ALIGNBYTES
: usize = 0xf;
consts
H
A
D
mod.rs
2326
(p +
_ALIGNBYTES
) & !
_ALIGNBYTES
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H
A
D
powerpc.rs
9
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_double>() - 1;
consts
12
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
powerpc64.rs
9
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_long>() - 1;
consts
12
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
riscv64.rs
9
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_long>() - 1;
consts
12
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
arm.rs
9
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_double>() - 1;
consts
12
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
x86.rs
9
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_int>() - 1;
consts
12
pub const
_ALIGNBYTES
: usize = 4 - 1;
consts
H
A
D
aarch64.rs
23
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_long>() - 1;
consts
26
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
x86_64.rs
117
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_long>() - 1;
consts
120
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
sparc64.rs
6
pub const
_ALIGNBYTES
: usize = 0xf;
consts
H
A
D
mips64.rs
6
pub const
_ALIGNBYTES
: usize = 7;
consts
H
A
D
mod.rs
1676
(p +
_ALIGNBYTES
) & !
_ALIGNBYTES
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
powerpc64.rs
39
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_long>() - 1;
consts
42
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
powerpc.rs
39
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_int>() - 1;
consts
42
pub const
_ALIGNBYTES
: usize = 4 - 1;
consts
H
A
D
x86.rs
40
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_long>() - 1;
consts
43
pub const
_ALIGNBYTES
: usize = 4 - 1;
consts
H
A
D
arm.rs
43
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_int>() - 1;
consts
46
pub const
_ALIGNBYTES
: usize = 4 - 1;
consts
H
A
D
aarch64.rs
40
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_longlong>() - 1;
consts
43
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
riscv64.rs
42
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_longlong>() - 1;
consts
45
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
H
A
D
mod.rs
3797
(p +
_ALIGNBYTES
) & !
_ALIGNBYTES
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
H
A
D
mod.rs
309
pub const
_ALIGNBYTES
: usize = ::mem::size_of::<::c_long>() - 1;
consts
312
pub const
_ALIGNBYTES
: usize = 8 - 1;
consts
Completed in 23 milliseconds