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:le64toh
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/include/tools/
H
A
D
endian.h
27
#ifndef
le64toh
28
#define
le64toh
(x) (x)
macro
51
#ifndef
le64toh
52
#define
le64toh
(x) __bswap_64(x)
macro
/kernel/linux/linux-6.6/tools/include/tools/
H
A
D
endian.h
27
#ifndef
le64toh
28
#define
le64toh
(x) (x)
macro
51
#ifndef
le64toh
52
#define
le64toh
(x) __bswap_64(x)
macro
/kernel/linux/linux-5.10/arch/mips/tools/
H
A
D
loongson3-llsc-check.c
22
# define
le64toh
(x) (x)
macro
26
# define
le64toh
(x) bswap_64(x)
macro
286
sh = vmlinux +
le64toh
(eh->e_shoff) + (i * le16toh(eh->e_shentsize));
in main()
293
err = check_code(
le64toh
(sh->sh_addr),
in main()
294
vmlinux +
le64toh
(sh->sh_offset),
in main()
295
le64toh
(sh->sh_size));
in main()
H
A
D
elf-entry.c
17
# define
le64toh
(x) (x)
macro
22
# define
le64toh
(x) bswap_64(x)
macro
84
entry =
le64toh
(hdr.ehdr64.e_entry);
in main()
/kernel/linux/linux-6.6/arch/mips/tools/
H
A
D
loongson3-llsc-check.c
22
# define
le64toh
(x) (x)
macro
26
# define
le64toh
(x) bswap_64(x)
macro
286
sh = vmlinux +
le64toh
(eh->e_shoff) + (i * le16toh(eh->e_shentsize));
in main()
293
err = check_code(
le64toh
(sh->sh_addr),
in main()
294
vmlinux +
le64toh
(sh->sh_offset),
in main()
295
le64toh
(sh->sh_size));
in main()
H
A
D
elf-entry.c
17
# define
le64toh
(x) (x)
macro
22
# define
le64toh
(x) bswap_64(x)
macro
84
entry =
le64toh
(hdr.ehdr64.e_entry);
in main()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
gen-hyprel.c
143
#define elf64toh(x)
le64toh
(x)
/kernel/linux/linux-5.10/tools/iio/
H
A
D
iio_generic_buffer.c
151
input =
le64toh
(input);
in print8byte()
/kernel/linux/linux-6.6/tools/iio/
H
A
D
iio_generic_buffer.c
153
input =
le64toh
(input);
in print8byte()
Completed in 4 milliseconds