OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bswap_64
(Results
76 - 100
of
101
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
byteswap.h
36
#define
bswap_64
(x) swap64(x)
macro
/external/elfutils/src/libelf/
common.h
145
:
bswap_64
(Var))))
154
:
bswap_64
(Var))))
gnuhash_xlate.h
62
dest64[cnt] =
bswap_64
(src64[cnt]);
elf_getarsym.c
69
*nump = index64_p ?
bswap_64
(u.ret64) : bswap_32 (u.ret32);
262
tmp =
bswap_64
(tmp);
gelf_xlate.c
100
case 8: STORE (64, dest,
bswap_64
(FETCH (64, ptr))); break; \
/external/elfutils/src/libdw/
memory-access.h
140
?
bswap_64
(*((const uint64_t *) (Addr))) \
144
? (int64_t)
bswap_64
(*((const int64_t *) (Addr))) \
224
return
bswap_64
(up->u8);
232
return (int64_t)
bswap_64
(up->u8);
/external/f2fs-tools/
configure.ac
76
[AC_CHECK_DECLS([
bswap_64
],,,[#include <byteswap.h>])])
/external/linux-tools-perf/src/tools/perf/util/
symbol-minimal.c
164
ehdr.e_phoff =
bswap_64
(ehdr.e_phoff);
183
phdr->p_offset =
bswap_64
(phdr->p_offset);
184
phdr->p_filesz =
bswap_64
(phdr->p_filesz);
session.c
304
*m =
bswap_64
(*m);
344
event->mmap.start =
bswap_64
(event->mmap.start);
345
event->mmap.len =
bswap_64
(event->mmap.len);
346
event->mmap.pgoff =
bswap_64
(event->mmap.pgoff);
361
event->mmap2.start =
bswap_64
(event->mmap2.start);
362
event->mmap2.len =
bswap_64
(event->mmap2.len);
363
event->mmap2.pgoff =
bswap_64
(event->mmap2.pgoff);
366
event->mmap2.ino =
bswap_64
(event->mmap2.ino);
381
event->fork.time =
bswap_64
(event->fork.time);
391
event->read.value =
bswap_64
(event->read.value)
[
all
...]
dso.h
54
____r =
bswap_64
(val); \
evsel.c
1182
u.val64 =
bswap_64
(u.val64);
1209
u.val64 =
bswap_64
(u.val64);
1289
u.val64 =
bswap_64
(u.val64);
1325
u.val64 =
bswap_64
(u.val64);
[
all
...]
header.c
1323
*id =
bswap_64
(*id);
[
all
...]
/external/wpa_supplicant_8/src/utils/
common.h
29
#define
bswap_64
swap64
macro
33
#define
bswap_64
bswap64
macro
201
#define be_to_host64(n)
bswap_64
((__force u64) (be64) (n))
202
#define host_to_be64(n) ((__force be64)
bswap_64
((n)))
212
#define le_to_host64(n)
bswap_64
(n)
213
#define host_to_le64(n)
bswap_64
(n)
/external/fio/os/
os-solaris.h
30
#define fio_swap64(x)
BSWAP_64
(x)
os-android.h
217
#define fio_swap64(x)
bswap_64
(x)
/libcore/luni/src/main/native/
Portability.h
28
#define
bswap_64
OSSwapInt64
macro
/external/elfutils/src/lib/
system.h
43
# define BE64(n)
bswap_64
(n)
48
# define LE64(n)
bswap_64
(n)
/external/blktrace/
blktrace.h
69
#define __bswap_64
bswap_64
/external/toybox/lib/
portability.h
192
#define SWAP_LE64(x)
bswap_64
(x)
197
#define SWAP_BE64(x)
bswap_64
(x)
/external/f2fs-tools/include/
f2fs_fs.h
68
*
bswap_64
- reverse bytes in a uint64_t value.
74
* (unsigned long long)
bswap_64
(1024));
76
static inline uint64_t
bswap_64
(uint64_t val)
function
99
#define le64_to_cpu(x)
bswap_64
(x)
102
#define cpu_to_le64(x)
bswap_64
(x)
/external/libexif/m4m/
gp-byteorder.m4
106
#define swap64(x)
bswap_64
(x)
/system/extras/perfprofd/quipper/
perf_reader.cc
87
*input =
bswap_64
(*input);
97
return
bswap_64
(value);
848
piped_header_.magic !=
bswap_64
(kPerfMagic)) {
850
<< " or 0x" << std::hex <<
bswap_64
(kPerfMagic)
[
all
...]
/external/libvncserver/libvncserver/
websockets.c
47
#define WS_NTOH64(n)
bswap_64
(n)
50
#define WS_HTON64(n)
bswap_64
(n)
/external/libmtp/m4/
byteorder.m4
104
#define swap64(x)
bswap_64
(x)
/external/srtp/crypto/include/
datatypes.h
393
# define be64_to_cpu(x)
bswap_64
((x))
Completed in 2321 milliseconds
1
2
3
4
5