HomeSort by: relevance | last modified time | path
    Searched defs:BE32TOH (Results 1 - 2 of 2) 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)

Completed in 11 milliseconds