HomeSort by: relevance | last modified time | path
    Searched defs:bswap_64 (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
byteswap_.h 35 #define bswap_64(x) ((((x) & 0x00000000000000FFULL) << 56) | \ macro
  /src/external/gpl2/gettext/include/
byteswap.h 38 #define bswap_64(x) ((((x) & 0x00000000000000FFULL) << 56) | \ macro
49 #define bswap_64(x) (x) macro
  /src/external/gpl3/binutils/dist/libctf/
swap.h 54 bswap_64 (uint64_t v) function
86 case 8: x = bswap_64 (x); break; \
  /src/external/gpl3/binutils.old/dist/libctf/
swap.h 54 bswap_64 (uint64_t v) function
86 case 8: x = bswap_64 (x); break; \
  /src/external/gpl3/gdb.old/dist/libctf/
swap.h 54 bswap_64 (uint64_t v) function
86 case 8: x = bswap_64 (x); break; \
  /src/external/gpl3/gdb/dist/libctf/
swap.h 54 bswap_64 (uint64_t v) function
86 case 8: x = bswap_64 (x); break; \
  /src/external/gpl2/lvm2/dist/include/
xlate.h 28 # define bswap_64(x) bswap64(x) macro
37 # define bswap_64(x) (((x) & 0x00000000000000ffULL) << 56 | \ macro
53 # define xlate64_be(x) bswap_64(x)
57 # define xlate64(x) bswap_64(x)
  /src/external/gpl2/lvm2/dist/lib/mm/
xlate.h 28 # define bswap_64(x) bswap64(x) macro
37 # define bswap_64(x) (((x) & 0x00000000000000ffULL) << 56 | \ macro
53 # define xlate64_be(x) bswap_64(x)
57 # define xlate64(x) bswap_64(x)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 95 #define bswap_64(x) BSWAP_64(x) macro
128 #ifndef bswap_64
129 #define bswap_64(x) \ macro
138 #endif /* !bswap_64 */
180 #define htole64(x) bswap_64(x)
182 #define le64toh(x) bswap_64(x)
186 #define htobe64(x) bswap_64(x)
188 #define be64toh(x) bswap_64(x)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h 71 #define bswap_64(x) BSWAP_64(x) macro
104 #ifndef bswap_64
105 #define bswap_64(x) \ macro
114 #endif /* !bswap_64 */
156 #define htole64(x) bswap_64(x)
158 #define le64toh(x) bswap_64(x)
162 #define htobe64(x) bswap_64(x)
164 #define be64toh(x) bswap_64(x)
  /src/external/bsd/wpa/dist/src/utils/
common.h 29 #define bswap_64 swap64 macro
33 #define bswap_64 bswap64 macro
189 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
190 #define host_to_be64(n) ((__force be64) bswap_64((n)))
200 #define le_to_host64(n) bswap_64(n)
201 #define host_to_le64(n) bswap_64(n)

Completed in 414 milliseconds