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

  /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 1162 #define le16toh(x) htole16(x) macro

Completed in 15 milliseconds