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

  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 30 #define le16toh(x) letoh16(x) macro
49 #define le16toh(x) (x) macro
72 #define le16toh(x) OSSwapLittleToHostInt16(x) macro
146 #define le16toh(x) bswap_16(x) macro
153 #define le16toh(x) (x) macro
  /src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h 24 # define le16toh(x) OSSwapLittleToHostInt16(x) macro
50 # define le16toh(x) letoh16(x) macro
68 # define le16toh(x) (x) macro
86 # define le16toh(x) __builtin_bswap16(x) macro
  /src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h 34 #define le16toh(x) (x) macro
48 #define le16toh(x) _byteswap_ushort(x) macro
76 #define le16toh(x) OSSwapLittleToHostInt16(x) macro
215 # if !defined le16toh
216 # define le16toh(x) letoh(16,(x)) macro
  /src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h 30 #define le16toh(x) letoh16(x) macro
48 #define le16toh(x) OSSwapLittleToHostInt16(x) macro
122 #define le16toh(x) bswap_16(x) macro
129 #define le16toh(x) (x) macro
  /src/sys/arch/hpc/stand/include/machine/
endian.h 197 #define le16toh(x) htole16(x) macro
204 #define LE16TOH(x) HTOLE16(x)
  /src/sys/sys/
endian.h 179 #define le16toh(x) htole16(x) macro
186 #define LE16TOH(x) HTOLE16(x)
  /src/tools/compat/
compat_defs.h 1174 #if !HAVE_DECL_LE16TOH && !defined(le16toh)
1175 #define le16toh(x) htole16(x) macro
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 38 #define le16toh(x) LE_16(x) macro
59 #define le16toh(x) letoh16(x) macro
72 #define le16toh(x) (x) macro
88 #define le16toh(x) __builtin_bswap16(x) macro

Completed in 76 milliseconds