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:htole16
(Results
1 - 11
of
11
) sorted by relevance
/third_party/alsa-utils/axfer/
H
A
D
container-voc.c
607
header->hdr_size =
htole16
(sizeof(*header));
in write_container_header()
608
header->version =
htole16
(state->version);
in write_container_header()
609
header->version_compr =
htole16
(0x1234 + ~state->version);
in write_container_header()
627
block->code_id =
htole16
(state->code_id);
in write_v120_format_block()
648
block->time_const =
htole16
(time_const);
in write_extended_v110_format_block()
649
block->code_id =
htole16
(state->code_id);
in write_extended_v110_format_block()
H
A
D
container-riff-wave.c
449
subchunk->format =
htole16
(state->format);
in build_wave_format_subchunk()
450
subchunk->samples_per_frame =
htole16
(state->samples_per_frame);
in build_wave_format_subchunk()
454
subchunk->bytes_per_frame =
htole16
(bytes_per_frame);
in build_wave_format_subchunk()
456
htole16
(state->avail_bits_in_sample);
in build_wave_format_subchunk()
/third_party/eudev/src/shared/
H
A
D
sparse-endian.h
44
#undef
htole16
macro
72
static inline le16_t
htole16
(uint16_t value) { return (le16_t __force) bswap_16_on_be(value); }
in htole16()
function
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
endian.h
45
#define
htole16
(x) (uint16_t)(x)
macro
58
#define
htole16
(x) __bswap16(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
endian.h
41
#define
htole16
(x) (uint16_t)(x)
macro
54
#define
htole16
(x) __bswap16(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
endian.h
41
#define
htole16
(x) (uint16_t)(x)
macro
54
#define
htole16
(x) __bswap16(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
endian.h
41
#define
htole16
(x) (uint16_t)(x)
macro
54
#define
htole16
(x) __bswap16(x)
macro
/third_party/musl/include/
H
A
D
endian.h
41
#define
htole16
(x) (uint16_t)(x)
macro
54
#define
htole16
(x) __bswap16(x)
macro
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.h
405
return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe16(v) :
htole16
(v);
in htohc16()
432
return
htole16
(v);
in htohc16()
/third_party/backends/backend/
H
A
D
hp5590_low.c
258
ctrl.wLength =
htole16
(size);
in hp5590_control_msg()
328
ctrl.wLength =
htole16
(size);
in hp5590_control_msg()
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_axe.c
940
hdr.len =
htole16
(txlen);
in axe_bulk_write_callback()
Completed in 8 milliseconds