Home
last modified time | relevance | path

Searched refs:bswap_64 (Results 1 – 20 of 20) sorted by relevance

/external/elfutils/libcpu/
Dmemory-access.h75 ? bswap_64 (*((const uint64_t *) (Addr))) \
79 ? (int64_t) bswap_64 (*((const int64_t *) (Addr))) \
140 return bswap_64 (up->u8); in read_8ubyte_unaligned()
148 return (int64_t) bswap_64 (up->u8); in read_8sbyte_unaligned()
/external/elfutils/src/
Dunaligned.h39 # define target_bswap_64(n) bswap_64 (n)
97 uint64_t _val = bswap_64 (_ptr->u) + (value); \
98 _ptr->u = bswap_64 (_val); \
/external/selinux/libsepol/src/
Dprivate.h36 #define cpu_to_le64(x) bswap_64(x)
37 #define le64_to_cpu(x) bswap_64(x)
/external/elfutils/libdw/
Dmemory-access.h155 ? bswap_64 (*((const uint64_t *) (Addr))) \
159 ? (int64_t) bswap_64 (*((const int64_t *) (Addr))) \
239 return bswap_64 (up->u8); in read_8ubyte_unaligned_1()
247 return (int64_t) bswap_64 (up->u8); in read_8sbyte_unaligned_1()
/external/wpa_supplicant_8/src/utils/
Dcommon.h29 #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/elfutils/libelf/
Dcommon.h145 : bswap_64 (Var))))
154 : bswap_64 (Var))))
Dgnuhash_xlate.h62 dest64[cnt] = bswap_64 (src64[cnt]); in elf_cvt_gnuhash()
Delf_getarsym.c69 *nump = index64_p ? bswap_64 (u.ret64) : bswap_32 (u.ret32); in read_number_entries()
275 tmp = bswap_64 (tmp); in elf_getarsym()
Dgelf_xlate.c101 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
/external/elfutils/lib/
Dsystem.h43 # define BE64(n) bswap_64 (n)
48 # define LE64(n) bswap_64 (n)
/external/toybox/lib/
Dportability.h200 #define SWAP_LE64(x) bswap_64(x)
205 #define SWAP_BE64(x) bswap_64(x)
/external/f2fs-tools/include/
Df2fs_fs.h76 static inline uint64_t bswap_64(uint64_t val) in bswap_64() function
99 #define le64_to_cpu(x) bswap_64(x)
102 #define cpu_to_le64(x) bswap_64(x)
/external/f2fs-tools/
Dconfigure.ac76 [AC_CHECK_DECLS([bswap_64],,,[#include <byteswap.h>])])
/external/blktrace/
Dblktrace.h69 #define __bswap_64 bswap_64
/external/fio/os/
Dos-android.h217 #define fio_swap64(x) bswap_64(x)
/external/dbus/dbus/
Ddbus-marshal-basic.h63 #define DBUS_UINT64_SWAP_LE_BE_CONSTANT(val) bswap_64(val)
/external/srtp/crypto/include/
Ddatatypes.h393 # define be64_to_cpu(x) bswap_64((x))
/external/libexif/m4m/
Dgp-byteorder.m4106 #define swap64(x) bswap_64(x)
/external/libpcap/
Dpcap-usb-linux.c84 #define htol64(ll) bswap_64(ll)
/external/libmtp/m4/
Dbyteorder.m4104 #define swap64(x) bswap_64(x)