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

  /src/sys/arch/hpc/stand/include/machine/
endian.h 195 #define be32toh(x) htobe32(x) macro
202 #define BE32TOH(x) HTOBE32(x)
  /src/sys/sys/
endian.h 177 #define be32toh(x) htobe32(x) macro
184 #define BE32TOH(x) HTOBE32(x)
  /src/tools/compat/
compat_defs.h 1156 #define be32toh(x) htobe32(x) macro

Completed in 14 milliseconds