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:htobe32
(Results
1 - 11
of
11
) sorted by relevance
/third_party/alsa-utils/axfer/
H
A
D
container-au.c
130
header->hdr_size =
htobe32
(sizeof(struct container_header));
in build_container_header()
131
header->data_size =
htobe32
(byte_count);
in build_container_header()
132
header->code_id =
htobe32
(state->code_id);
in build_container_header()
133
header->frames_per_second =
htobe32
(frames_per_second);
in build_container_header()
134
header->samples_per_frame =
htobe32
(state->samples_per_frame);
in build_container_header()
H
A
D
container-riff-wave.c
407
chunk->size =
htobe32
(data_size);
in build_riff_chunk_header()
420
subchunk->size =
htobe32
(size);
in build_subchunk_header()
442
subchunk->frames_per_second =
htobe32
(state->frames_per_second);
in build_wave_format_subchunk()
444
htobe32
(average_bytes_per_second);
in build_wave_format_subchunk()
/third_party/musl/src/locale/
H
A
D
catgets.c
23
uint32_t set_id_be =
htobe32
(set_id);
in catgets()
24
uint32_t msg_id_be =
htobe32
(msg_id);
in catgets()
/third_party/eudev/src/shared/
H
A
D
sparse-endian.h
47
#undef
htobe32
macro
77
static inline be32_t
htobe32
(uint32_t value) { return (be32_t __force) bswap_32_on_le(value); }
in htobe32()
function
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
endian.h
41
#define
htobe32
(x) __bswap32(x)
macro
54
#define
htobe32
(x) (uint32_t)(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
endian.h
37
#define
htobe32
(x) __bswap32(x)
macro
50
#define
htobe32
(x) (uint32_t)(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
endian.h
37
#define
htobe32
(x) __bswap32(x)
macro
50
#define
htobe32
(x) (uint32_t)(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
endian.h
37
#define
htobe32
(x) __bswap32(x)
macro
50
#define
htobe32
(x) (uint32_t)(x)
macro
/third_party/musl/include/
H
A
D
endian.h
37
#define
htobe32
(x) __bswap32(x)
macro
50
#define
htobe32
(x) (uint32_t)(x)
macro
/third_party/musl/arch/mips64/
H
A
D
reloc.h
37
#define R_INFO(s,t) (htobe64((uint64_t)
htobe32
(s)<<32 | (uint64_t)t))
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.h
399
return sc->sc_flags & EHCI_SCFLG_BIGEDESC ?
htobe32
(v) : htole32(v);
in htohc32()
Completed in 5 milliseconds