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:le16toh
(Results
1 - 15
of
15
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_axe.c
250
val =
le16toh
(val);
in axe_miibus_readreg()
359
eeprom =
le16toh
(eeprom);
in axe_ax88178_init()
544
sc->sc_pwrcfg =
le16toh
(eeprom) & 0xFF00;
in axe_ax88772b_init()
556
eeprom =
le16toh
(eeprom);
in axe_ax88772b_init()
807
len =
le16toh
(hdr.len);
in axe_rx_frame()
825
csum_hdr.len =
le16toh
(csum_hdr.len);
in axe_rx_frame()
826
csum_hdr.ilen =
le16toh
(csum_hdr.ilen);
in axe_rx_frame()
827
csum_hdr.cstatus =
le16toh
(csum_hdr.cstatus);
in axe_rx_frame()
1101
rxmode =
le16toh
(rxmode);
in axe_setpromisc()
/third_party/eudev/src/shared/
H
A
D
sparse-endian.h
46
#undef
le16toh
macro
80
static inline uint16_t
le16toh
(le16_t value) { return bswap_16_on_be((uint16_t __force)value); }
in le16toh()
function
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
endian.h
46
#define
le16toh
(x) (uint16_t)(x)
macro
59
#define
le16toh
(x) __bswap16(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
endian.h
42
#define
le16toh
(x) (uint16_t)(x)
macro
55
#define
le16toh
(x) __bswap16(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
endian.h
42
#define
le16toh
(x) (uint16_t)(x)
macro
55
#define
le16toh
(x) __bswap16(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
endian.h
42
#define
le16toh
(x) (uint16_t)(x)
macro
55
#define
le16toh
(x) __bswap16(x)
macro
/third_party/musl/include/
H
A
D
endian.h
42
#define
le16toh
(x) (uint16_t)(x)
macro
55
#define
le16toh
(x) __bswap16(x)
macro
/third_party/alsa-utils/axfer/
H
A
D
container-voc.c
324
hdr_size =
le16toh
(header->hdr_size);
in parse_container_header()
325
version =
le16toh
(header->version);
in parse_container_header()
326
version_compr =
le16toh
(header->version_compr);
in parse_container_header()
365
state->code_id =
le16toh
(block->code_id);
in parse_v120_format_block()
392
time_const =
le16toh
(block->time_const);
in parse_extended_v110_format()
H
A
D
container-riff-wave.c
198
state->format =
le16toh
(subchunk->format);
in parse_wave_fmt_subchunk()
199
state->samples_per_frame =
le16toh
(subchunk->samples_per_frame);
in parse_wave_fmt_subchunk()
203
state->bytes_per_frame =
le16toh
(subchunk->bytes_per_frame);
in parse_wave_fmt_subchunk()
205
le16toh
(subchunk->bits_per_sample);
in parse_wave_fmt_subchunk()
/third_party/backends/backend/
H
A
D
pieusb_buffer.c
326
*buffer->p_write[c]++ =
le16toh
(*p_packet++);
in sanei_pieusb_buffer_put_single_color_line()
418
*buffer->p_write[c]++ =
le16toh
(*p_packet++);
in sanei_pieusb_buffer_put_full_color_line()
H
A
D
hp5590_low.c
480
verify_cmd =
le16toh
(verify_cmd); /* Response is LSB first */
in hp5590_verify_last_cmd()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.h
417
return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be16toh(v) :
le16toh
(v);
in hc16toh()
444
return
le16toh
(v);
in hc16toh()
/third_party/eudev/src/ata_id/
H
A
D
ata_id.c
312
p[offset_words] =
le16toh
(p[offset_words]);
in disk_identify_fixup_uint16()
/third_party/alsa-utils/aplay/
H
A
D
aplay.c
70
#ifndef
le16toh
72
#define
le16toh
(x) __le16_to_cpu(x)
macro
1881
sval =
le16toh
(*valp);
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
usbd_generic_ep0.c
83
return
le16toh
(ptr->val_);
in get_unaligned_le16()
Completed in 15 milliseconds