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:le32toh
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/tools/include/tools/
H
A
D
endian.h
23
#ifndef
le32toh
24
#define
le32toh
(x) (x)
macro
47
#ifndef
le32toh
48
#define
le32toh
(x) __bswap_32(x)
macro
/kernel/linux/linux-6.6/tools/include/tools/
H
A
D
endian.h
23
#ifndef
le32toh
24
#define
le32toh
(x) (x)
macro
47
#ifndef
le32toh
48
#define
le32toh
(x) __bswap_32(x)
macro
/kernel/linux/linux-5.10/arch/mips/tools/
H
A
D
loongson3-llsc-check.c
21
# define
le32toh
(x) (x)
macro
25
# define
le32toh
(x) bswap_32(x)
macro
151
if (!is_sync(
le32toh
(code[-1]))) {
in check_ll()
159
if (is_sc(
le32toh
(code[sc_pos])))
in check_ll()
173
if (!is_branch(
le32toh
(code[i]), &off))
in check_ll()
184
if (is_sync(
le32toh
(code[i + off])))
in check_ll()
207
if (is_ll(
le32toh
(code[0]))) {
in check_code()
227
if (is_ll(
le32toh
(code[0])))
in check_code()
H
A
D
elf-entry.c
15
# define
le32toh
(x) (x)
macro
20
# define
le32toh
(x) bswap_32(x)
macro
67
entry =
le32toh
(hdr.ehdr32.e_entry);
in main()
/kernel/linux/linux-6.6/arch/mips/tools/
H
A
D
loongson3-llsc-check.c
21
# define
le32toh
(x) (x)
macro
25
# define
le32toh
(x) bswap_32(x)
macro
151
if (!is_sync(
le32toh
(code[-1]))) {
in check_ll()
159
if (is_sc(
le32toh
(code[sc_pos])))
in check_ll()
173
if (!is_branch(
le32toh
(code[i]), &off))
in check_ll()
184
if (is_sync(
le32toh
(code[i + off])))
in check_ll()
207
if (is_ll(
le32toh
(code[0]))) {
in check_code()
227
if (is_ll(
le32toh
(code[0])))
in check_code()
H
A
D
elf-entry.c
15
# define
le32toh
(x) (x)
macro
20
# define
le32toh
(x) bswap_32(x)
macro
67
entry =
le32toh
(hdr.ehdr32.e_entry);
in main()
/kernel/linux/linux-5.10/tools/bootconfig/
H
A
D
main.c
187
size =
le32toh
(size);
in load_xbc_from_initrd()
191
csum =
le32toh
(csum);
in load_xbc_from_initrd()
/kernel/linux/linux-6.6/tools/bootconfig/
H
A
D
main.c
206
size =
le32toh
(size);
in load_xbc_from_initrd()
210
csum =
le32toh
(csum);
in load_xbc_from_initrd()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
gen-hyprel.c
142
#define elf32toh(x)
le32toh
(x)
/kernel/linux/linux-5.10/tools/iio/
H
A
D
iio_generic_buffer.c
128
input =
le32toh
(input);
in print4byte()
/kernel/linux/linux-6.6/tools/iio/
H
A
D
iio_generic_buffer.c
130
input =
le32toh
(input);
in print4byte()
/kernel/linux/linux-5.10/tools/usb/
H
A
D
ffs-test.c
50
#define le32_to_cpu(x)
le32toh
(x)
/kernel/linux/linux-6.6/tools/usb/
H
A
D
ffs-test.c
50
#define le32_to_cpu(x)
le32toh
(x)
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
symbol-elf.c
585
return n + 4 +
le32toh
(disp);
in get_x86_64_plt_disp()
Completed in 13 milliseconds