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:le64_t
(Results
1 - 3
of
3
) sorted by relevance
/third_party/eudev/src/libudev/
H
A
D
libudev-hwdb-def.h
31
le64_t
tool_version;
32
le64_t
file_size;
35
le64_t
header_size;
36
le64_t
node_size;
37
le64_t
child_entry_size;
38
le64_t
value_entry_size;
41
le64_t
nodes_root_off;
44
le64_t
nodes_len;
45
le64_t
strings_len;
50
le64_t
prefix_of
[all...]
H
A
D
libudev-hwdb.c
115
static const struct trie_node_f *trie_node_from_off(struct udev_hwdb *hwdb,
le64_t
off) {
in trie_node_from_off()
119
static const char *trie_string(struct udev_hwdb *hwdb,
le64_t
off) {
in trie_string()
/third_party/eudev/src/shared/
H
A
D
sparse-endian.h
40
typedef uint64_t __bitwise
le64_t
;
typedef
74
static inline
le64_t
htole64(uint64_t value) { return (
le64_t
__force) bswap_64_on_be(value); }
in htole64()
82
static inline uint64_t le64toh(
le64_t
value) { return bswap_64_on_be((uint64_t __force)value); }
in le64toh()
Completed in 2 milliseconds