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

  /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 1165 #define le32toh(x) htole32(x) macro

Completed in 41 milliseconds