Home
last modified time | relevance | path

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

/external/libmtp/m4/
Dbyteorder.m4104 #define swap64(x) bswap_64(x)
121 #define swap64(x) bswap64(x)
134 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\
153 #define swap64(x) NXSwapLongLong(x)
165 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\
181 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\
254 # define le64toh(x) swap64(x)
305 # define htobe64(x) swap64(x)
308 # define be64toh(x) swap64(x)
/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/syslinux/gpxe/src/include/
Dbyteswap.h52 #define swap64(x) __bswap_64(x) macro
/external/wpa_supplicant_8/src/utils/
Dcommon.h29 #define bswap_64 swap64
/external/libtextclassifier/util/hash/
Dfarmhash.cc135 #define bswap_64(x) swap64(x)