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:bswap32
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/compat/
H
A
D
bswap.h
35
#define
bswap32
(x) __builtin_bswap32(x)
macro
38
static inline uint32_t
bswap32
(uint32_t x)
in bswap32()
function
50
return ((uint64_t)
bswap32
(x)) << 32 |
bswap32
(x >> 32);
in bswap64()
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
builtin-bswap-constant.c
7
unsigned int
bswap32
(void);
8
unsigned int
bswap32
(void)
in bswap32()
function
/third_party/alsa-utils/include/
H
A
D
bswap.h
28
#define bswap_32
bswap32
/third_party/alsa-lib/include/
H
A
D
bswap.h
28
#define bswap_32
bswap32
/third_party/mesa3d/src/util/
H
A
D
compiler.h
60
#define CPU_TO_LE32( x )
bswap32
( x )
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_tiled_memcpy.c
67
//
bswap32
already exists as a macro on some platforms (FreeBSD)
68
#ifndef
bswap32
70
bswap32
(uint32_t n)
in bswap32()
function
95
*d = ror(
bswap32
(*s), 8);
in rgba8_copy()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
common.h
33
#define bswap_32
bswap32
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
common.h
45
#define bswap_32
bswap32
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
builtin.c
232
case 32: expr->value =
bswap32
(val); break;
in expand_bswap()
/third_party/node/deps/openssl/openssl/crypto/aria/
H
A
D
aria.c
35
#define
bswap32
(v) \
macro
420
(T3) =
bswap32
(T3); \
/third_party/openssl/crypto/aria/
H
A
D
aria.c
35
#define
bswap32
(v) \
macro
420
(T3) =
bswap32
(T3); \
Completed in 10 milliseconds