OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bswap_64
(Results
51 - 75
of
78
) sorted by null
1
2
3
4
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
byteswap.h
35
#define
bswap_64
(x) __swap64(x)
macro
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
byteswap.h
35
#define
bswap_64
(x) __swap64(x)
macro
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
byteswap.h
35
#define
bswap_64
(x) __swap64(x)
macro
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
byteswap.h
35
#define
bswap_64
(x) __swap64(x)
macro
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
byteswap.h
35
#define
bswap_64
(x) __swap64(x)
macro
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
byteswap.h
35
#define
bswap_64
(x) __swap64(x)
macro
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
byteswap.h
35
#define
bswap_64
(x) __swap64(x)
macro
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h
283
#define
bswap_64
(x) _byteswap_uint64(x)
macro
289
#define
bswap_64
(x) OSSwapInt64(x)
macro
304
static inline uint64
bswap_64
(uint64 x) {
function in namespace:google::protobuf
314
#define
bswap_64
(x)
bswap_64
(x)
macro
332
static uint64 FromHost64(uint64 x) { return
bswap_64
(x); }
333
static uint64 ToHost64(uint64 x) { return
bswap_64
(x); }
/external/elfutils/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);
275
tmp =
bswap_64
(tmp);
gelf_xlate.c
101
case 8: STORE (64, dest,
bswap_64
(FETCH (64, ptr))); break; \
/external/elfutils/libdw/
memory-access.h
155
?
bswap_64
(*((const uint64_t *) (Addr))) \
159
? (int64_t)
bswap_64
(*((const int64_t *) (Addr))) \
239
return
bswap_64
(up->u8);
247
return (int64_t)
bswap_64
(up->u8);
/external/f2fs-tools/
configure.ac
76
[AC_CHECK_DECLS([
bswap_64
],,,[#include <byteswap.h>])])
/external/wpa_supplicant_8/src/utils/
common.h
29
#define
bswap_64
swap64
macro
33
#define
bswap_64
bswap64
macro
175
#define be_to_host64(n)
bswap_64
((__force u64) (be64) (n))
176
#define host_to_be64(n) ((__force be64)
bswap_64
((n)))
186
#define le_to_host64(n)
bswap_64
(n)
187
#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)
/toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_swap.h
67
bswap_64
(uint64_t v)
function
85
#undef
bswap_64
macro
86
#define
bswap_64
__builtin_bswap64
macro
198
{ return
bswap_64
(v); }
/external/elfutils/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
200
#define SWAP_LE64(x)
bswap_64
(x)
205
#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/dbus/dbus/
dbus-marshal-basic.h
63
#define DBUS_UINT64_SWAP_LE_BE_CONSTANT(val)
bswap_64
(val)
/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
...]
Completed in 1065 milliseconds
1
2
3
4