Searched defs:bswap_64 (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/0.153/host-darwin-fixup/
H A Dbyteswap.h31 static inline unsigned long long bswap_64(unsigned long long val) function
/external/linux-tools-perf/perf-3.12.0/tools/perf/host-darwin-fixup/
H A Dbyteswap.h31 static inline unsigned long long bswap_64(unsigned long long val) function
/external/chromium_org/third_party/smhasher/src/
H A DCity.cpp59 #define bswap_64(x) _byteswap_uint64(x) macro
65 #define bswap_64(x) OSSwapInt64(x) macro
72 #define uint64_in_expected_order(x) (bswap_64(x))
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h29 #define bswap_64 swap64 macro
33 #define bswap_64 bswap64 macro
200 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
201 #define host_to_be64(n) ((__force be64) bswap_64((n)))
211 #define le_to_host64(n) bswap_64(n)
212 #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
200 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
201 #define host_to_be64(n) ((__force be64) bswap_64((n)))
211 #define le_to_host64(n) bswap_64(n)
212 #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
200 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
201 #define host_to_be64(n) ((__force be64) bswap_64((n)))
211 #define le_to_host64(n) bswap_64(n)
212 #define host_to_le64(n) bswap_64(n)
/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)

Completed in 151 milliseconds