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:bswap_64
(Results
1 - 25
of
29
) sorted by relevance
1
2
/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
/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
261
#ifndef
bswap_64
262
static inline uint64
bswap_64
(uint64 x) {
in bswap_64()
function
272
#define
bswap_64
(x)
bswap_64
(x)
macro
354
static uint64 FromHost64(uint64 x) { return
bswap_64
(x); }
in FromHost64()
355
static uint64 ToHost64(uint64 x) { return
bswap_64
(x); }
in ToHost64()
/third_party/elfutils/libcpu/
H
A
D
memory-access.h
74
?
bswap_64
(*((const uint64_t *) (Addr))) \
78
? (int64_t)
bswap_64
(*((const int64_t *) (Addr))) \
139
return
bswap_64
(up->u8);
in read_8ubyte_unaligned()
147
return (int64_t)
bswap_64
(up->u8);
in read_8sbyte_unaligned()
/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
186
#define be_to_host64(n)
bswap_64
((__force u64) (be64) (n))
187
#define host_to_be64(n) ((__force be64)
bswap_64
((n)))
197
#define le_to_host64(n)
bswap_64
(n)
198
#define host_to_le64(n)
bswap_64
(n)
/third_party/elfutils/libdw/
H
A
D
memory-access.h
223
?
bswap_64
(*((const uint64_t *) (Addr))) \
227
? (int64_t)
bswap_64
(*((const int64_t *) (Addr))) \
307
return
bswap_64
(up->u8);
in read_8ubyte_unaligned_1()
315
return (int64_t)
bswap_64
(up->u8);
in read_8sbyte_unaligned_1()
/third_party/toybox/lib/
H
A
D
portability.h
132
#define
bswap_64
(x) OSSwapInt64(x)
macro
164
#define SWAP_LE64(x)
bswap_64
(x)
169
#define SWAP_BE64(x)
bswap_64
(x)
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
endians.h
114
# define
bswap_64
(x) __ntfs_bswap_constant_64(x)
macro
137
#define __be64_to_cpu(x)
bswap_64
(x)
141
#define __cpu_to_be64(x)
bswap_64
(x)
155
#define __le64_to_cpu(x)
bswap_64
(x)
159
#define __cpu_to_le64(x)
bswap_64
(x)
/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
198
#define be_to_host64(n)
bswap_64
((__force u64) (be64) (n))
199
#define host_to_be64(n) ((__force be64)
bswap_64
((n)))
209
#define le_to_host64(n)
bswap_64
(n)
210
#define host_to_le64(n)
bswap_64
(n)
/third_party/elfutils/libelf/
H
A
D
common.h
142
:
bswap_64
(Var))))
151
:
bswap_64
(Var))))
H
A
D
gnuhash_xlate.h
62
dest64[cnt] =
bswap_64
(src64[cnt]);
in elf_cvt_gnuhash()
H
A
D
elf_getarsym.c
65
*nump = index64_p ?
bswap_64
(u.ret64) : bswap_32 (u.ret32);
in read_number_entries()
270
tmp =
bswap_64
(tmp);
in elf_getarsym()
H
A
D
gelf_xlate.c
101
case 8: STORE (64, dest,
bswap_64
(FETCH (64, ptr))); break; \
/third_party/selinux/libsepol/src/
H
A
D
private.h
35
#define cpu_to_le64(x)
bswap_64
(x)
36
#define le64_to_cpu(x)
bswap_64
(x)
/third_party/elfutils/lib/
H
A
D
system.h
71
# define BE64(n)
bswap_64
(n)
76
# define LE64(n)
bswap_64
(n)
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_misc.c
506
return
bswap_64
(u.i);
in snd_pcm_format_silence_64()
519
return
bswap_64
(u.i);
in snd_pcm_format_silence_64()
530
return
bswap_64
(u.i);
in snd_pcm_format_silence_64()
543
return
bswap_64
(u.i);
in snd_pcm_format_silence_64()
/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/node/deps/ngtcp2/ngtcp2/lib/
H
A
D
ngtcp2_net.h
59
# define ngtcp2_bswap64
bswap_64
/third_party/node/deps/ngtcp2/nghttp3/lib/
H
A
D
nghttp3_conv.h
57
# define nghttp3_bswap64
bswap_64
/third_party/libsnd/src/
H
A
D
sfendian.h
36
#define ENDSWAP_64(x) (
bswap_64
(x))
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
186
*
bswap_64
- reverse bytes in a uint64_t value.
192
* (unsigned long long)
bswap_64
(1024));
194
static inline uint64_t
bswap_64
(uint64_t val)
in bswap_64()
function
218
#define le64_to_cpu(x)
bswap_64
(x)
221
#define cpu_to_le64(x)
bswap_64
(x)
Completed in 17 milliseconds
1
2