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:u64_
(Results
1 - 9
of
9
) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H
A
D
issue-1382-rust-primitive-types.rs
15
pub type
u64_
= u64;
types
26
pub
u64_
: ::std::os::raw::c_int,
85
unsafe { ::std::ptr::addr_of!((*ptr).
u64_
) as usize - ptr as usize },
in bindgen_test_layout_Foo()
87
concat!("Offset of field: ", stringify!(Foo), "::", stringify!(
u64_
))
in bindgen_test_layout_Foo()
H
A
D
keywords.rs
22
pub static mut
u64_
: ::std::os::raw::c_int;
consts
/third_party/vixl/src/aarch32/
H
A
D
operands-aarch32.h
272
return static_cast<T>(imm_.
u64_
& static_cast<T>(-1));
in GetImmediate()
281
return imm_.
u64_
;
in GetImmediate()
314
(immediate_type_.Is(I64) && ((imm_.
u64_
>> (8 * sizeof(T))) == 0)) ||
in CanConvert()
320
(immediate_type_.Is(I64) && ((imm_.
u64_
>> 32) == 0)) ||
in CanConvert()
338
uint64_t
u64_
;
member
342
NeonImmediateType(uint64_t u) :
u64_
(u) {}
in NeonImmediateType()
343
NeonImmediateType(int64_t u) :
u64_
(u) {}
in NeonImmediateType()
348
NeonImmediateType(const NeonImmediateType& ref) :
u64_
(ref.
u64_
) {}
in NeonImmediateType()
H
A
D
operands-aarch32.cc
93
<< neon_imm.imm_.
u64_
<< std::dec;
in operator <<()
/third_party/protobuf/src/google/protobuf/util/internal/
H
A
D
datapiece.h
85
: type_(TYPE_UINT64),
u64_
(value), use_strict_base64_decoding_(false) {}
in DataPiece()
202
uint64
u64_
;
member
H
A
D
datapiece.cc
239
return StrCat(
u64_
);
in ValueAsStringOrDefault()
343
return NumberConvertAndCheck<To, uint64>(
u64_
);
in GenericConvert()
/third_party/rust/crates/rustix/src/
H
A
D
io_uring.rs
619
pub
u64_
: u64,
628
pub fn
u64_
(self) -> u64 {
in u64_()
functions
630
unsafe { self.
u64_
}
in u64_()
635
pub fn from_u64(
u64_
: u64) -> Self {
in from_u64()
636
Self {
u64_
}
in from_u64()
671
unsafe { self.
u64_
.fmt(fmt) }
in fmt()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H
A
D
vulkan_structs.hpp
[all...]
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_structs.hpp
[all...]
Completed in 102 milliseconds