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

  /src/external/gpl3/binutils/dist/libctf/
ctf-endian.h 30 # define le64toh(x) (x) macro
33 # define le64toh(x) bswap_64 ((x)) macro
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-endian.h 30 # define le64toh(x) (x) macro
33 # define le64toh(x) bswap_64 ((x)) macro
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-endian.h 32 # ifndef le64toh
33 # define le64toh(x) (x) macro
39 # ifndef le64toh
40 # define le64toh(x) bswap_64 ((x)) macro
  /src/external/gpl3/gdb/dist/libctf/
ctf-endian.h 32 # ifndef le64toh
33 # define le64toh(x) (x) macro
39 # ifndef le64toh
40 # define le64toh(x) bswap_64 ((x)) macro
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 34 #define le64toh(x) letoh64(x) macro
59 #define le64toh(x) (x) macro
82 #define le64toh(x) OSSwapLittleToHostInt64(x) macro
182 #define le64toh(x) bswap_64(x) macro
189 #define le64toh(x) (x) macro
  /src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h 34 # define le64toh(x) OSSwapLittleToHostInt64(x) macro
56 # define le64toh(x) letoh64(x) macro
78 # define le64toh(x) (x) macro
96 # define le64toh(x) __builtin_bswap64(x) macro
  /src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h 36 #define le64toh(x) (x) macro
50 #define le64toh(x) _byteswap_uint64(x) macro
78 #define le64toh(x) OSSwapLittleToHostInt64(x) macro
221 # if !defined le64toh
222 # define le64toh(x) letoh(64,(x)) macro
  /src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h 34 #define le64toh(x) letoh64(x) macro
58 #define le64toh(x) OSSwapLittleToHostInt64(x) macro
158 #define le64toh(x) bswap_64(x) macro
165 #define le64toh(x) (x) macro
  /src/sys/arch/hpc/stand/include/machine/
endian.h 199 #define le64toh(x) htole64(x) macro
206 #define LE64TOH(x) HTOLE64(x)
  /src/sys/sys/
endian.h 181 #define le64toh(x) htole64(x) macro
188 #define LE64TOH(x) HTOLE64(x)
  /src/tools/compat/
compat_defs.h 1180 #if !HAVE_DECL_LE64TOH && !defined(le64toh)
1181 #define le64toh(x) htole64(x) macro
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 48 #define le64toh(x) LE_64(x) macro
65 #define le64toh(x) letoh64(x) macro
82 #define le64toh(x) (x) macro
98 #define le64toh(x) __builtin_bswap64(x) macro

Completed in 32 milliseconds