Searched refs:bswap_64 (Results 1 - 24 of 24) sorted by relevance

/external/elfutils/src/src/
H A 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/
H A Dprivate.h36 #define cpu_to_le64(x) bswap_64(x)
37 #define le64_to_cpu(x) bswap_64(x)
/external/elfutils/src/libcpu/
H A Dmemory-access.h75 ? bswap_64 (*((const uint64_t *) (Addr))) \
79 ? (int64_t) bswap_64 (*((const int64_t *) (Addr))) \
140 return bswap_64 (up->u8);
148 return (int64_t) bswap_64 (up->u8);
/external/elfutils/src/libelf/
H A Dgnuhash_xlate.h62 dest64[cnt] = bswap_64 (src64[cnt]);
H A Dcommon.h145 : bswap_64 (Var))))
154 : bswap_64 (Var))))
H A Delf_getarsym.c69 *nump = index64_p ? bswap_64 (u.ret64) : bswap_32 (u.ret32);
262 tmp = bswap_64 (tmp);
H A Dgelf_xlate.c100 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
/external/elfutils/src/libdw/
H A Dmemory-access.h140 ? 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/elfutils/src/lib/
H A Dsystem.h43 # define BE64(n) bswap_64 (n)
48 # define LE64(n) bswap_64 (n)
/external/linux-tools-perf/src/tools/perf/util/
H A Dsession.c304 *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(even
[all...]
H A Dsymbol-minimal.c164 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);
H A Ddso.h54 ____r = bswap_64(val); \
H A Devsel.c1182 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);
1399 u.val64 = bswap_64(u.val64);
1601 u.val64 = bswap_64(u.val64);
1635 u.val64 = bswap_64(u.val64);
1690 u.val64 = bswap_64(u.val64);
1801 return bswap_64(value);
H A Dheader.c1323 *id = bswap_64(*id);
1762 mem = bswap_64(mem);
1949 mem_total = bswap_64(mem_total);
1950 mem_free = bswap_64(mem_free);
2438 attr_size = bswap_64(hdr_sz);
2474 attr_size = bswap_64(hdr_sz);
2640 header->size = bswap_64(header->size);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h29 #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/wpa_supplicant_8/src/utils/
H A Dcommon.h29 #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/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h29 #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/toybox/lib/
H A Dportability.h192 #define SWAP_LE64(x) bswap_64(x)
197 #define SWAP_BE64(x) bswap_64(x)
/external/blktrace/
H A Dblktrace.h69 #define __bswap_64 bswap_64
/external/f2fs-tools/include/
H A Df2fs_fs.h68 * 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/fio/os/
H A Dos-android.h217 #define fio_swap64(x) bswap_64(x)
/external/libvncserver/libvncserver/
H A Dwebsockets.c47 #define WS_NTOH64(n) bswap_64(n)
50 #define WS_HTON64(n) bswap_64(n)
/external/srtp/crypto/include/
H A Ddatatypes.h393 # define be64_to_cpu(x) bswap_64((x))
/external/libpcap/
H A Dpcap-usb-linux.c88 #define htol64(ll) bswap_64(ll)

Completed in 651 milliseconds