Home
last modified time | relevance | path

Searched refs:swap64 (Results 1 – 8 of 8) sorted by relevance

/external/libexif/m4m/
Dgp-byteorder.m4106 #define swap64(x) bswap_64(x)
123 #define swap64(x) bswap64(x)
136 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\
155 #define swap64(x) NXSwapLongLong(x)
167 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\
183 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\
270 #define htobe64(x) swap64(x)
271 #define be64toh(x) swap64(x)
/external/rust/crates/ppv-lite86/src/
Dsoft.rs157 fwd_unop_x2!(swap64);
345 fwd_unop_x4!(swap64);
Dtypes.rs99 fn swap64(self) -> Self; in swap64() method
Dgeneric.rs283 fn swap64(self) -> Self {
693 self.swap64() in shuffle2301()
/external/wpa_supplicant_8/src/utils/
Dcommon.h29 #define bswap_64 swap64
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs825 fn swap64(self) -> Self { in swap64() method
857 fn swap64(self) -> Self { in swap64() method
/external/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.cc133 #define bswap_64(x) swap64(x)
/external/libtextclassifier/native/utils/hash/
Dfarmhash.cc135 #define bswap_64(x) swap64(x)