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
defs:bswap_16
(Results
1 - 13
of
13
) sorted by relevance
/third_party/alsa-utils/include/
H
A
D
bswap.h
27
#define
bswap_16
bswap16
macro
32
#define
bswap_16
swap16
macro
37
#define
bswap_16
BSWAP_16
macro
/third_party/alsa-lib/include/
H
A
D
bswap.h
27
#define
bswap_16
bswap16
macro
32
#define
bswap_16
swap16
macro
37
#define
bswap_16
BSWAP_16
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
byteswap.h
22
#define
bswap_16
(x) __bswap_16(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
byteswap.h
22
#define
bswap_16
(x) __bswap_16(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
byteswap.h
22
#define
bswap_16
(x) __bswap_16(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
byteswap.h
22
#define
bswap_16
(x) __bswap_16(x)
macro
/third_party/musl/include/
H
A
D
byteswap.h
22
#define
bswap_16
(x) __bswap_16(x)
macro
/third_party/protobuf/src/google/protobuf/stubs/
H
A
D
port.h
232
#define
bswap_16
(x) _byteswap_ushort(x)
macro
238
#define
bswap_16
(x) OSSwapInt16(x)
macro
245
static inline uint16
bswap_16
(uint16 x) {
in bswap_16()
function
248
#define
bswap_16
(x)
bswap_16
(x)
macro
/third_party/toybox/lib/
H
A
D
portability.h
130
#define
bswap_16
(x) OSSwapInt16(x)
macro
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
endians.h
112
# define
bswap_16
(x) __ntfs_bswap_constant_16(x)
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
common.h
28
#define
bswap_16
swap16
macro
32
#define
bswap_16
bswap16
macro
45
static inline unsigned short
bswap_16
(unsigned short v)
in bswap_16()
function
62
#define
bswap_16
CPU_swap_u16
macro
395
#define
bswap_16
(
macro
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
common.h
40
#define
bswap_16
swap16
macro
44
#define
bswap_16
bswap16
macro
57
static inline unsigned short
bswap_16
(unsigned short v)
in bswap_16()
function
74
#define
bswap_16
CPU_swap_u16
macro
410
#define
bswap_16
(
macro
[all...]
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
161
static inline uint16_t
bswap_16
(uint16_t val)
in bswap_16()
function
Completed in 9 milliseconds