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

  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 32 #define le32toh(x) letoh32(x) macro
54 #define le32toh(x) (x) macro
77 #define le32toh(x) OSSwapLittleToHostInt32(x) macro
164 #define le32toh(x) bswap_32(x) macro
171 #define le32toh(x) (x) macro
  /src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h 29 # define le32toh(x) OSSwapLittleToHostInt32(x) macro
53 # define le32toh(x) letoh32(x) macro
73 # define le32toh(x) (x) macro
91 # define le32toh(x) __builtin_bswap32(x) macro
  /src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h 35 #define le32toh(x) (x) macro
49 #define le32toh(x) _byteswap_ulong(x) macro
77 #define le32toh(x) OSSwapLittleToHostInt32(x) macro
218 # if !defined le32toh
219 # define le32toh(x) letoh(32,(x)) macro
  /src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h 32 #define le32toh(x) letoh32(x) macro
54 #define le32toh(x) OSSwapLittleToHostInt32(x) macro
142 #define le32toh(x) bswap_32(x) macro
149 #define le32toh(x) (x) macro
  /src/sys/arch/hpc/stand/include/machine/
endian.h 198 #define le32toh(x) htole32(x) macro
205 #define LE32TOH(x) HTOLE32(x)
  /src/sys/sys/
endian.h 180 #define le32toh(x) htole32(x) macro
187 #define LE32TOH(x) HTOLE32(x)
  /src/tools/compat/
compat_defs.h 1177 #if !HAVE_DECL_LE32TOH && !defined(le32toh)
1178 #define le32toh(x) htole32(x) macro
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 43 #define le32toh(x) LE_32(x) macro
62 #define le32toh(x) letoh32(x) macro
77 #define le32toh(x) (x) macro
93 #define le32toh(x) __builtin_bswap32(x) macro

Completed in 22 milliseconds