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:be64toh
(Results
1 - 12
of
12
) sorted by relevance
/third_party/musl/arch/mips64/
H
A
D
reloc.h
35
#define R_TYPE(x) (
be64toh
(x)&0x7fffffff)
36
#define R_SYM(x) (be32toh(
be64toh
(x)>>32))
/third_party/eudev/src/shared/
H
A
D
sparse-endian.h
53
#undef
be64toh
macro
86
static inline uint64_t
be64toh
(be64_t value) { return bswap_64_on_le((uint64_t __force)value); }
in be64toh()
function
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
endian.h
44
#define
be64toh
(x) __bswap64(x)
macro
57
#define
be64toh
(x) (uint64_t)(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
endian.h
40
#define
be64toh
(x) __bswap64(x)
macro
53
#define
be64toh
(x) (uint64_t)(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
endian.h
40
#define
be64toh
(x) __bswap64(x)
macro
53
#define
be64toh
(x) (uint64_t)(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
endian.h
40
#define
be64toh
(x) __bswap64(x)
macro
53
#define
be64toh
(x) (uint64_t)(x)
macro
/third_party/musl/include/
H
A
D
endian.h
40
#define
be64toh
(x) __bswap64(x)
macro
53
#define
be64toh
(x) (uint64_t)(x)
macro
/third_party/elfutils/libdwelf/
H
A
D
dwelf_scn_gnu_compressed_size.c
64
size =
be64toh
(size);
in dwelf_scn_gnu_compressed_size()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H
A
D
ngtcp2_net.h
68
# define ngtcp2_ntohl64(N)
be64toh
(N)
/third_party/elfutils/libelf/
H
A
D
elf_compress_gnu.c
166
gsize =
be64toh
(gsize);
in elf_compress_gnu()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H
A
D
nghttp3_conv.h
65
# define nghttp3_ntohl64(N)
be64toh
(N)
/third_party/elfutils/libdwfl/
H
A
D
linux-core-attach.c
234
?
be64toh
(val64) : le64toh (val64));
in core_set_initial_registers()
277
?
be64toh
(val64) : le64toh (val64));
in core_set_initial_registers()
Completed in 4 milliseconds