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:be32toh
(Results
1 - 15
of
15
) sorted by relevance
/third_party/alsa-utils/axfer/
H
A
D
container-au.c
94
if (
be32toh
(header.hdr_size) != sizeof(struct container_header))
in au_parser_pre_process()
97
code_id =
be32toh
(header.code_id);
in au_parser_pre_process()
105
*frames_per_second =
be32toh
(header.frames_per_second);
in au_parser_pre_process()
106
*samples_per_frame =
be32toh
(header.samples_per_frame);
in au_parser_pre_process()
112
*byte_count =
be32toh
(header.data_size);
in au_parser_pre_process()
H
A
D
container-riff-wave.c
140
*byte_count =
be32toh
(chunk->size);
in parse_riff_chunk_header()
191
state->frames_per_second =
be32toh
(subchunk->frames_per_second);
in parse_wave_fmt_subchunk()
193
be32toh
(subchunk->average_bytes_per_second);
in parse_wave_fmt_subchunk()
219
state->byte_count =
be32toh
(subchunk->size);
in parse_wave_data_subchunk()
253
subchunk_data_size =
be32toh
(buf.subchunk.size);
in parse_wave_subchunk()
/third_party/elfutils/libdwfl/
H
A
D
linux-core-attach.c
156
?
be32toh
(val32) : le32toh (val32));
in core_next_thread()
210
?
be32toh
(val32) : le32toh (val32));
in core_set_initial_registers()
227
?
be32toh
(val32) : le32toh (val32));
in core_set_initial_registers()
269
?
be32toh
(val32) : le32toh (val32));
in core_set_initial_registers()
404
?
be32toh
(val32) : le32toh (val32));
in dwfl_core_file_attach()
/third_party/eudev/src/shared/
H
A
D
sparse-endian.h
49
#undef
be32toh
macro
85
static inline uint32_t
be32toh
(be32_t value) { return bswap_32_on_le((uint32_t __force)value); }
in be32toh()
function
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
endian.h
42
#define
be32toh
(x) __bswap32(x)
macro
55
#define
be32toh
(x) (uint32_t)(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
endian.h
38
#define
be32toh
(x) __bswap32(x)
macro
51
#define
be32toh
(x) (uint32_t)(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
endian.h
38
#define
be32toh
(x) __bswap32(x)
macro
51
#define
be32toh
(x) (uint32_t)(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
endian.h
38
#define
be32toh
(x) __bswap32(x)
macro
51
#define
be32toh
(x) (uint32_t)(x)
macro
/third_party/musl/include/
H
A
D
endian.h
38
#define
be32toh
(x) __bswap32(x)
macro
51
#define
be32toh
(x) (uint32_t)(x)
macro
/third_party/musl/src/locale/
H
A
D
catclose.c
7
#define V(p)
be32toh
(*(uint32_t *)(p))
H
A
D
catgets.c
8
#define V(p)
be32toh
(*(uint32_t *)(p))
H
A
D
catopen.c
12
#define V(p)
be32toh
(*(uint32_t *)(p))
/third_party/musl/arch/mips64/
H
A
D
reloc.h
36
#define R_SYM(x) (
be32toh
(be64toh(x)>>32))
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.h
411
return sc->sc_flags & EHCI_SCFLG_BIGEDESC ?
be32toh
(v) : le32toh(v);
in hc32toh()
/third_party/alsa-utils/aplay/
H
A
D
aplay.c
75
#define
be32toh
(x) __be32_to_cpu(x)
macro
1928
val =
be32toh
(*valp);
Completed in 10 milliseconds