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_32
(Results
1 - 13
of
13
) sorted by relevance
/third_party/alsa-utils/include/
H
A
D
bswap.h
28
#define
bswap_32
bswap32
macro
33
#define
bswap_32
swap32
macro
38
#define
bswap_32
BSWAP_32
macro
/third_party/alsa-lib/include/
H
A
D
bswap.h
28
#define
bswap_32
bswap32
macro
33
#define
bswap_32
swap32
macro
38
#define
bswap_32
BSWAP_32
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
byteswap.h
23
#define
bswap_32
(x) __bswap_32(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
byteswap.h
23
#define
bswap_32
(x) __bswap_32(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
byteswap.h
23
#define
bswap_32
(x) __bswap_32(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
byteswap.h
23
#define
bswap_32
(x) __bswap_32(x)
macro
/third_party/musl/include/
H
A
D
byteswap.h
23
#define
bswap_32
(x) __bswap_32(x)
macro
/third_party/protobuf/src/google/protobuf/stubs/
H
A
D
port.h
233
#define
bswap_32
(x) _byteswap_ulong(x)
macro
239
#define
bswap_32
(x) OSSwapInt32(x)
macro
252
static inline uint32
bswap_32
(uint32 x) {
in bswap_32()
function
258
#define
bswap_32
(x)
bswap_32
(x)
macro
/third_party/toybox/lib/
H
A
D
portability.h
131
#define
bswap_32
(x) OSSwapInt32(x)
macro
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
endians.h
113
# define
bswap_32
(x) __ntfs_bswap_constant_32(x)
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
common.h
29
#define
bswap_32
swap32
macro
33
#define
bswap_32
bswap32
macro
50
static inline unsigned int
bswap_32
(unsigned int v)
in bswap_32()
function
63
#define
bswap_32
CPU_swap_u32
macro
399
#define
bswap_32
(
macro
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
common.h
41
#define
bswap_32
swap32
macro
45
#define
bswap_32
bswap32
macro
62
static inline unsigned int
bswap_32
(unsigned int v)
in bswap_32()
function
75
#define
bswap_32
CPU_swap_u32
macro
414
#define
bswap_32
(
macro
[all...]
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
175
static inline uint32_t
bswap_32
(uint32_t val)
in bswap_32()
function
Completed in 11 milliseconds