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_64
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
verifier_bswap.c
37
__naked void
bswap_64
(void)
in bswap_64()
function
/third_party/alsa-utils/include/
H
A
D
bswap.h
29
#define
bswap_64
bswap64
macro
34
#define
bswap_64
swap64
macro
39
#define
bswap_64
BSWAP_64
macro
/third_party/alsa-lib/include/
H
A
D
bswap.h
29
#define
bswap_64
bswap64
macro
34
#define
bswap_64
swap64
macro
39
#define
bswap_64
BSWAP_64
macro
/kernel/liteos_m/kal/libc/newlib/porting/include/
H
A
D
byteswap.h
54
#define
bswap_64
(x) __bswap_64(x)
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
byteswap.h
24
#define
bswap_64
(x) __bswap_64(x)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
byteswap.h
24
#define
bswap_64
(x) __bswap_64(x)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
byteswap.h
24
#define
bswap_64
(x) __bswap_64(x)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
byteswap.h
24
#define
bswap_64
(x) __bswap_64(x)
macro
/third_party/musl/include/
H
A
D
byteswap.h
24
#define
bswap_64
(x) __bswap_64(x)
macro
/third_party/protobuf/src/google/protobuf/stubs/
H
A
D
port.h
234
#define
bswap_64
(x) _byteswap_uint64(x)
macro
240
#define
bswap_64
(x) OSSwapInt64(x)
macro
262
static inline uint64
bswap_64
(uint64 x) {
in bswap_64()
function
272
#define
bswap_64
(x)
bswap_64
(x)
macro
/third_party/toybox/lib/
H
A
D
portability.h
132
#define
bswap_64
(x) OSSwapInt64(x)
macro
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
endians.h
114
# define
bswap_64
(x) __ntfs_bswap_constant_64(x)
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
common.h
30
#define
bswap_64
swap64
macro
34
#define
bswap_64
bswap64
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
common.h
42
#define
bswap_64
swap64
macro
46
#define
bswap_64
bswap64
macro
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
194
static inline uint64_t
bswap_64
(uint64_t val)
in bswap_64()
function
Completed in 9 milliseconds